diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-08-05 23:43:49 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-08-05 23:43:49 +0000 |
| commit | 2da568b566b8bf7003695e107d958f827832f71a (patch) | |
| tree | 62a5eb7da25079337537bc0e0dbe9faa0fcc9428 /lib | |
| parent | 3ad3de7734a9e684049ba654f40b9b188c2afe41 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 a31825728db3..743a86f7634b 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.2.2.2 1997/09/03 08:32:05 pst Exp $ +.\" $Id: skey.3,v 1.2.2.3 1998/07/19 06:51:48 jkh 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. |
