summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-28 14:08:58 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-31 09:37:41 -0500
commit3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9 (patch)
tree9745bd908540304b76cbccbbc74052e561346de9 /src/config/SSSDConfig.py
parentca73004be606fe1a3003f2bc82eede4945fd0f08 (diff)
downloadsssd-3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9.tar.gz
sssd-3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9.tar.xz
sssd-3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9.zip
LDAP: Add new options for service maps
Adds the new service map options to the SSSDConfig API and the manpages.
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index 38c0e02eb..a26c42534 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -228,6 +228,13 @@ option_strings = {
'ldap_netgroup_uuid' : _('Netgroup UUID attribute'),
'ldap_netgroup_modify_timestamp' : _('Modification time attribute for netgroups'),
+ 'ldap_service_search_base' : _('Base DN for service lookups'),
+ 'ldap_service_object_class' : _('Objectclass for services'),
+ 'ldap_service_name' : _('Service name attribute'),
+ 'ldap_service_port' : _('Service port attribute'),
+ 'ldap_service_proto' : _('Service protocol attribute'),
+ #replaced by ldap_entry_usn# 'ldap_service_entry_usn' : _('Service entryUSN attribute'),
+
# [provider/ldap/auth]
'ldap_pwd_policy' : _('Policy to evaluate the password expiration'),