URL: https://github.com/SSSD/sssd/pull/992
Title: #992: This changes the default ldap_group_name attribute to
sAMAccountName
pbrezina commented:
"""
Yeah, you somehow merged it instead of rebasing it. The correct steps would be:
```shell
$ git checkout master
$ git pull --rebase
$ git checkout ldap-group-fix
$ git rebase master
```
But it won't affect the result. This test still fails:
```
____________________________ test_case_insensitive _____________________________
Traceback (most recent call last):
File "/shared/sssd/src/tests/intg/test_pysss_nss_idmap.py", line 267, in
test_case_insensitive
group_id = grp.getgrnam(group).gr_gid
KeyError: "getgrnam(): name not found: 'Domain Users'"
```
I will try to debug it.
"""
See the full comment at
https://github.com/SSSD/sssd/pull/992#issuecomment-600728078
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]