>From 7787de3a6b40ecb6acb66d1c33d7da18eefe036d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 6 May 2013 22:00:44 +0200 Subject: [PATCH] document subdomains, include in configAPI --- src/config/etc/sssd.api.d/sssd-ad.conf | 2 ++ src/man/sssd-ad.5.xml | 4 ++++ src/man/sssd.conf.5.xml | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/src/config/etc/sssd.api.d/sssd-ad.conf b/src/config/etc/sssd.api.d/sssd-ad.conf index b4b1d0ba11d600a8b9a300f15cc8058be470f422..3be25e8da05ee6b1bbdb947e919421358591cdde 100644 --- a/src/config/etc/sssd.api.d/sssd-ad.conf +++ b/src/config/etc/sssd.api.d/sssd-ad.conf @@ -126,3 +126,5 @@ krb5_use_enterprise_principal = bool, None, false [provider/ad/chpass] krb5_kpasswd = str, None, false krb5_backup_kpasswd = str, None, false + +[provider/ad/subdomains] diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index c19607715dafd39f167c3066831ae7ad09ffe459..4dcd552d7f1fe3235af9c582c49c553441a014e9 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -95,6 +95,10 @@ ldap_id_mapping = False specified as the lower-case version of the long version of the Active Directory domain. + + The short domain name (also known as the NetBIOS + or the flat name) is autodetected by the SSSD. + diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 04c699948b093c235762c0d9f8223911a6fd2ada..99337fbba9fb8d39a62eb84313c5b89761ee950d 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1481,6 +1481,10 @@ override_homedir = /home/%u Regular expression for this domain that describes how to parse the string containing user name and domain into these components. + The "domain" can match either the SSSD + configuration domain name, or, in the case + of IPA trust subdomains and Active Directory + domains, the flat (NetBIOS) name of the domain. Default for the AD and IPA provider: -- 1.8.2.1