We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fe663 commit d0f1054Copy full SHA for d0f1054
389/389_useradd.sh
@@ -43,7 +43,7 @@ Import to 389 with the LDAP Directory Admin:
43
44
or, safer, a dedicated admin user:
45
46
- ldapmodify -a -D "uid=user,ou=administrators,ou=topologymanagement,o=netscaperoot" -W -p 389 -h localhost -f /tmp/blah.ldif
+ ldapmodify -a -D "cn=admin,ou=Special Users,dc=ilri,dc=cgiar,dc=org" -W -p 389 -h localhost -f /tmp/blah.ldif
47
EOF
48
49
exit 0
0 commit comments