aquaballoon

LDAP Client

Jun 22nd, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. $ sudo gedit /etc/ldap.conf
  2. base dc=jason,dc=huree
  3.  
  4. uri ldap://127.0.0.1/
  5.  
  6. ldap_version 3
  7.  
  8. rootbinddn cn=admin,dc=jason,dc=huree
  9.  
  10. #port 389
  11.  
  12. pam_password md5
  13.  
  14. nss_base_passwd dc=Users,dc=jason,dc=huree
  15. nss_base_shadow dc=Users,dc=jason,dc=huree
  16. nss_base_group dc=Groups,dc=jason,dc=huree
  17.  
  18.  
  19. $ sudo gedit /etc/ldap.secret
  20. ******
Advertisement
Add Comment
Please, Sign In to add comment