]> andersk Git - gssapi-openssh.git/blobdiff - openssh/servconf.h
o Merge to OPENSSH_3_6_1P1_GSSAPI_20030425.
[gssapi-openssh.git] / openssh / servconf.h
index 1c947da6ce03b1794bc5cd83572b62b6e4015d27..98cdda4c7a12db815f5693473ac7bf4fdc8ba2d7 100644 (file)
@@ -97,6 +97,11 @@ typedef struct {
 #endif
 #ifdef AFS
        int     afs_token_passing;      /* If true, permit AFS token passing. */
+#endif
+#ifdef SESSION_HOOKS
+        int     session_hooks_allow;        /* If true, permit user hooks */
+        char*   session_hooks_startup_cmd;  /* cmd to be executed before */
+        char*   session_hooks_shutdown_cmd; /* cmd to be executed after */
 #endif
        int     password_authentication;        /* If true, permit password
                                                 * authentication. */
This page took 0.033647 seconds and 4 git commands to generate.