Advertisement
Guest User

Untitled

a guest
Sep 15th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. [domain/subdomain.xyz.com]
  2.  
  3. cache_credentials = True
  4. krb5_store_password_if_offline = True
  5. krb5_realm = XYZ.com
  6. ipa_domain = subdomain.xyz.com
  7. id_provider = ipa
  8. auth_provider = ipa
  9. access_provider = ipa
  10. ipa_hostname = <hostname>.subdomain.xyz.com
  11. chpass_provider = ipa
  12. ipa_dyndns_update = True
  13. ipa_server = _srv_, ipaserver.xyz.com
  14. ldap_tls_cacert = /etc/ipa/ca.crt
  15. [sssd]
  16. services = nss, sudo, pam, ssh
  17. config_file_version = 2
  18.  
  19. domains = subdomain.xyz.com
  20. [nss]
  21. homedir_substring = /home
  22.  
  23. [pam]
  24.  
  25. [sudo]
  26.  
  27. [autofs]
  28.  
  29. [ssh]
  30.  
  31. [pac]
  32.  
  33. [ifp]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement