Skip to content

Instantly share code, notes, and snippets.

@mjuszczak
Created December 3, 2015 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjuszczak/9945fd3d11d94c07e1c3 to your computer and use it in GitHub Desktop.
Save mjuszczak/9945fd3d11d94c07e1c3 to your computer and use it in GitHub Desktop.
[sssd]
config_file_version = 2
services = nss, pam, ssh, sudo
domains = example.com
[nss]
filter_users = root,named,avahi,haldaemon,dbus,radiusd,news,nscd,centos,ubuntu
[pam]
[ssh]
[sudo]
[domain/example.com]
id_provider = ad
access_provider = ad
ad_domain = example.com
krb5_realm = EXAMPLE.COM
realmd_tags = manages-system joined-with-samba
cache_credentials = True
krb5_store_password_if_offline = True
default_shell = /bin/bash
ldap_id_mapping = True
fallback_homedir = /home/%u
ldap_user_ssh_public_key = sshPublicKey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment