aboutsummaryrefslogtreecommitdiff
path: root/company/ad-templates
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2016-10-03 12:22:55 -0400
committerB Stack <bgstack15@gmail.com>2016-10-03 12:22:55 -0400
commit49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0 (patch)
tree386002ee8e1f7d7a519cf76848cd768d1f0aabcb /company/ad-templates
parentadded script that brings in the .git directory to the localized project folder (diff)
downloadansible01-49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0.tar.gz
ansible01-49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0.tar.bz2
ansible01-49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0.zip
Fixed filename export process in scrub.py
Diffstat (limited to 'company/ad-templates')
-rw-r--r--company/ad-templates/sssd.conf.CentOS2
-rw-r--r--company/ad-templates/sssd.conf.FreeBSD2
-rw-r--r--company/ad-templates/sssd.conf.Ubuntu2
3 files changed, 3 insertions, 3 deletions
diff --git a/company/ad-templates/sssd.conf.CentOS b/company/ad-templates/sssd.conf.CentOS
index dafb287..e6ce4b4 100644
--- a/company/ad-templates/sssd.conf.CentOS
+++ b/company/ad-templates/sssd.conf.CentOS
@@ -36,7 +36,7 @@ use_fully_qualified_names = False
fallback_homedir = /home/%d/%u
access_provider = ad
ad_access_filter = (&(memberOf=CN=Linux-Server-Access_grp,OU=Linux-Access,OU=Accounts-Groups,DC=example,DC=com)(unixHomeDirectory=*))
-simple_allow_users = bgstack15, bgstack15, user16, user16
+simple_allow_users = Bgstack15, bgstack15, User16, user16
case_sensitive = true
ad_gpo_access_control = disabled
[autofs]
diff --git a/company/ad-templates/sssd.conf.FreeBSD b/company/ad-templates/sssd.conf.FreeBSD
index 9add0ed..2be88fe 100644
--- a/company/ad-templates/sssd.conf.FreeBSD
+++ b/company/ad-templates/sssd.conf.FreeBSD
@@ -36,6 +36,6 @@ use_fully_qualified_names = False
fallback_homedir = /home/%d/%u
access_provider = ad
ad_access_filter = (&(memberOf=CN=Linux-Server-Access_grp,OU=Linux-Access,OU=Accounts-Groups,DC=example,DC=com)(unixHomeDirectory=*))
-simple_allow_users = bgstack15, bgstack15, user16, user16
+simple_allow_users = Bgstack15, bgstack15, User16, user16
case_sensitive = true
ad_gpo_access_control = disabled
diff --git a/company/ad-templates/sssd.conf.Ubuntu b/company/ad-templates/sssd.conf.Ubuntu
index 7b7dae3..c47a466 100644
--- a/company/ad-templates/sssd.conf.Ubuntu
+++ b/company/ad-templates/sssd.conf.Ubuntu
@@ -36,7 +36,7 @@ use_fully_qualified_names = False
fallback_homedir = /home/%d/%u
access_provider = ad
ad_access_filter = (&(memberOf=CN=Linux-Server-Access_grp,OU=Linux-Access,OU=Accounts-Groups,DC=example,DC=com)(unixHomeDirectory=*))
-simple_allow_users = bgstack15, bgstack15, user16, user16
+simple_allow_users = Bgstack15, bgstack15, User16, user16
case_sensitive = true
ad_gpo_access_control = disabled
[autofs]
bgstack15