URL: https://github.com/SSSD/sssd/pull/62
Title: #62: PAM: add pam_response_filter option

jhrozek commented:
"""
btw except from the warnings and the valgrind issue, the code seems to work 
fine. I tested with sudo -i and then kinit, before the patch:
```
-sh-4.3$ sudo -iu admin
[sudo] password for tuser: 
-bash-4.3$ echo $KRB5CCNAME
FILE:/tmp/krb5cc_1475800004_Pvl1cf
-bash-4.3$ kinit admin
Password for ad...@ipa.test: 
kinit: Failed to store credentials: Internal credentials cache error (filename: 
/tmp/krb5cc_1475800004_Pvl1cf) while getting initial credentials
```

After the patch:
```
sh-4.3$ sudo -iu admin
[sudo] password for tuser: 
-bash-4.3$ echo $KRB5CCNAME

-bash-4.3$ kinit admin
Password for ad...@ipa.test: 
-bash-4.3$ logout
```
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/62#issuecomment-257603934
_______________________________________________
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