Created
January 25, 2020 05:10
-
-
Save astr0n8t/fb060e1cacc41f1a7a6d03bb0f99cb80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sssd] | |
services = nss, pam | |
config_file_version = 2 | |
domains = MYUBUNTU.EXAMPLE.COM | |
[domain/MYUBUNTU.EXAMPLE.COM] | |
id_provider = ad | |
access_provider = ad | |
# Use this if users are being logged in at /. | |
# This example specifies /home/DOMAIN-FQDN/user as $HOME. Use with pam_mkhomedir.so | |
override_homedir = /home/%d/%u | |
# Uncomment if the client machine hostname doesn't match the computer object on the DC. | |
# ad_hostname = mymachine.myubuntu.example.com | |
# Uncomment if DNS SRV resolution is not working | |
# ad_server = dc.mydomain.example.com | |
# Uncomment if the AD domain is named differently than the Samba domain | |
# ad_domain = MYUBUNTU.EXAMPLE.COM | |
# Enumeration is discouraged for performance reasons. | |
# enumerate = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment