Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. replace: olcRootDN
  2. olcRootDN: dc=Manager,dc=mydomo,dc=mydom
  3. -
  4. replace: olcAccess
  5. olcAccess: {0}to *
  6. by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" write
  7. by dn.base="cn=Manager,dc=mydomo,dc=mydom" write by * none
  8. -
  9. add: olcRootPW
  10. olcRootPW: {SSHA}xXXXXXXXXXXXXXXXXXXXXXXX
  11.  
  12. ldapadd -x -D "dc=Manager,dc=mydomo,dc=mydom" -w mycorrectpass -f init2.ldif
  13.  
  14. ldap_bind: Invalid credentials (49)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement