summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlebarjack <francois.perichon@univ-lille2.fr>2008-09-16 06:56:47 +0000
committerlebarjack <francois.perichon@univ-lille2.fr>2008-09-16 06:56:47 +0000
commitf03c1ac2a39ac83516fe397963376e9c8a46d9a1 (patch)
tree82b332457b49b62f66177b010c241f444a77126a /www-apps/davical/files
parentdev-php/libawl-php: New version for awl (libawl-php) (diff)
downloadsunrise-f03c1ac2a39ac83516fe397963376e9c8a46d9a1.tar.gz
sunrise-f03c1ac2a39ac83516fe397963376e9c8a46d9a1.tar.bz2
sunrise-f03c1ac2a39ac83516fe397963376e9c8a46d9a1.zip
www-apps/davical: New version for davical (Ex-rscds)
svn path=/sunrise/; revision=7106
Diffstat (limited to 'www-apps/davical/files')
-rw-r--r--www-apps/davical/files/driver_ldap.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/www-apps/davical/files/driver_ldap.patch b/www-apps/davical/files/driver_ldap.patch
deleted file mode 100644
index d2683ac3d..000000000
--- a/www-apps/davical/files/driver_ldap.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN rscds-0.9.5.orig/inc/drivers_ldap.php rscds-0.9.5/inc/drivers_ldap.php
---- rscds-0.9.5.orig/inc/drivers_ldap.php 2008-06-20 09:55:09.000000000 +0200
-+++ rscds-0.9.5/inc/drivers_ldap.php 2008-06-20 09:56:42.000000000 +0200
-@@ -105,7 +105,7 @@
- if (!ldap_bind($this->connect,$config['bindDN'],$config['passDN'])){
- $bindDN = isset($config['bindDN']) ? $config['bindDN'] : 'anonymous';
- $passDN = isset($config['passDN']) ? $config['passDN'] : 'anonymous';
-- dbg_error_log( "LDAP", i18n('drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s'), $host, $port $bindDN );
-+ dbg_error_log( "LDAP", i18n('drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s'), $host, $port, $bindDN );
- $c->messages[] = i18n( 'drivers_ldap : Unable to bind to LDAP - check your configuration for bindDN and passDN, and that your LDAP server is reachable');
- $this->valid=false;
- return ;