summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-11-21 22:31:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-11-21 22:31:12 +0000
commitb1f44636dd345ca71a2486bd38668162988c7ce6 (patch)
tree55c04f2cc56ed1c90ad9f9862a14a0b721acc7c7 /libexec
parent4614f0912615da7c346ee17b04b4a41e6b6bba8f (diff)
Add a caveat on /etc/raddb/servers and permissions.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/login_radius/login_radius.814
1 files changed, 13 insertions, 1 deletions
diff --git a/libexec/login_radius/login_radius.8 b/libexec/login_radius/login_radius.8
index 120e62d4151..4df430498e3 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.4 2002/03/13 22:37:08 marc Exp $
+.\" $OpenBSD: login_radius.8,v 1.5 2002/11/21 22:31:11 millert Exp $
.\"
.\" Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved.
.\"
@@ -150,3 +150,15 @@ list of radius servers and their associated shared secrets
does not ship with a radius server in the default install, however
several are available via
.Xr packages 7 .
+.Pp
+For
+.Nm
+to function, the
+.Pa /etc/raddb
+directory must be owned by group
+.Dq _radius
+and have group-execute permissions.
+Likewise, the
+.Pa /etc/raddb/servers
+file must be readable by group
+.Dq _radius .