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]

Reply via email to