summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig/__init__.py.in
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-08-06 16:05:53 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-08-27 14:25:05 +0200
commit5668d294a39326f7024cbf24333e33ee970caf2d (patch)
treee3cc3592b5a6ed1060a0ef4d688cca0ad6672e84 /src/config/SSSDConfig/__init__.py.in
parent1a357c873baa79c0b82ab1d084f942cfcc8ba1c0 (diff)
downloadsssd-5668d294a39326f7024cbf24333e33ee970caf2d.tar.gz
sssd-5668d294a39326f7024cbf24333e33ee970caf2d.tar.xz
sssd-5668d294a39326f7024cbf24333e33ee970caf2d.zip
SDAP: new option - DN to ppolicy on LDAP
To check value of pwdLockout attribute on LDAP server, DN of ppolicy must be set. Resolves: https://fedorahosted.org/sssd/ticket/2364 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/config/SSSDConfig/__init__.py.in')
-rw-r--r--src/config/SSSDConfig/__init__.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index 38111a86f..dc18e1e82 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -323,6 +323,7 @@ option_strings = {
'ldap_use_tokengroups' : _('Whether to use Token-Groups'),
'ldap_min_id' : _('Set lower boundary for allowed IDs from the LDAP server'),
'ldap_max_id' : _('Set upper boundary for allowed IDs from the LDAP server'),
+ 'ldap_pwdlockout_dn' : _('DN for ppolicy queries'),
# [provider/ldap/auth]
'ldap_pwd_policy' : _('Policy to evaluate the password expiration'),