svn commit: r296167 - head/share/man/man5

Jason Helfman jgh at FreeBSD.org
Sun Feb 28 21:04:05 UTC 2016


Author: jgh (doc,ports committer)
Date: Sun Feb 28 21:04:04 2016
New Revision: 296167
URL: https://svnweb.freebsd.org/changeset/base/296167

Log:
  - address obsolete Kerberos options
  
  PR:		205168
  Submitted by:	kevin at bostoncrypto.com
  Reviewed by:	bjk
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D5430

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Sun Feb 28 20:33:57 2016	(r296166)
+++ head/share/man/man5/rc.conf.5	Sun Feb 28 21:04:04 2016	(r296167)
@@ -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.


More information about the svn-src-all mailing list