]> andersk Git - openssh.git/commitdiff
- (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked
authordtucker <dtucker>
Thu, 16 Aug 2007 23:42:32 +0000 (23:42 +0000)
committerdtucker <dtucker>
Thu, 16 Aug 2007 23:42:32 +0000 (23:42 +0000)
   accounts and that's what the code looks for, so make man page and code
   agree.  Pointed out by Roumen Petrov.

ChangeLog
sshd.8

index 7559cef6f2fbaeb0f18205f4f699483aa8e6b696..da17e9475df73aa2fd88ae9bc100196cde6ade94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20070817
+ - (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked
+   accounts and that's what the code looks for, so make man page and code
+   agree.  Pointed out by Roumen Petrov.
+
 20070816
  - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
    connections too.  Based on a patch from Sandro Wefel, with & ok djm@
diff --git a/sshd.8 b/sshd.8
index 8d6ab1cc5e1984ed8c81e86ebeafc0d5fc4e5ddc..419394329838e0b43dae326962e49c7e190e188a 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -302,8 +302,9 @@ on Tru64,
 a leading
 .Ql \&*LOCKED\&*
 on FreeBSD and a leading
-.Ql \&!!
-on Linux).  If there is a requirement to disable password authentication
+.Ql \&!
+on most Linuxes).
+If there is a requirement to disable password authentication
 for the account while allowing still public-key, then the passwd field
 should be set to something other than these values (eg
 .Ql NP
This page took 0.045454 seconds and 5 git commands to generate.