mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix bind_anon keyword
This commit is contained in:
parent
f06f2a6aec
commit
616d7962ef
@ -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 New Issue
Block a user