Bug#362027: backupninja: ldap handler fails on connection to ldaps (tls) server

2008-06-24 Thread intrigeri
tags 362027 + moreinfo
thanks

Hello,

s banerian wrote (11 Apr 2006 20:37:42 GMT) :
> in employing the ldap handler, backupninja failed in performing an
> ldapsearch form of backup as it had no apparent capability to deal
> with an ldaps (tls) host

It seems the LDAP TLS/SSL code has been rewritten since, so this bug
may not be there anymore.

Can some reproduce it with the last backupninja package ?

Bye,
--
  intrigeri <[EMAIL PROTECTED]>
  | gnupg key @ http://gaffer.boum.org/intrigeri/intrigeri.asc
  | Did you exchange a walk on part in the war
  | for a lead role in the cage?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#362027: backupninja: ldap handler fails on connection to ldaps (tls) server

2006-04-11 Thread s banerian
Package: backupninja
Severity: important


in employing the ldap handler, backupninja failed in performing an ldapsearch 
form 
of backup as it had no apparent capability to deal with an ldaps (tls) host

this could be dealt with in part by adding a 'host' option in the configuration 
file
and a  -H command line option passed to ldapsearch (example):

/etc/backup.d/x.ldap:
ldaphost = some.ldap.server
tls = yes

/usr/share/backupninja/ldap: 
add something like
[ $tls = 'yes' ] && URLBASE="ldaps"

... EXECSTR= -H $URLBASE://$ldaphost  



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]