Add information about {kerberos,kadmind}5_enable and change
{kerberos,kadmind}_enable to {kerberos,kadmind}4_enable to match reality. Fix some mismatched parentheses while I'm here. PR: 34982 Submitted by: Michel Oosterhof <m.oosterhof@xs4all.nl>
This commit is contained in:
parent
246b0f8487
commit
00805a5267
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 4, 2001
|
||||
.Dd March 3, 2002
|
||||
.Dt RC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -770,19 +770,19 @@ is set to
|
||||
.Dq YES ,
|
||||
these are the flags to pass to
|
||||
.Xr named 8 .
|
||||
.It Va kerberos_server_enable
|
||||
.It Va kerberos4_server_enable
|
||||
.Pq Vt bool
|
||||
Set to
|
||||
.Dq YES
|
||||
to start a Kerberos authentication server
|
||||
to start a Kerberos IV authentication server
|
||||
at boot time.
|
||||
.It Va kadmind_server_enable
|
||||
.It Va kadmind4_server_enable
|
||||
.Pq Vt bool
|
||||
Set to
|
||||
.Dq YES
|
||||
to start
|
||||
.Xr kadmind 8 ,
|
||||
the Kerberos Administration Daemon); set to
|
||||
the Kerberos IV Administration Daemon; set to
|
||||
.Dq NO
|
||||
on a slave server.
|
||||
.It Va kerberos_stash
|
||||
@ -798,6 +798,21 @@ and is used for both
|
||||
.Xr kerberos 1
|
||||
and
|
||||
.Xr kadmind 8 ) .
|
||||
.It Va kerberos5_server_enable
|
||||
.Pq Vt bool
|
||||
Set to
|
||||
.Dq YES
|
||||
to start a Kerberos 5 authentication server
|
||||
at boot time.
|
||||
.It Va kadmind5_server_enable
|
||||
.Pq Vt bool
|
||||
Set to
|
||||
.Dq YES
|
||||
to start
|
||||
.Xr k5admind 8 ,
|
||||
the Kerberos 5 Administration Daemon; set to
|
||||
.Dq NO
|
||||
on a slave server.
|
||||
.It Va rwhod_enable
|
||||
.Pq Vt bool
|
||||
If set to
|
||||
|
Loading…
Reference in New Issue
Block a user