[Bug 289957] Re: Backupninja cannot back up LDAP w. cn=config backend

2011-12-01 Thread Morten Siebuhr
Backup Ninja doesn't ship that particular backend any more (see comment
#4).

** Changed in: backupninja (Ubuntu)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/289957

Title:
  Backupninja cannot back up LDAP w. cn=config backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backupninja/+bug/289957/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289957] Re: Backupninja cannot back up LDAP w. cn=config backend

2011-12-01 Thread Sergey Svishchev
Quoting http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596935

"As of backupninja 0.9.10, the LDAP handler is not shipped anymore."

** Bug watch added: Debian Bug tracker #596935
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596935

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/289957

Title:
  Backupninja cannot back up LDAP w. cn=config backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backupninja/+bug/289957/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289957] Re: Backupninja cannot back up LDAP w. cn=config backend

2011-03-09 Thread Andreas Moog
This issue is tracked at https://labs.riseup.net/code/issues/2767

** Changed in: backupninja (Ubuntu)
   Importance: Undecided => Low

** Changed in: backupninja (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/289957

Title:
  Backupninja cannot back up LDAP w. cn=config backend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289957] Re: Backupninja cannot back up LDAP w. cn=config backend

2008-11-16 Thread Morten Siebuhr
Hacked backend for handling cn=config backends. I have not tested it
with any other setups than Ubuntus recommended setup (i.e. different
database types, different names for the cn=config tree, ...)

Should either go in the source at lp:backupninja/handlers/ldapconf.in or
on a running system at /usr/share/backupninja/ldapconf.

** Attachment added: "Handler for LDAP with cn=config backend"
   http://launchpadlibrarian.net/19699176/ldapconf.in

-- 
Backupninja cannot back up LDAP w. cn=config backend
https://bugs.launchpad.net/bugs/289957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289957] Re: Backupninja cannot back up LDAP w. cn=config backend

2008-11-16 Thread Morten Siebuhr
>From reading the source, I found a workaround that permits taking
backups without changing the source code:

The LDAP configuration file should read as:

databases =  cn=config dc=example,dc=com
binddn = cn=admin,cn=config
passwordfile = /etc/ldapscripts/ldapscripts.passwd
ldaphost = ldap.example.com
conf = /etc/ldap/ldap.conf

There are two hacks here: the passwordfile should be a file with the
LDAP master password - as I already have ldapscripts installed, I reuse
that file. The configuration file is NOT set to /etc/ldap/slapd.conf, as
it does not exist and that causes the entire script to fail - but as we
give it all needed options ourselves, we can just give it any other
file...

-- 
Backupninja cannot back up LDAP w. cn=config backend
https://bugs.launchpad.net/bugs/289957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs