URL: https://github.com/SSSD/sssd/pull/145
Title: #145: Fix storing a sudoRule attriubute in a case-insensitive domain 
when the attriubute values differ only by case

jhrozek commented:
"""
Yes, both cases should be added. The change of behaviour is the duplicate 
detection -- even the previous version of the code was adding lowercased 
sudoUser, but since there was already tuser and then we lowercased TUSER, sssd 
tried to add the following ldb message:
```
sudoUser: tuser
sudoUser: tuser
sudoUser: TUSER
```
which throws an error. Another approach might be to use the ldb permissive 
control, but I'm not sure if that one also works with adds or only 
modifications..
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/145#issuecomment-277637221
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to