diff options
author | Sumit Bose <sbose@redhat.com> | 2010-12-22 18:25:45 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-19 09:53:20 -0500 |
commit | d73fcc5183a676aed4fd040714b87274248b784c (patch) | |
tree | b1ce3d709a7539b7fa16e2bbf3c8aaf2716070c0 /src/config/etc | |
parent | 22f4c1b86dcf5589e63f2ae043dc65a8f72f6f18 (diff) | |
download | sssd-d73fcc5183a676aed4fd040714b87274248b784c.tar.gz sssd-d73fcc5183a676aed4fd040714b87274248b784c.tar.bz2 sssd-d73fcc5183a676aed4fd040714b87274248b784c.zip |
Add LDAP expire policy base RHDS/IPA attribute
The attribute nsAccountLock is used by RHDS, IPA and other directory
servers to indicate that the account is locked.
Diffstat (limited to 'src/config/etc')
-rw-r--r-- | src/config/etc/sssd.api.d/sssd-ldap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.d/sssd-ldap.conf b/src/config/etc/sssd.api.d/sssd-ldap.conf index 06443831..440ebff8 100644 --- a/src/config/etc/sssd.api.d/sssd-ldap.conf +++ b/src/config/etc/sssd.api.d/sssd-ldap.conf @@ -60,6 +60,7 @@ ldap_user_authorized_service = str, None, false ldap_pwd_attribute = str, None, false ldap_user_ad_account_expires = str, None, false ldap_user_ad_user_account_control = str, None, false +ldap_ns_account_lock = str, None, false ldap_group_search_base = str, None, false ldap_group_search_scope = str, None, false ldap_group_search_filter = str, None, false |