]> git.sur5r.net Git - openldap/commitdiff
PPOLICY_ERROR is primitive, not constructed
authorHoward Chu <hyc@openldap.org>
Sat, 22 Apr 2006 00:23:44 +0000 (00:23 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 22 Apr 2006 00:23:44 +0000 (00:23 +0000)
libraries/libldap/ppolicy.c
servers/slapd/overlays/ppolicy.c

index 0de4e20abc7b5542a702100e01020375015d5df3..2551fb5876e1a81d027f1f579285ed0b2bc7b0d7 100644 (file)
@@ -33,7 +33,7 @@
 
 /* IMPLICIT TAGS, all context-specific */
 #define PPOLICY_WARNING 0xa0L  /* constructed + 0 */
-#define PPOLICY_ERROR 0xa1L            /* constructed + 1 */
+#define PPOLICY_ERROR 0x81L            /* primitive + 1 */
 
 #define PPOLICY_EXPIRE 0x80L   /* primitive + 0 */
 #define PPOLICY_GRACE  0x81L   /* primitive + 1 */
index 57dfbe13c81d3a3524d7933bd40e97a675addb33..958348e939e035196849fc15ead5b2ddcadf92f8 100644 (file)
@@ -261,7 +261,7 @@ account_locked( Operation *op, Entry *e,
 
 /* IMPLICIT TAGS, all context-specific */
 #define PPOLICY_WARNING 0xa0L  /* constructed + 0 */
-#define PPOLICY_ERROR 0xa1L            /* constructed + 1 */
+#define PPOLICY_ERROR 0x81L            /* primitive + 1 */
  
 #define PPOLICY_EXPIRE 0x80L   /* primitive + 0 */
 #define PPOLICY_GRACE  0x81L   /* primitive + 1 */