Back to bug 1372814

Who When What Removed Added
Kent Perrier 2016-09-02 19:06:15 UTC Priority unspecified high
Lukas Slebodnik 2016-09-02 21:00:38 UTC CC kperrier
Flags needinfo?(kperrier)
Kent Perrier 2016-09-06 14:32:31 UTC Flags needinfo?(kperrier)
Jakub Hrozek 2016-09-06 16:10:28 UTC Flags needinfo?(kperrier)
Kent Perrier 2016-09-06 16:30:04 UTC Flags needinfo?(kperrier)
Kent Perrier 2016-09-06 20:14:15 UTC Status NEW CLOSED
Resolution --- NOTABUG
Last Closed 2016-09-06 16:14:15 UTC
Lenka Špačková 2016-09-07 08:07:55 UTC Docs Contact mmuehlfe
Doc Type If docs needed, set a value Release Note
Marc Muehlfeld 2016-09-08 09:36:32 UTC Doc Text SSSD fails to manage autofs mappings from a LDAP tree

Previously, the System Security Services Daemon (SSSD) implemented incorrect default values for autofs mappings when using the `RFC2307` LDAP schema. A patch has been applied, which fixed the defaults to match the schema. However, users connecting to LDAP servers that contain mappings with the schema SSSD previously used, are not able to load the autofs attributes. Affected users see the following error reported in the `/var/log/messages` log file:

Your configuration uses the autofs provider with schema set to rfc2307 and default attribute mappings. The default map has changed in this release, please make sure the configuration matches the server attributes.

To work around this problem, modify the `/etc/sssd/sssd.conf` file and set your domain to use the existing attribute mappings:

[domain/EXAMPLE]
...
ldap_autofs_map_object_class = automountMap
ldap_autofs_map_name = ou
ldap_autofs_entry_object_class = automount
ldap_autofs_entry_key = cn
ldap_autofs_entry_value = automountInformation

As a result, SSSD is able to load autofs mappings from the attributes.
Marc Muehlfeld 2016-09-09 14:57:58 UTC Doc Type Release Note Known Issue
Rich Rauenzahn 2016-11-29 23:12:24 UTC CC rrauenza

Back to bug 1372814