Add file forgotten during last commit:

- 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)
This commit is contained in:
Ion-Mihai Tetcu 2006-05-21 01:26:17 +00:00
parent a7a167893e
commit a9669cff83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162916
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
--- 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

View file

@ -0,0 +1,8 @@
--- 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