]> andersk Git - gssapi-openssh.git/blobdiff - openssh/servconf.h
Add server-side GSSAPIDelegateCredentials option, enabled for use with
[gssapi-openssh.git] / openssh / servconf.h
index 26dfd2e0c9028958e71317540233afcb80319d83..a0bc8341943436ca01d1fff01376da64c4ad0557 100644 (file)
@@ -95,6 +95,7 @@ typedef struct {
        int     kerberos_get_afs_token;         /* If true, try to get AFS token if
                                                 * authenticated with Kerberos. */
        int     gss_authentication;     /* If true, permit GSSAPI authentication */
+       int     gss_deleg_creds;        /* If true, store delegated GSSAPI credentials*/
        int     gss_keyex;              /* If true, permit GSSAPI key exchange */
        int     gss_cleanup_creds;      /* If true, destroy cred cache on logout */
        int     gss_strict_acceptor;    /* If true, restrict the GSSAPI acceptor name */
This page took 0.689049 seconds and 4 git commands to generate.