Guest User

Untitled

a guest
Feb 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. [root@hostname ~]# groups username
  2. id: cannot find name for group ID 1768498755
  3. [root@hostname ~]#
  4.  
  5. passwd: files sss
  6. group: files sss
  7.  
  8. [sssd]
  9. domains = LDAP
  10.  
  11. [domains/LDAP]
  12. ldap_schema = rfc2307bis
  13. id_provider = ldap
  14. auth_provider = ldap
  15. ldap_uri = ldap://localhost
  16. ldap_search_base = ou=users,o=company
  17. ldap_user_search_base = ou=users,o=company
  18. ldap_group_search_base = ou=groups,o=company
  19. ldap_tls_reqcert = allow
  20. cache_credentials = true
  21. enumerate = true
  22. min_id = 1
  23.  
  24. nss_base_group ou=your,o=base
  25.  
  26. group: files ldap
Add Comment
Please, Sign In to add comment