From ecb6db13dc76e073283b9fd584c194f4f7c4f683 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 9 Jun 2007 15:29:46 +0000 Subject: [PATCH] autchId must be a (quoted) id, and can't be a DN; as a consequence, no need for leading 'u:' --- servers/slapd/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/config.c b/servers/slapd/config.c index b4917de41c..2d475d2006 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1037,7 +1037,7 @@ static slap_cf_aux_table bindkey[] = { { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL }, { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL }, { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL }, - { BER_BVC("authcID="), offsetof(slap_bindconf, sb_authcId), 'b', 0, (slap_verbmasks *)authzNormalize }, + { BER_BVC("authcID="), offsetof(slap_bindconf, sb_authcId), 'b', 1, NULL }, { BER_BVC("authzID="), offsetof(slap_bindconf, sb_authzId), 'b', 1, (slap_verbmasks *)authzNormalize }, #ifdef HAVE_TLS { BER_BVC("starttls="), offsetof(slap_bindconf, sb_tls), 'i', 0, tlskey }, -- 2.39.5