Metadata-Version: 1.1
Name: obol
Version: 2.0.4
Summary: useradd for ldap
Home-page: https://github.com/hansthen/obol
Author: Hans Then
Author-email: hans.then@gmail.com
License: GPLv3
Download-URL: https://github.com/hansthen/obol/tarball/2.0
Description: Obol: useradd for ldap.
        =======================
        
        Obol is a command line utility to add, delete and modify users and
        groups in an LDAP server.
        
        Perhaps the most common use of LDAP is as a centralised store for
        usernames and passwords. The protocol for managing an LDAP server is
        somewhat verbose. It is cumbersome to create an LDIF file to modify a
        user attribute.
        
        For UNIX passwords, user and group management can be done using simple
        command line tools like useradd and groupadd. Obol was created to
        provide a similar interface, but to manage users and groups inside an
        LDAP server.
        
        |Build Status| |Code Quality|
        
        © 2016 Hans Then. Obol is released under GPLv3. see ``gpl.txt`` for
        details.
        
        .. |Build Status| image:: https://travis-ci.org/hansthen/obol.svg?branch=master
           :target: https://travis-ci.org/hansthen/obol
        
        .. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/f6b41843e9194c4e9279c3be308d4040
           :target: https://www.codacy.com/app/hans-then/obol?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hansthen/obol&amp;utm_campaign=Badge_Grade
        
Keywords: useradd,groupadd,ldap
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
