mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
fix ITS#3001
This commit is contained in:
parent
b95f4bb218
commit
3aaeb43344
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -2,6 +2,7 @@ OpenLDAP 2.1 Change Log
|
|||
|
||||
OpenLDAP 2.1.28 Engineering
|
||||
Fixed back-bdb slapadd crash (ITS#2974)
|
||||
Fixed typo in ACL STYLE slap_style_e enum (ITS#3001)
|
||||
|
||||
OpenLDAP 2.1.27 Release
|
||||
Fixed slapd replog ordering bug (ITS#2512)
|
||||
|
|
|
|||
|
|
@ -981,7 +981,7 @@ typedef enum slap_style_e {
|
|||
ACL_STYLE_ONE,
|
||||
ACL_STYLE_SUBTREE,
|
||||
ACL_STYLE_CHILDREN,
|
||||
ACL_STYLE_ATTROF,
|
||||
ACL_STYLE_ATTROF
|
||||
} slap_style_t;
|
||||
|
||||
typedef struct slap_authz_info {
|
||||
|
|
|
|||
Loading…
Reference in a new issue