diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:35:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:35:33 +0000 |
commit | 1f641814b2bfbbf2dc3347e11a3fe901bfdf1efc (patch) | |
tree | 77094b19bf9091ceb6f6ab7d0267f70fef9c8323 /debian/not-installed | |
parent | Adding upstream version 2.5.13+dfsg. (diff) | |
download | openldap-1f641814b2bfbbf2dc3347e11a3fe901bfdf1efc.tar.xz openldap-1f641814b2bfbbf2dc3347e11a3fe901bfdf1efc.zip |
Adding debian version 2.5.13+dfsg-5.debian/2.5.13+dfsg-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/not-installed')
-rw-r--r-- | debian/not-installed | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..db92896 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,40 @@ +# we have our own default config files in debian/ +etc/ldap/ldap.conf.default +etc/ldap/slapd.conf +etc/ldap/slapd.conf.default +etc/ldap/slapd.ldif +etc/ldap/slapd.ldif.default + +# libtool archives are not installed for public libraries +usr/lib/*/*.la + +# static libslapi is not installed +usr/lib/*/libslapi.a + +# static builds of slapd modules are not installed +usr/lib/ldap/*.a + +# these are handled specially in debian/rules +usr/sbin/slapacl +usr/sbin/slapadd +usr/sbin/slapauth +usr/sbin/slapcat +usr/sbin/slapdn +usr/sbin/slapindex +usr/sbin/slapmodify +usr/sbin/slappasswd +usr/sbin/slapschema +usr/sbin/slaptest + +# lloadd is not packaged yet +usr/share/man/man5/lloadd.conf.5 +usr/share/man/man8/lloadd.8 + +# man pages for modules we don't build +usr/share/man/man5/slapd-wt.5 +usr/share/man/man5/slapo-autoca.5 +usr/share/man/man5/slapd-pw-radius.5 + +# supports vc overlay (contrib, not packaged) +usr/bin/ldapvc +usr/share/man/man1/ldapvc.1 |