summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-04-21 09:09:43 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-05-03 14:09:14 -0400
commit2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb (patch)
tree52617e91f66878f085b4bc09ec0f681d65a8d129 /src/config/SSSDConfig.py
parent8538f3d5109c548049c344fa042684d9d40f04d6 (diff)
downloadsssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.tar.gz
sssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.tar.xz
sssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.zip
LDAP: Add autorid compatibility mode
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index a48602b28..bdbb90214 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -264,6 +264,7 @@ option_strings = {
'ldap_idmap_range_min' : _('Lower bound for ID-mapping'),
'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'),
# [provider/ldap/auth]
'ldap_pwd_policy' : _('Policy to evaluate the password expiration'),