Re: [Ldap-users-questions] linux user/groups
Status: Alpha
Brought to you by:
fsl
From: Fernando L. <fs...@ce...> - 2001-08-20 21:56:58
|
Hi Terry, > On some linux distro's a group is created with the same gid as the uid and > name as the user like redhat. I am wondering how I can get this to work > with ldap-users. Wouldn't be that hard to write I just am at a loss as to > how to stick it in the ldap directory...... Yes this would be easy if you know basic Perl programming and LDAP programming. The LDAP stuff you can learn in a day by reading the perlldap docs, they are very small. The migration scripts create goups under OU=groups,$basedn just like users are created under OU=People,$basedn. If you have not did so, run the migration scripts provided with OpenLDAP so all users and groups from /etc are on the directory and see how simple is one group entry using some LDAP browser like gq. []s, Fernando Lozano |