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

FIXED Re: ldapmodify



Here is the working LDIF.  I'm not sure why, but here it is in all its glory:
dn: cn=Joe Schmo,ou=users,dc=killcybre,dc=org
changetype: modify
add: objectClass
objectClass: posixAccount
-
changetype: modify
add: uidNumber
uidNumber: 1001
-
changetype: modify
add: userPassword
userPassword: {crypt}7FZxyiS7L2E9I
-
changetype: modify
add: loginShell
loginShell: /dev/null
-
changetype: modify
add: gidNumber
gidNumber: 2000
-
changetype: modify
add: homeDirectory
homeDirectory: /home/joe
-
changetype: modify
add: gecos
gecos: Joe Schmo