2005-02-11 Dominik Epple * configure.in: Version 0.2.2 * useradd-krb-ldap.in (_readLDAPEntry(), _readUnixPasswdEntry()): former PCM_LDAP_convert methods made global functions to be available for other modules as well * useradd-krb-ldap.in (class PCM_LDAP_modify): created PCM for modifying an account. Changed command line parsing etc. accordingly. * useradd-krb-ldap.in (_readLDAPEntry()): read and close client stdout before reading stderr to avoid program hangs. * useradd-krb-ldap.in (_writeEntryToFileObject()): change sorting function to avoid KeyError if an ldap entry has an attribute which is not in ldap_proposed_attrs. * useradd-krb-ldap.in (main()): added option for supplying ldap attribute 'title' from command line 2005-02-08 Dominik Epple * configure.in: Version 0.2.1 * useradd-krb-ldap.in (PCM_LDAP_create.check(), PCM_LDAP_convert.check()): Add default values for the 'mail' and 'manager' attributes 2005-01-17 Dominik Epple * configure.in: Version 0.2 * useradd-krb-ldap.in: re-implementation of the old perl script as python script.