Skip to content

Instantly share code, notes, and snippets.

@jbianquetti
Created July 22, 2016 12:42
Show Gist options
  • Select an option

  • Save jbianquetti/49a42751b07a39a63649957785664d3b to your computer and use it in GitHub Desktop.

Select an option

Save jbianquetti/49a42751b07a39a63649957785664d3b to your computer and use it in GitHub Desktop.
[sssd]
services = nss, pam
config_file_version = 2
domains = generagames.com
[nss]
entry_negative_timeout = 0
debug_level = 5
[pam]
debug_level = 5
[domain/generagames.com]
debug_level = 5
enumerate = true
id_provider = ad
auth_provider = ad
chpass_provider = ad
access_provider = ad
dyndns_update = false
ad_hostname = dc1.generagames.com
ad_server = dc1.generagames.com
ad_domain = generagames.com
ldap_schema = ad
ldap_id_mapping = true
fallback_homedir = /home/%u
default_shell = /bin/bash
ldap_sasl_mech = gssapi
ldap_sasl_authid = host/dc1.generagames.com
krb5_keytab = /var/lib/samba/private/secrets.keytab
ldap_krb5_init_creds = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment