From: Howard Chu Date: Tue, 12 Apr 2005 10:58:50 +0000 (+0000) Subject: ITS#3573, mark pwdChangedTime, pwdGraceUseTime, pwdExpirationWarned, X-Git-Tag: OPENLDAP_AC_BP~920 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5aed76fe78d229cb6eff03c5443e44e32c64e0ae;p=openldap ITS#3573, mark pwdChangedTime, pwdGraceUseTime, pwdExpirationWarned, pwdHistory, and pwdReset NO-USER-MODIFICATION --- diff --git a/servers/slapd/overlays/ppolicy.c b/servers/slapd/overlays/ppolicy.c index aa66dc8e6f..57046c4df7 100644 --- a/servers/slapd/overlays/ppolicy.c +++ b/servers/slapd/overlays/ppolicy.c @@ -114,7 +114,7 @@ static struct schema_info { "EQUALITY generalizedTimeMatch " "ORDERING generalizedTimeOrderingMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 " - "SINGLE-VALUE USAGE directoryOperation )", + "SINGLE-VALUE USAGE directoryOperation NO-USER-MODIFICATION )", &ad_pwdChangedTime }, { "( 1.3.6.1.4.1.42.2.27.8.1.17 " "NAME ( 'pwdAccountLockedTime' ) " @@ -130,7 +130,7 @@ static struct schema_info { "EQUALITY generalizedTimeMatch " "ORDERING generalizedTimeOrderingMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 " - "SINGLE-VALUE USAGE directoryOperation )", + "SINGLE-VALUE USAGE directoryOperation NO-USER-MODIFICATION )", &ad_pwdExpirationWarned }, { "( 1.3.6.1.4.1.42.2.27.8.1.19 " "NAME ( 'pwdFailureTime' ) " @@ -145,21 +145,21 @@ static struct schema_info { "DESC 'The history of users passwords' " "EQUALITY octetStringMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 " - "USAGE directoryOperation )", + "USAGE directoryOperation NO-USER-MODIFICATION )", &ad_pwdHistory }, { "( 1.3.6.1.4.1.42.2.27.8.1.21 " "NAME ( 'pwdGraceUseTime' ) " "DESC 'The timestamps of the grace login once the password has expired' " "EQUALITY generalizedTimeMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 " - "USAGE directoryOperation )", + "USAGE directoryOperation NO-USER-MODIFICATION )", &ad_pwdGraceUseTime }, { "( 1.3.6.1.4.1.42.2.27.8.1.22 " "NAME ( 'pwdReset' ) " "DESC 'The indication that the password has been reset' " "EQUALITY booleanMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 " - "SINGLE-VALUE USAGE directoryOperation )", + "SINGLE-VALUE USAGE directoryOperation NO-USER-MODIFICATION )", &ad_pwdReset }, { "( 1.3.6.1.4.1.42.2.27.8.1.23 " "NAME ( 'pwdPolicySubentry' ) "