diff options
author | jdp <jdp@FreeBSD.org> | 1998-08-05 23:42:10 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-08-05 23:42:10 +0000 |
commit | 203de4af5d0b4c199f18b2451ea9b044b2c8a6b2 (patch) | |
tree | 16ed9e6b4f4dfb08d676a2d0f2d5706762d951f4 /lib/libskey | |
parent | b0987fb412f9af32bb59da8c4659ec58fc7c1ebe (diff) | |
download | FreeBSD-src-203de4af5d0b4c199f18b2451ea9b044b2c8a6b2.zip FreeBSD-src-203de4af5d0b4c199f18b2451ea9b044b2c8a6b2.tar.gz |
Correct the description of skeyaccess(). It determines whether Unix
passwords are permitted, not whether S/Key passwords are permitted.
This manual page could use a good going over.
Diffstat (limited to 'lib/libskey')
-rw-r--r-- | lib/libskey/skey.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3 index 234d0b2..8fc1a01 100644 --- a/lib/libskey/skey.3 +++ b/lib/libskey/skey.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: skey.3,v 1.6 1997/03/19 01:33:23 bde Exp $ +.\" $Id: skey.3,v 1.7 1998/03/19 07:34:16 charnier Exp $ .\" .Dd December 22, 1996 .Dt SKEY 3 @@ -135,10 +135,12 @@ UNIX password (namely, a string containing ":"). .Pp The .Fn skeyaccess -function determines whether s/key passwords are permitted for any -combination of user name, group member, terminal port, host name or -network. -See +function determines whether traditional UNIX (non-S/Key) passwords +are permitted for any combination of user name, group member, +terminal port, host name, and network. If UNIX passwords are allowed, +.Fn skeyaccess +returns a non-zero value. If UNIX passwords are not allowed, it +returns 0. See .Xr skey.access 5 for more information on the layout and structure of the skey.access configuration file which this function uses. |