1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Ensure that slapd starts before kdc, as the kdc may be configured to

require LDAP services. If it is configured to require LDAP and the
slapd server is not yet started, the kdc will fail to start.

PR:		229939
Approved by:	delphij@ (maintainer)
MFH:		2018Q3
Differential Revision:	https://reviews.freebsd.org/D16602
This commit is contained in:
Cy Schubert 2018-08-10 02:57:05 +00:00
parent d6bccda8d9
commit 4c2c02bc06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476803
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
PORTREVISION_CLIENT= 0
PORTREVISION_SERVER= 3
PORTREVISION_SERVER= 4
OPENLDAP_SHLIB_MAJOR= 2
OPENLDAP_SHLIB_MINOR= 10.9
OPENLDAP_MAJOR= ${DISTVERSION:R}

View File

@ -5,7 +5,7 @@
# PROVIDE: slapd
# REQUIRE: FILESYSTEMS ldconfig netif
# BEFORE: SERVERS
# BEFORE: SERVERS kdc
# KEYWORD: shutdown
#