Heimdal is an implementation of Kerberos 5 (and some more stuff) largely written in Sweden. ok sthen@ Note that it is not enabled yet because none of the requesters for this port stood up to give me any feedback nor OK. Also this is still a WIP, it may not even build with all the recent changes in base.
12 lines
172 B
Bash
12 lines
172 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: kdc.rc,v 1.1 2014/07/13 14:10:14 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/heimdal/libexec/kdc --detach"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|