Created
May 28, 2010 10:33
-
-
Save proger/417018 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| io root local/etc/openldap 1 # grep '^root' slapd.conf | |
| rootdn "cn=proger,dc=wilab,dc=org,dc=ua" | |
| rootpw secret | |
| io root local/etc/openldap 0 # /opt/local/bin/ldapadd -f schema/nis.ldif -x -D cn=proger,dc=wilab,dc=org,dc=ua -w secret | |
| adding new entry "cn=nis,cn=schema,cn=config" | |
| ldap_add: Insufficient access (50) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment