mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- mark broken on 4.x if libgnugetopt is installed [1], [2] - re-add LDAP TLS support [1] - fix options handling [1] PR: ports/97529 Submitted by: maintainer Approved by: lawrence (previous commit) Pointyhat: itetcu (me)
8 lines
271 B
C
8 lines
271 B
C
--- contrib/mod_ldap.c Fri Apr 21 10:31:23 2006
|
|
+++ contrib/mod_ldap.c Fri Apr 21 10:31:43 2006
|
|
@@ -55,7 +55,7 @@
|
|
* after connecting to the LDAP server. If TLS cannot be enabled, the LDAP
|
|
* connection will fail.
|
|
*/
|
|
-/* #define USE_LDAP_TLS */
|
|
+#define USE_LDAP_TLS
|