Set the default attributes for RootDSE

With 389 DS 1.3.3 upwards we can leverage the nsslapd-return-default-opattr
attribute to enumerate the list of attributes that should be returned
even if not specified explicitly. Use the behaviour to get the same attributes
returned from searches on rootDSE as in 1.3.1.

https://fedorahosted.org/freeipa/ticket/4288

Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
Tomas Babej 2014-07-02 02:55:01 +02:00 committed by Martin Kosek
parent 449d10b85c
commit 1c022646d2
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Set the default attributes to be returned by RootDSE
dn:
add:nsslapd-return-default-opattr:namingContexts
add:nsslapd-return-default-opattr:supportedControl
add:nsslapd-return-default-opattr:supportedExtension
add:nsslapd-return-default-opattr:supportedLDAPVersion
add:nsslapd-return-default-opattr:supportedSASLMechanisms
add:nsslapd-return-default-opattr:vendorName
add:nsslapd-return-default-opattr:vendorVersion

View File

@ -5,6 +5,7 @@ app_DATA = \
10-config.update \
10-enable-betxn.update \
10-selinuxusermap.update \
10-rootdse.update \
10-uniqueness.update \
10-schema_compat.update \
19-managed-entries.update \