]> git.sur5r.net Git - openldap/commitdiff
pwdReset was not supposed to be NO-USER-MODIFICATION
authorHoward Chu <hyc@openldap.org>
Fri, 22 Apr 2005 18:42:52 +0000 (18:42 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 22 Apr 2005 18:42:52 +0000 (18:42 +0000)
servers/slapd/overlays/ppolicy.c

index e3086ce0af7df46c02ebfe75f5cc7eaabe853dcd..66e04e7ad1e9d99ef6cd02454be73cb910d8f59c 100644 (file)
@@ -151,7 +151,7 @@ static struct schema_info {
                "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 NO-USER-MODIFICATION )",
+               "SINGLE-VALUE USAGE directoryOperation )",
                &ad_pwdReset },
        {       "( 1.3.6.1.4.1.42.2.27.8.1.23 "
                "NAME ( 'pwdPolicySubentry' ) "