[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: User admin



Perl scripting + Net::LDAP (from the perl-ldap distribution)
I call my scripts ldapuseradd, ldapusermod, ldapuserdel.  They don't have the
full functionality of the original commands, but they have enough.  In
ldapuseradd I actually run useradd, extract the appropriate line from
/etc/passwd, run userdel, then run an adaptation of the migrate scripts to
create the LDAP entry.
John

Brian Johnson wrote:
> 
> I just switched to using OpenLDAP for user authentication and after playing
> with a couple of programs, I am interested in hearing what other people find
> good for adding and modifyingusers