search for: nologin_allow_file

Displaying 1 result from an estimated 1 matches for "nologin_allow_file".

2000 Jul 09
0
OpenSSH 2.1.1p2: /etc/nologin handling and related stuff
...../dist/acconfig.h ./acconfig.h --- ../dist/acconfig.h Sat Jul 1 08:52:55 2000 +++ ./acconfig.h Sat Jul 8 21:13:22 2000 @@ -214,6 +214,9 @@ /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ #undef IPV4_IN_IPV6 +/* File with users to allow even with /etc/nologin in place */ +#undef NOLOGIN_ALLOW_FILE + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ diff -ruw -x configure ../dist/auth.c ./auth.c --- ../dist/auth.c Mon Jun 26 03:31:33 2000 +++ ./auth.c Sat Jul 8 19:53:37 2000 @@ -145,7 +145,8 @@ } #ifdef WITH_AIXAUTHENTICATE - if (loginrestr...