From d73fcc5183a676aed4fd040714b87274248b784c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 22 Dec 2010 18:25:45 +0100 Subject: 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. --- src/providers/ldap/sdap_access.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/providers/ldap/sdap_access.h') diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h index 28c857f61..32c45b817 100644 --- a/src/providers/ldap/sdap_access.h +++ b/src/providers/ldap/sdap_access.h @@ -35,6 +35,9 @@ #define LDAP_ACCOUNT_EXPIRE_SHADOW "shadow" #define LDAP_ACCOUNT_EXPIRE_AD "ad" +#define LDAP_ACCOUNT_EXPIRE_RHDS "rhds" +#define LDAP_ACCOUNT_EXPIRE_IPA "ipa" +#define LDAP_ACCOUNT_EXPIRE_389DS "389ds" enum ldap_access_rule { LDAP_ACCESS_EMPTY = -1, -- cgit