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@xxxxxxxxxxxx A bash script could help you reading uid's and gecos fields off the passwd file and into the ldif file. -- Oscar A. Valdez -- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users