summaryrefslogtreecommitdiffstats
path: root/src/config/testconfigs
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-10-15 11:04:06 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2015-10-19 14:14:52 +0200
commit7388fc91bd6c22705e60632346ec815f4a4963f1 (patch)
treefa74a8ba756808f029bdf805313e618303313de6 /src/config/testconfigs
parent87ef67286b64af98d32a3a5abcd28a9c2886f751 (diff)
downloadsssd-7388fc91bd6c22705e60632346ec815f4a4963f1.tar.gz
sssd-7388fc91bd6c22705e60632346ec815f4a4963f1.tar.xz
sssd-7388fc91bd6c22705e60632346ec815f4a4963f1.zip
SSSDConfigTest: Test real config without config_file_version
src/config/testconfigs/sssd-valid.conf explicitly contains config_file_version. Recently we changed the default value to 2 and therefore it needn't be listed in configuration file. This patch test real sssd.conf without config_file_version. Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/config/testconfigs')
-rw-r--r--src/config/testconfigs/sssd-noversion.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/config/testconfigs/sssd-noversion.conf b/src/config/testconfigs/sssd-noversion.conf
index 71af85cc0..d5f524d26 100644
--- a/src/config/testconfigs/sssd-noversion.conf
+++ b/src/config/testconfigs/sssd-noversion.conf
@@ -39,3 +39,25 @@ debug_level = 0
[dp]
debug_level = 0
+[domain/ad.example.com]
+cache_credentials = true
+
+id_provider = ad
+auth_provider = ad
+access_provider = ad
+
+# Uncomment if service discovery is not working
+# ad_server = server.ad.example.com
+
+# Uncomment if you want to use POSIX UIDs and GIDs set on the AD side
+# ldap_id_mapping = False
+
+# Comment out if the users have the shell and home dir set on the AD side
+default_shell = /bin/bash
+fallback_homedir = /home/%d/%u
+
+# Uncomment and adjust if the default principal SHORTNAME$@REALM is not available
+# ldap_sasl_authid = host/client.ad.example.com@AD.EXAMPLE.COM
+
+# Comment out if you prefer to user shortnames.
+use_fully_qualified_names = True