From a735420a9ba3d507855a75a1a48f79a2358c7081 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 22 Mar 2012 17:19:01 -0400 Subject: Set nsslapd-minssf-exclude-rootdse to on so the DSE is always available. If minssf is set in configuration and this is not set then clients won't be able to detect the available namingContexts, defaultNamingContext, capabilities, etc. https://fedorahosted.org/freeipa/ticket/2542 --- install/updates/10-config.update | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/updates/10-config.update') diff --git a/install/updates/10-config.update b/install/updates/10-config.update index 97fbdef2d..ecddb812f 100644 --- a/install/updates/10-config.update +++ b/install/updates/10-config.update @@ -38,3 +38,7 @@ only:nsslapd-anonlimitsdn:'cn=anonymous-limits,cn=etc,$SUFFIX' # doesn't support it generates a non-fatal error. dn: cn=config add:nsslapd-defaultNamingContext:'$SUFFIX' + +# Allow the root DSE to be searched even with minssf set +dn: cn=config +only:nsslapd-minssf-exclude-rootdse:on -- cgit