mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
PPOLICY_ERROR is primitive, not constructed
This commit is contained in:
parent
68b374dd4a
commit
478ae2346e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue