Guest User

Untitled

a guest
Apr 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [sssd]
  2. domains = DomainA
  3. config_file_version = 2
  4. services = nss, pam, sudo, ssh
  5.  
  6. [pam]
  7. pam_pwd_expiration_warning = 200
  8. pam_account_expired_message = Account/password expired, please use selfservice portal to change your password and extend account.
  9.  
  10. [domain/DomainA]
  11. debug_level = 6
  12. ad_domain = domaina.local
  13. krb5_realm = domaina.local
  14. realmd_tags = manages-system joined-with-samba
  15. cache_credentials = True
  16. id_provider = ad
  17. auth_provider = ldap
  18. krb5_store_password_if_offline = True
  19. default_shell = /bin/bash
  20. ldap_id_mapping = True
  21. ldap_idmap_default_domain_sid = set
  22. subdomains_provider = none
  23. use_fully_qualified_names = False
  24. ldap_user_extra_attrs = altSecurityIdentities:altSecurityIdentities,url
  25. ldap_user_ssh_public_key = altSecurityIdentities
  26. ldap_use_tokengroups = True
  27. fallback_homedir = /home/%u
  28. access_provider = simple
  29. simple_allow_groups = groupa, groupb
Add Comment
Please, Sign In to add comment