[Bug 918] ssh_gssapi_storecreds called to late to be usable by PAM in sesion.c
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Sep 11 20:14:47 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=918
------- Additional Comments From dtucker at zip.com.au 2004-09-11 20:14 -------
(From update of attachment 701)
>+#ifdef GSSAPI
>+ if (options.gss_authentication) {
>+ temporarily_use_uid(pw);
>+ ssh_gssapi_storecreds();
>+ restore_uid();
>+ }
>+#endif
BTW, the indenting is wrong (should be two tabs) and that's a bit misleading.
Why is it called twice? (I'm guessing for the same reason PAM is: to
re-establish supplemental groups, eg a PAG).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list