summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-03-22 17:19:01 -0400
committerMartin Kosek <mkosek@redhat.com>2012-03-26 14:26:10 +0200
commita735420a9ba3d507855a75a1a48f79a2358c7081 (patch)
treeb063bea16f4af55832c9ee794efb50a3b2e300a5 /ipaserver
parent00ce15b7442914be859c9e0912d0d02a836fe649 (diff)
downloadfreeipa-a735420a9ba3d507855a75a1a48f79a2358c7081.tar.gz
freeipa-a735420a9ba3d507855a75a1a48f79a2358c7081.tar.xz
freeipa-a735420a9ba3d507855a75a1a48f79a2358c7081.zip
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
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/ipaldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/ipaldap.py b/ipaserver/ipaldap.py
index 8703b5e4b..7174072a6 100644
--- a/ipaserver/ipaldap.py
+++ b/ipaserver/ipaldap.py
@@ -540,7 +540,7 @@ class IPAdmin(IPAEntryLDAPObject):
# Some attributes, like those in cn=config, need to be replaced
# not deleted/added.
- FORCE_REPLACE_ON_UPDATE_ATTRS = ('nsslapd-ssl-check-hostname', 'nsslapd-lookthroughlimit', 'nsslapd-idlistscanlimit', 'nsslapd-anonlimitsdn')
+ FORCE_REPLACE_ON_UPDATE_ATTRS = ('nsslapd-ssl-check-hostname', 'nsslapd-lookthroughlimit', 'nsslapd-idlistscanlimit', 'nsslapd-anonlimitsdn', 'nsslapd-minssf-exclude-rootdse')
modlist = []
old_entry = ipautil.CIDict(old_entry)