From 13c88d62a09c152983abc99d989bb077fa987acb Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 22 Apr 2012 13:57:54 -0400 Subject: LDAP: Add ID mapping range settings --- src/config/SSSDConfig.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 46ca838e..a48602b2 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -261,6 +261,10 @@ option_strings = { 'ldap_service_proto' : _('Service protocol attribute'), #replaced by ldap_entry_usn# 'ldap_service_entry_usn' : _('Service entryUSN attribute'), + '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'), + # [provider/ldap/auth] 'ldap_pwd_policy' : _('Policy to evaluate the password expiration'), -- cgit