]> andersk Git - gssapi-openssh.git/blobdiff - openssh/servconf.h
gssapi_set_implicit_username() is now gssapi_set_username()
[gssapi-openssh.git] / openssh / servconf.h
index 3adfd0d0d860b2a31e9a9d9381e1be8f71c5e7a8..cfac80082861e0bc90e90423714c7b214ebaf177 100644 (file)
@@ -94,6 +94,8 @@ typedef struct {
        int     gss_authentication;     /* If true, permit GSSAPI authentication */
        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 */
+       char*   gss_creds_path; /* If true, destroy cred cache on logout */
        int     gsi_allow_limited_proxy;        /* If true, accept limited proxies */
        int     password_authentication;        /* If true, permit password
                                                 * authentication. */
This page took 0.034724 seconds and 4 git commands to generate.