]> andersk Git - openssh.git/blobdiff - servconf.h
- (djm) Add new UsePAM configuration directive to allow runtime control
[openssh.git] / servconf.h
index 024987dd6983cfd8a743115e9451f29a97d6cc9b..afa80675e0312958b8f45c89ec45372cbd25ad12 100644 (file)
@@ -131,7 +131,7 @@ typedef struct {
 
        char   *authorized_keys_file;   /* File containing public keys */
        char   *authorized_keys_file2;
-       int     pam_authentication_via_kbd_int;
+       int     use_pam;                /* Enable auth via PAM */
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.063936 seconds and 4 git commands to generate.