URL: https://github.com/SSSD/sssd/pull/820
Title: #820: ad: delete domains disabled through ad_enabled_domains from cache

sumit-bose commented:
"""
Hi Pavel,

sorry for not being clear but your 3 points are exactly what I meant.

My tests went well. I had one issue where I'm not sure if should be fixed or 
not and if this is an issue in your patches or with 'ad_enabled_domains' in 
general. I have an AD domain with a mixed case name 'ChIlD.ad.devel' and if I 
add

    ad_enabled_domains = child.ad.devel

(lower case is recommended by the man page), it does not work after the first 
restart only after the second I guess because the subdomains were re-discovered 
during the first restart and the domain was disabled here.

But if I add

    ad_enabled_domains = ChIlD.ad.devel

it already works after the first restart. Do you have an idea where a strcmp() 
should be replaced with a strcasecmp()?

bye,
Sumit

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/820#issuecomment-519468024
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to