URL: https://github.com/SSSD/sssd/pull/59
Title: #59: ipa_netgroups: Lowercase key to htable

jhrozek commented:
"""
before the patch:
```
[jhrozek@client] sssd $ [] getent netgroup ngr1
ngr1                  (-,user1,ipa.test)
[jhrozek@client] sssd $ [] getent netgroup ngr2                                 
                         
[jhrozek@client] sssd $ [] 
```

After the patch:
```
[jhrozek@client] sssd $ [(review)] getent netgroup ngr1
ngr1                  (-,user1,ipa.test)
[jhrozek@client] sssd $ [(review)] getent netgroup ngr2
ngr2                  (-,user1,ipa.test) (-,user1,ipa.test)
[jhrozek@client] sssd $ [(review)] 
```

So the netgroup can be resolved, but is it correct that the netgroup member is 
listed twice?
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/59#issuecomment-255040368
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to