#3284 getsidbyname does not work properly with case insensitive domains
Closed: Fixed Opened by lslebodn.

sh# python
Python 2.7.5 (default, Jan 18 2017, 10:25:43)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> iport grp
>>> import pysss_nss_idmap
>>>
>>> group = 'Domain Users'
>>> grp.getgrnam(group)
grp.struct_group(gr_name='domain users', gr_passwd='*', gr_gid=200513, gr_mem=[])
>>> pysss_nss_idmap.getsidbyname(group)
{}
}}}

https://github.com/SSSD/sssd/pull/130

owner: somebody => lslebodn
patch: 0 => 1
status: new => assigned

master

  • daf3714bd3f772934025894c534aa902f0b8f98f
  • 8a4a2b87f51462ac22bf6db93927484841f098c6

milestone: NEEDS_TRIAGE => SSSD 1.15 Alpha
resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @lslebodn:
- Issue assigned to lslebodn
- Issue set to the milestone: SSSD 1.15.0

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4317

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata