Hi Folks, I have DS-389 (vs 1.3.5.10) running on a CentOS 7 VM. I've been able to add a user via the command line using the user.ldif file with the contents: # jdoe, People dn: uid=jdoe,ou=People,dc=example,dc=com mail: jdoe@xxxxxxxxxxx uid: jdoe givenName: John objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson objectClass: posixAccount objectClass: inetuser sn: Doe cn: John Doe uidNumber: 52001 gidNumber: 52001 homeDirectory: /home/jdoe loginShell: /bin/bash gecos: jdoe userPassword: I_Hate_Han_Solo using the command: ldapadd -x -D "cn=admin" -W -f user.ldif However, I've had no luck add this user to an existing group (e.g. chewy). Does anyone have an example ldif file the works for adding a new user entry to an existing group? Thanks, |
_______________________________________________ 389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx