finishing file cleanup
This commit is contained in:
28
slack/ts-base-ovh/files/etc/sssd/sssd.conf
Normal file
28
slack/ts-base-ovh/files/etc/sssd/sssd.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
[sssd]
|
||||
services = nss, pam
|
||||
config_file_version = 2
|
||||
domains = TURNSYS.NET
|
||||
filter_users = rackrental,rundeck
|
||||
filter_groups = rackrental,rundeck
|
||||
|
||||
[domain/TURNSYS.NET]
|
||||
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 = /local/%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
|
||||
|
||||
|
Reference in New Issue
Block a user