search for: gss_auth_krb5_princ

Displaying 2 results from an estimated 2 matches for "gss_auth_krb5_princ".

2014 Dec 28
2
pubkey fingerprint and krb princ name in environment
...is.com/~kyrias/ -------------- next part -------------- --- gss-serv-krb5.c.orig 2012-07-12 14:33:31.117551679 +0200 +++ gss-serv-krb5.c 2012-07-12 14:34:30.319020970 +0200 @@ -104,6 +104,11 @@ } else retval = 0; +#ifdef USE_PAM + if (options.use_pam) + do_pam_putenv("GSS_AUTH_KRB5_PRINC", (char *)client->displayname.value); +#endif + krb5_free_principal(krb_context, princ); return retval; } -------------- next part -------------- A non-text attachment was scrubbed... Name: pubkey_fingerprint.patch Type: text/x-diff Size: 361 bytes Desc: not available URL: <http://l...
2013 Jan 16
5
[Bug 2063] New: RFE: export principal which was used for .k5login
...y default ssh public keys (where real identity can be easily recorded by environment/commands in ~/.ssh/authorized_keys) and it will be trivial to implement a similar mechanism for kerberos auth, when original principal is exported somehow. A patch is available at http://geggus.net/sven/blogfiles/GSS_AUTH_KRB5_PRINC-env4openssh.diff See http://blog.gegg.us/2012/07/using-gitolite-with-kerberos-authentication/ https://groups.google.com/forum/?fromgroups=#!topic/comp.protocols.kerberos/6b7tSA-og0k for some more discussions. -- You are receiving this mail because: You are watching the assignee of the bug.