Displaying 1 result from an estimated 1 matches for "ccurent".
Did you mean:
curent
2003 Feb 16
2
AllowUsers Change
...it stated they are not in allowUsers. IF
there are AllowDenyGroups it tries them. And then stated they are not in
either AllowUsers nor AllowGroups
since PErmitRootLogin is not handled in auth.c:allowed_users() I will not
try to add that logic. I still believe it should be true.
Diff against -ccurent BSD tree.
- Ben
Index: auth.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/auth.c,v
retrieving revision 1.46
diff -u -r1.46 auth.c
--- auth.c 4 Nov 2002 10:07:53 -0000 1.46
+++ auth.c 16 Feb 2003 03:27:42 -0000
@@ -105,15 +105,16 @@
retur...