conf/57497: [PATCH] no k5passwdd in rc.network, defaults/rc.conf

Matthew George mdg at secureworks.net
Thu Oct 2 07:50:19 PDT 2003


>Number:         57497
>Category:       conf
>Synopsis:       [PATCH] no k5passwdd in rc.network, defaults/rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 02 07:50:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthew George <mdg at secureworks.net>
>Release:        FreeBSD 4.8-RELEASE-p1 i386
>Organization:
SecureWorks
>Environment:
System: FreeBSD fbsd.secureworks.net 4.8-RELEASE-p1 FreeBSD 4.8-RELEASE-p1 #4: Thu Sep 25 12:29:50 EDT 2003 mdg at fbsd.secureworks.net:/usr/src/sys/compile/SW-GENERIC-SMP i386



>Description:

There is support for loading k5admind out of rc, but not k5passwdd

>How-To-Repeat:

>Fix:

--- etc/rc.network.orig	Thu Oct  2 10:26:52 2003
+++ etc/rc.network	Thu Oct  2 10:28:54 2003
@@ -798,6 +798,14 @@
 			;;
 		esac
 		;;
+
+		case ${kpasswdd5_server_enable} in
+		[Yy][Ee][Ss])
+			echo -n ' kpasswdd5'
+			${kpasswdd5_server} &
+			;;
+		esac
+		;;
 	esac

 	case ${pppoed_enable} in


--- etc/defaults/rc.conf.orig	Thu Oct  2 10:31:13 2003
+++ etc/defaults/rc.conf	Thu Oct  2 10:30:59 2003
@@ -134,6 +134,8 @@
 kerberos5_server="/usr/libexec/kdc"	# path to kerberos 5 KDC
 kadmind5_server_enable="NO"	# Run kadmind (or NO)
 kadmind5_server="/usr/libexec/k5admind"	# path to kerberos 5 admin daemon
+kpasswdd5_server_enable="NO"	# Run kpasswdd (or NO)
+kpasswdd5_server="/usr/libexec/k5passwdd" # path to kerberos 5 passwd daemon
 kerberos_stash="NO"		# Is the kerberos master key stashed?

 rwhod_enable="NO"		# Run the rwho daemon (or NO).


-- 
Matthew George
SecureWorks Technical Operations

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list