mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
forgot binds
This commit is contained in:
parent
d86a46cc33
commit
76a089086b
1 changed files with 1 additions and 0 deletions
|
|
@ -1785,6 +1785,7 @@ struct slap_backend_db {
|
|||
#define SLAP_RESTRICT_OP_ALL \
|
||||
( SLAP_RESTRICT_OP_READS \
|
||||
| SLAP_RESTRICT_OP_WRITES \
|
||||
| SLAP_RESTRICT_OP_BIND \
|
||||
| SLAP_RESTRICT_OP_EXTENDED )
|
||||
|
||||
#define SLAP_ALLOW_BIND_V2 0x0001U /* LDAPv2 bind */
|
||||
|
|
|
|||
Loading…
Reference in a new issue