SSSD, autofs multi domain

Issues related to applications and software problems
Post Reply
neofita2
Posts: 14
Joined: 2017/03/15 17:34:33

SSSD, autofs multi domain

Post by neofita2 » 2017/03/15 17:48:05

I a trying to configure a linux client that is able to authenticate with two different domains, however, the autofs is loading only from the first domain.

Is there a way to use the autofs configuration of each domain?

Code: Select all

[sssd]
config_file_version = 2
domains = first.localdomain.local,second.localdomain.local
services = nss, pam, autofs

[domain/second.localdomain.local]
debug_level                     = 6
id_provider                     = ldap
cache_credentials               = True
ldap_uri                        = ldap://srvsecond.second.localdomain.local
ldap_id_use_start_tls           = true
ldap_search_base                = dc=second,dc=localdomain,dc=local
ldap_tls_cacertdir              = /etc/openldap/cacerts
autofs_provider                 = ldap
ldap_autofs_search_base         = ou=automount,dc=second,dc=localdomain,dc=local
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



[domain/first.localdomain.local]
debug_level                     = 6
id_provider                     = ldap
cache_credentials               = True
ldap_uri                        = ldap://srvfirst.first.localdomain.local
ldap_id_use_start_tls           = true
ldap_search_base                = dc=first,dc=localdomain,dc=local
ldap_tls_cacertdir              = /etc/openldap/cacerts
autofs_provider                 = ldap
ldap_autofs_search_base         = ou=automount,dc=first,dc=localdomain,dc=local
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

neofita2
Posts: 14
Joined: 2017/03/15 17:34:33

Re: SSSD, autofs multi domain

Post by neofita2 » 2018/05/04 10:06:16

It seems that there are not solutions, since nobody try to reply to this :(

Post Reply