mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
449d10b85c
commit
1c022646d2
9
install/updates/10-rootdse.update
Normal file
9
install/updates/10-rootdse.update
Normal 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
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user