diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-30 08:27:51 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-30 08:27:51 +0200 |
commit | 92e43acb1cdf521094b626444f73cae5d77a7b69 (patch) | |
tree | 11e5922fde92a5d06fa5d5766e2ffc5c5605a688 /sys/man/6 | |
parent | 114a5bdce67f7f44a70bb59e88933cc746151721 (diff) |
authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos)
Diffstat (limited to 'sys/man/6')
-rw-r--r-- | sys/man/6/authsrv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/6/authsrv b/sys/man/6/authsrv index 911b1f4b1..4ff5057b2 100644 --- a/sys/man/6/authsrv +++ b/sys/man/6/authsrv @@ -407,7 +407,7 @@ database file exists for the AS. This database maintains ``speaks for'' relationships, i.e., it lists which users may speak for other users when -authtenticating. +authenticating. The attribute types used by the AS are .B hostid and @@ -418,7 +418,7 @@ is a client host's ID. The values in the .B uid pairs in the same entry list which users that host ID -make speak for. +may speak for. A uid value of .B * means the host ID may speak for all users. @@ -672,7 +672,7 @@ authentication The .I challenge is eight random bytes. -The two responses are Microsofts LM and NT hashes. +The two responses are Microsoft's LM and NT hashes. Only the NT hash may be used to authenticate, as the LM hash is considered too weak. The reply packet is defined as |