mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
fix ACL_PRIV_MASK for manage
This commit is contained in:
parent
6bd4ef7667
commit
6868323e17
1 changed files with 1 additions and 1 deletions
|
|
@ -1299,7 +1299,7 @@ typedef struct slap_access {
|
|||
#define ACL_PRIV_MANAGE ACL_ACCESS2PRIV( ACL_MANAGE )
|
||||
|
||||
/* NOTE: always use the highest level; current: 0x00ffUL */
|
||||
#define ACL_PRIV_MASK ((ACL_PRIV_MANAGE - 1) | ACL_QUALIFIER_MASK)
|
||||
#define ACL_PRIV_MASK (ACL_PRIV_MANAGE | ACL_QUALIFIER_MASK)
|
||||
|
||||
/* priv flags */
|
||||
#define ACL_PRIV_LEVEL 0x1000UL
|
||||
|
|
|
|||
Loading…
Reference in a new issue