freeipa/install/updates/10-rootdse.update
Tomas Babej 1c022646d2 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>
2014-09-24 10:02:44 +02:00

10 lines
418 B
Plaintext

# 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