X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fconfig.c;h=d3619af88924439ffdd6bbd6374e08adb490b455;hb=ef3d895cb80a5b0830817ffaa5dc0a92edd93723;hp=d49baa0b09d4f874df0c7d830c72ab2577ab07f2;hpb=b9254b8ab4cf4a7ea0b3ed557b1e1c5f598ab4e1;p=openldap diff --git a/servers/slapd/config.c b/servers/slapd/config.c index d49baa0b09..d3619af889 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1289,6 +1289,9 @@ read_config( const char *fname ) } else if( strcasecmp( cargv[i], "bind_simple" ) == 0 ) { disallows |= SLAP_DISALLOW_BIND_SIMPLE; + } else if( strcasecmp( cargv[i], "bind_simple_unprotected" ) == 0 ) { + disallows |= SLAP_DISALLOW_BIND_SIMPLE_UNPROTECTED; + } else if( strcasecmp( cargv[i], "bind_krbv4" ) == 0 ) { disallows |= SLAP_DISALLOW_BIND_KRBV4;