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:
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
8
ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c
Normal file
8
ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c
Normal 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
|
8
ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c
Normal file
8
ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c
Normal 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
|
Loading…
Reference in a new issue