ldap-git-backup 1.0.4-1 source package in Ubuntu

Changelog

ldap-git-backup (1.0.4-1) unstable; urgency=low


  * create backup directory with default mode of 0700
    fixes CVE-2013-1425 (local information disclosure)
    Thanks to Hans Spaans <email address hidden>
    (Closes: #699227)

 -- Elmar S. Heeb <email address hidden>  Mon, 28 Jan 2013 19:05:13 +0000

Upload details

Uploaded by:
Elmar S. Heeb
Uploaded to:
Sid
Original maintainer:
Elmar S. Heeb
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ldap-git-backup_1.0.4-1.dsc 1.3 KiB a1585e4503bd408409943a92f0757ec41b2bbac88dec027c3e4ea7e55b0d915e
ldap-git-backup_1.0.4.orig.tar.gz 71.1 KiB 5e6744345cd9e580dd51866b9a7017461a3cf117465fa50781bb4af8a7d253f0
ldap-git-backup_1.0.4-1.debian.tar.gz 2.5 KiB 2ddffa3f129801b8cac0fc1075cb0d2b7de2a6ee7bfb19898ac1b67a3681f342

Available diffs

No changes file available.

Binary packages built by this source

ldap-git-backup: Back up LDAP database in an Git repository

 ldap-git-backup (creates and) updates a Git repository which contains the
 current LDIF dump of an LDAP directory. Given that writes are rare in an LDAP
 directory and confined to a few entries for each write Git will store the
 entire history of an LDAP directory in a space efficient way.
 .
 By default the backups are done with slapcat from OpenLDAP but can be done
 with any command that dumps the current contents of an LDAP directory in LDIF
 format.