blob: 335c36f7f2d698a270fa3f05fde03eaf7b1acbbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- Make-common.orig Fri Oct 16 18:59:29 1998
+++ Make-common Fri Oct 16 19:08:04 1998
@@ -189,7 +189,7 @@
# Locations of auxilary programs
# (excepts to below are generally defined in Make-platform)
-LDAP_SENDMAIL?=/usr/lib/sendmail
+LDAP_SENDMAIL?=/usr/sbin/sendmail
LDAP_EDITOR?=/usr/ucb/vi
LDAP_FINGER?=/usr/ucb/finger
@@ -261,10 +261,10 @@
# LDAP_ACLGROUP=-DACLGROUP
# uncomment these lines to enable support for CRYPT passwords in LDBM.
-# LDAP_CRYPT=-DLDAP_CRYPT
+LDAP_CRYPT=-DLDAP_CRYPT
# LDAP_CRYPT_LIB?=
# and comment this line out
-LDAP_CRYPT_LIB=
+# LDAP_CRYPT_LIB=
# uncomment these lines to enable support fro tcp_wrappers in servers.
# Requires tcp_wrappers.
|