[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: [Fedora-directory-users] Existing User Accounts



El vie, 07-04-2006 a las 15:16 -0500, Esquivel, Vicente escribió:
> I ran the scripts and was able to get all of the users imported into the Directory server.  The only question is how do I get their email address into the Directory of the passwd and shadow file information?

If you have the inetOrgPerson objectclass, the "mail" field should be
available. You can add email addresses via an ldif file and the
ldapmodify command:

dn: uid=ovaldez,ou=People,dc=duraflex,dc=com,dc=sv
changetype: add
mail: mymail mydomain com

A bash script could help you reading uid's and gecos fields off the
passwd file and into the ldif file.
-- 
Oscar A. Valdez


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]