summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2016-02-28 21:04:04 +0000
committerjgh <jgh@FreeBSD.org>2016-02-28 21:04:04 +0000
commit9a483696a28534144a3dc6dbf7b151619d99951b (patch)
treef2264c98b42085141ae82c0a9cbdccbed3752b34
parentcec7ee488ab3bf1d84799703292ffd2aa5d699fc (diff)
downloadFreeBSD-src-9a483696a28534144a3dc6dbf7b151619d99951b.zip
FreeBSD-src-9a483696a28534144a3dc6dbf7b151619d99951b.tar.gz
- address obsolete Kerberos options
PR: 205168 Submitted by: kevin@bostoncrypto.com Reviewed by: bjk MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D5430
-rw-r--r--share/man/man5/rc.conf.522
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 9b1b68c..6025db4 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 12, 2016
+.Dd February 28, 2016
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -2092,25 +2092,25 @@ If set to
run the
.Xr unbound 8
daemon as a local caching resolver.
-.It Va kerberos5_server_enable
+.It Va kdc_enable
.Pq Vt bool
Set to
.Dq Li YES
to start a Kerberos 5 authentication server
at boot time.
-.It Va kerberos5_server
+.It Va kdc_program
.Pq Vt str
If
-.Va kerberos5_server_enable
+.Va kdc_enable
is set to
.Dq Li YES
this is the path to Kerberos 5 Authentication Server.
-.It Va kerberos5_server_flags
+.It Va kdc_flags
.Pq Vt str
Empty by default.
This variable contains additional flags to be passed to the Kerberos 5
authentication server.
-.It Va kadmind5_server_enable
+.It Va kadmind_enable
.Pq Vt bool
Set to
.Dq Li YES
@@ -2119,14 +2119,14 @@ to start
the Kerberos 5 Administration Daemon; set to
.Dq Li NO
on a slave server.
-.It Va kadmind5_server
+.It Va kadmind_program
.Pq Vt str
If
-.Va kadmind5_server_enable
+.Va kadmind_enable
is set to
.Dq Li YES
this is the path to Kerberos 5 Administration Daemon.
-.It Va kpasswdd_server_enable
+.It Va kpasswdd_enable
.Pq Vt bool
Set to
.Dq Li YES
@@ -2135,10 +2135,10 @@ to start
the Kerberos 5 Password-Changing Daemon; set to
.Dq Li NO
on a slave server.
-.It Va kpasswdd_server
+.It Va kpasswdd_program
.Pq Vt str
If
-.Va kpasswdd_server_enable
+.Va kpasswdd_enable
is set to
.Dq Li YES
this is the path to Kerberos 5 Password-Changing Daemon.
OpenPOWER on IntegriCloud