mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix bind_anon keyword
This commit is contained in:
parent
f06f2a6aec
commit
616d7962ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1007,7 +1007,7 @@ config_disallows(ConfigArgs *c) {
|
|||
slap_mask_t disallows = 0;
|
||||
int i;
|
||||
struct verb_mask_list disallowable_ops[] = {
|
||||
{ "bind_v2", SLAP_DISALLOW_BIND_ANON },
|
||||
{ "bind_anon", SLAP_DISALLOW_BIND_ANON },
|
||||
{ "bind_simple", SLAP_DISALLOW_BIND_SIMPLE },
|
||||
{ "bind_krb4", SLAP_DISALLOW_BIND_KRBV4 },
|
||||
{ "tls_2_anon", SLAP_DISALLOW_TLS_2_ANON },
|
||||
|
|
|
|||
Loading…
Reference in a new issue