diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
commit | 3238fdf3ff17469da035ed1994e6665fd9e73827 (patch) | |
tree | b59222f25b60b559896a43dd9b991b27c5bc4287 /net/openldap/files/patch-aa | |
parent | Convert to ELF. (diff) |
Initial import of OpenLDAP version 1.0.1.
Open source LDAP client and server software.
PR: 7995
Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
Notes
Notes:
svn path=/head/; revision=13833
Diffstat (limited to 'net/openldap/files/patch-aa')
-rw-r--r-- | net/openldap/files/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/openldap/files/patch-aa b/net/openldap/files/patch-aa new file mode 100644 index 000000000000..bfa9c66bc95a --- /dev/null +++ b/net/openldap/files/patch-aa @@ -0,0 +1,25 @@ +*** Make-common.orig Fri Sep 4 13:28:19 1998 +--- Make-common Mon Sep 21 14:35:10 1998 +*************** +*** 261,270 **** + # LDAP_ACLGROUP=-DACLGROUP + + # uncomment these lines to enable support for CRYPT passwords in LDBM. +! # LDAP_CRYPT=-DLDAP_CRYPT + # LDAP_CRYPT_LIB?= + # and comment this line out +! LDAP_CRYPT_LIB= + + # uncomment these lines to enable support fro tcp_wrappers in servers. + # Requires tcp_wrappers. +--- 261,270 ---- + # LDAP_ACLGROUP=-DACLGROUP + + # uncomment these lines to enable support for CRYPT passwords in LDBM. +! LDAP_CRYPT=-DLDAP_CRYPT + # LDAP_CRYPT_LIB?= + # and comment this line out +! # LDAP_CRYPT_LIB= + + # uncomment these lines to enable support fro tcp_wrappers in servers. + # Requires tcp_wrappers. |