diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/auth_ldap/files/patch-auth_ldap.c | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/auth_ldap/files/patch-auth_ldap.c')
-rw-r--r-- | www/auth_ldap/files/patch-auth_ldap.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/auth_ldap/files/patch-auth_ldap.c b/www/auth_ldap/files/patch-auth_ldap.c deleted file mode 100644 index 86593a955355..000000000000 --- a/www/auth_ldap/files/patch-auth_ldap.c +++ /dev/null @@ -1,14 +0,0 @@ ---- auth_ldap.c.orig Mon Jan 9 20:08:56 2006 -+++ auth_ldap.c Tue Mar 14 19:12:02 2006 -@@ -168,11 +168,7 @@ - ap_log_rerror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, r, - "{%d} LDAP OP: init", (int)getpid()); - --#if defined(WITH_OPENLDAP) && LDAP_VENDOR_VERSION >= 20000 -- if ((ldap_initialize(&(sec->ldc->ldap), (sec->url))) != LDAP_SUCCESS) { --#else - if ((sec->ldc->ldap = ldap_init(sec->host, sec->port)) == NULL) { --#endif - extern int errno; - auth_ldap_log_reason(r, "Could not connect to LDAP server: %s", strerror(errno)); - return 0; |