mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
PPOLICY_ERROR is primitive, not constructed
This commit is contained in:
parent
68b374dd4a
commit
478ae2346e
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user