diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-01-04 13:43:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-01-04 13:43:15 +0000 |
commit | 71a6d0ffc57d6d4e67b6a72dab84204ace86572b (patch) | |
tree | 3487afe2ad64d3744d1bad1e611f86bf05f7474a /libexec/login_radius | |
parent | 8fcfaa50c21af298eef26f1a4644f60351238bb9 (diff) |
- add LDAP
- capitalise RADIUS when referring to the protocol
- remove tis
from raf czlonka
ok sthen ajacoutot
Diffstat (limited to 'libexec/login_radius')
-rw-r--r-- | libexec/login_radius/login_radius.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/login_radius/login_radius.8 b/libexec/login_radius/login_radius.8 index b83f49e7cb3..d61cc73c98a 100644 --- a/libexec/login_radius/login_radius.8 +++ b/libexec/login_radius/login_radius.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_radius.8,v 1.14 2015/10/02 13:50:17 sthen Exp $ +.\" $OpenBSD: login_radius.8,v 1.15 2022/01/04 13:43:14 jmc Exp $ .\" .\" Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. .\" @@ -32,7 +32,7 @@ .\" .\" BSDI $From: login_radius.8,v 1.2 1996/11/11 18:42:02 prb Exp $ .\" -.Dd $Mdocdate: October 2 2015 $ +.Dd $Mdocdate: January 4 2022 $ .Dt LOGIN_RADIUS 8 .Os .Sh NAME @@ -94,7 +94,7 @@ It is expected that rather than requesting the RADIUS style directly .Nm will be linked to the various mechanisms desired. For instance, to have all CRYPTOCard and ActivCard authentication take -place on a remote server via the radius protocol, remove the +place on a remote server via the RADIUS protocol, remove the .Pa login_activ and .Pa login_crypto |