View | Details | Raw Unified | Return to bug 200689
Collapse All | Expand All

(-)Makefile (-3 / +10 lines)
Lines 27-40 Link Here
27
NSLCD_PIDFILE?=		/var/run/nslcd.pid
27
NSLCD_PIDFILE?=		/var/run/nslcd.pid
28
NSLCD_SOCKET?=		/var/run/nslcd.ctl
28
NSLCD_SOCKET?=		/var/run/nslcd.ctl
29
29
30
OPTIONS_DEFINE=		KERBEROS
31
OPTIONS_DEFAULT=	KERBEROS
32
30
.if defined(SLAVE_PORT)
33
.if defined(SLAVE_PORT)
31
OPTIONS_DEFINE=		SASL
34
OPTIONS_DEFINE+=	SASL
32
OPTIONS_MULTI=		MG1
35
OPTIONS_MULTI=		MG1
33
OPTIONS_MULTI_MG1=	PAM NSS
36
OPTIONS_MULTI_MG1=	PAM NSS
34
PAM_DESC=		Build pam_ldap
37
PAM_DESC=		Build pam_ldap
35
NSS_DESC=		Build nss support
38
NSS_DESC=		Build nss support
36
SASL_DESC=		Build sasl support
39
SASL_DESC=		Build sasl support
37
OPTIONS_DEFAULT=	PAM NSS
40
OPTIONS_DEFAULT+=	PAM NSS
38
CONFLICTS+=		nss-pam-ldapd-[0-9]*
41
CONFLICTS+=		nss-pam-ldapd-[0-9]*
39
.else
42
.else
40
OPTIONS_MULTI=		MG1
43
OPTIONS_MULTI=		MG1
Lines 41-47 Link Here
41
OPTIONS_MULTI_MG1=	PAM NSS
44
OPTIONS_MULTI_MG1=	PAM NSS
42
PAM_DESC=		Build pam_ldap
45
PAM_DESC=		Build pam_ldap
43
NSS_DESC=		Build nss support
46
NSS_DESC=		Build nss support
44
OPTIONS_DEFAULT=	PAM NSS
47
OPTIONS_DEFAULT+=	PAM NSS
45
CONFLICTS+=		nss-pam-ldapd-sasl-[0-9]*
48
CONFLICTS+=		nss-pam-ldapd-sasl-[0-9]*
46
.endif
49
.endif
47
50
Lines 65-70 Link Here
65
			NSS_LDAP_SHMAJOR="${NSS_LDAP_SHMAJOR}"
68
			NSS_LDAP_SHMAJOR="${NSS_LDAP_SHMAJOR}"
66
SUB_LIST+=		CONFIG_FILE="${PREFIX}/etc/${CONFIG_FILE}"
69
SUB_LIST+=		CONFIG_FILE="${PREFIX}/etc/${CONFIG_FILE}"
67
70
71
.if empty(PORT_OPTIONS:MKERBEROS)
72
CONFIGURE_ARGS+=	--disable-kerberos
73
.endif
74
68
.if ${PORT_OPTIONS:MSASL}
75
.if ${PORT_OPTIONS:MSASL}
69
WANT_OPENLDAP_SASL=	yes
76
WANT_OPENLDAP_SASL=	yes
70
CONFIGURE_ARGS+=	--enable-sasl
77
CONFIGURE_ARGS+=	--enable-sasl

Return to bug 200689