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

RE: Cannot get users to load





--On Tuesday, October 19, 2004 9:48 PM -0400 mpease@egginc.com wrote:


From your original file that you are attempting to load, I see one definate
problem, and one potential problem.

1) You don't specify any objectclass pieces for the entries.

2) You have spaces in odd places, which I suggest getting rid of.

Example LDIF I load:

dn: cn=afsdb,cn=service,cn=Applications,dc=stanford,dc=edu
objectClass: applicationProcess
objectClass: suApplication
objectClass: krb5Principal
cn: afsdb
description: Authenticated access for afsdb
krb5PrincipalName: service/afsdb@stanford.edu


Your LDIF:

dn:cn=Charles Abbate ,ou=egg ,dc=services ,dc=egginc ,dc=com
changetype:add
cn:Charles Abbate
telephonenumber:(435) 833-7655
sn:Abbate
emailaddress:CAbbate@EGGinc.com

Note the lack of "objectClass" pieces.

Also, for your dn, you have the weird spacing.. I suggest changing this to:

dn: cn=Charles Abbate,ou=egg,dc=services ,dc=egginc,dc=com

for clarity.

--
Quanah Gibson-Mount
Principal Software Developer
ITSS/Shared Services
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html