Fix bind_anon keyword

This commit is contained in:
Howard Chu 2004-11-10 18:20:49 +00:00
parent f06f2a6aec
commit 616d7962ef

View File

@ -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 },