All,

I have sssd set up and doing cross-domain AD authentication.  I'm using the
simple access provider and conferring login access per group.  Occasionally
per user.

I notice that if I do a basic 'realm permit <user>', that it adds this user
to the wrong AD domain:

Example:

realm permit processehcprofiler

adds it to my JAPN.COMPANY.COM AD domain, not my local AD domain (AMER).

If I attempt to do to

realm permit -R AMER.COMPANY.COM processehcprofi...@amer.company.com

I get this error:

realm: Couldn't find a matching realm

Through various experimentation, I find that if I do this:

realm permit -R amer.company.com processehcprofi...@amer.company.com

that it works.  As confirmed by 'sssctl user-checks processehcprofiler'

I notice my "domain" entries in /etc/sssd/sssd.conf file are all lower case:

domains = amer.company.com,apac.company.com,emea.company.com,
japn.company.com
...
[domain/amer.company.com]
ad_domain = amer.company.com
...
[domain/apac.company.com]
ad_domain = apac.company.com
...
[domain/emea.company.com]
ad_domain = emea.company.com
...
[domain/japn.company.com]
ad_domain = japn.company.com
...

I'm used to Kerberos where domain names are uc and account names are lc.
So to do:

realm permit -R AMER.COMPANY.COM processehcprofi...@amer.company.com

I have to re-write all the domain names in my sssd.conf file to uc?

Spike
_______________________________________________
sssd-users mailing list -- sssd-users@lists.fedorahosted.org
To unsubscribe send an email to sssd-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org

Reply via email to