Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. passdb backend = ldapsam:ldap://localhost
  2. read only = yes
  3. ldap suffix = dc=example,dc=com
  4. ldap user suffix = ou=people
  5. ldap admin dn = cn=admuser,ou=admgroup,dc=example,dc=com
  6. ldap ssl = no
  7. ldap passwd sync = yes
  8.  
  9. netbios name = EXAMPLE
  10. netbios aliases = EXAMPLE2
  11. obey pam restrictions = Yes
  12.  
  13. # apt-cache show libnss-ldap |grep ^Recommends
  14. Recommends: nscd, libpam-ldap
  15.  
  16. nscd --invalidate group
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement