diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-21 09:31:36 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-03 14:09:14 -0400 |
commit | 4f3fd1fb264a7eaf3a9d062d49e071b0d17e4deb (patch) | |
tree | b2129c3ab1f99ccdfdc2394d8bd9488ec3abffa5 /src/config/SSSDConfig.py | |
parent | 2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb (diff) | |
download | sssd-4f3fd1fb264a7eaf3a9d062d49e071b0d17e4deb.tar.gz sssd-4f3fd1fb264a7eaf3a9d062d49e071b0d17e4deb.tar.bz2 sssd-4f3fd1fb264a7eaf3a9d062d49e071b0d17e4deb.zip |
LDAP: Allow setting a default domain for id-mapping slice 0
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r-- | src/config/SSSDConfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index bdbb9021..b9c484fe 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -265,6 +265,8 @@ option_strings = { 'ldap_idmap_range_max' : _('Upper bound for ID-mapping'), 'ldap_idmap_range_size' : _('Number of IDs for each slice when ID-mapping'), 'ldap_idmap_autorid_compat' : _('Use autorid-compatible algorithm for ID-mapping'), + 'ldap_idmap_default_domain' : _('Name of the default domain for ID-mapping'), + 'ldap_idmap_default_domain_sid' : _('SID of the default domain for ID-mapping'), # [provider/ldap/auth] 'ldap_pwd_policy' : _('Policy to evaluate the password expiration'), |