Preparing for ldap2dns-0.3.6

+ Fixed bug with duplicate OIDs in dns.schema from partially applied patch
+ Renamed schema file to ldap2dns.schema
+ Updated RPM specfile (UNTESTED, may need editing)
+ Removed already merged patchfiles
+ Restructured file layout, created doc directory
+ Deprecated unfinished webadmin work.  Will be replaced with Beatnik
+ Deprecated OpenLDAP 2.0 schema support
+ Deprecated djbdns-1.0.5 native LDAP patch (status of patch unknown)
+ Removed old index.html
+ Removed TODO.schema
+ Updated Makefile



git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@124 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2005-12-05 02:39:30 +00:00
parent 6069173783
commit dcad728f39
41 changed files with 38 additions and 233 deletions

View File

@@ -1,5 +1,3 @@
%define djbdns djbdns-1.02
Summary: LDAP to DNS gateway.
Name: ldap2dns
Version: %VERSION%
@@ -8,19 +6,19 @@ Copyright: GPL
Group: Daemons/DNS
Source: ldap2dns-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-root
Requires: openldap
Requires: openldap-devel
%description
ldap2dns is a program to create DNS records directly from an LDAP database. It can
be be used to replace the secondary name-server by a second primary one.
ldap2dns helps to reduce all kind of administration overhead. No more flat file editing,
no more zone file editing. After having installed ldap2dns, the administrator only has
to access the LDAP database.
If he desires he can add access control for each zone, create a webbased GUI and add
all other kind of zone and resource record information without interfering with the DNS
server.
ldap2dns is designed to write binary data.cdb files used by tinydns, but also may be
used to write .db-files used by named.
ldap2dns is a program to create DNS records directly from an LDAP database. It
can be be used to replace the secondary name-server by a second primary one.
ldap2dns helps to reduce all kind of administration overhead. No more flat file
editing, no more zone file editing. After having installed ldap2dns, the
administrator only has to access the LDAP database.
If he desires he can add access control for each zone, create a webbased GUI
and add all other kind of zone and resource record information without
interfering with the DNS server.
ldap2dns is designed to write binary data.cdb files used by tinydns, but also
may be used to write .db-files used by named.
%prep
%setup
@@ -42,10 +40,11 @@ make INSTALL_PREFIX=$RPM_BUILD_ROOT install
/usr/bin/ldap2tinydns-conf
%doc README.html
%doc import.pl
%config /etc/openldap/dns.at.conf
%config /etc/openldap/dns.oc.conf
%config /etc/openldap/schema/ldap2dns.schema
%changelog
* Sun Dec 04 2005 Ben Klang <ben@alkaloid.net>
- Updated Specfile to version 0.3.6
* Wed Dec 06 2000 Jacob Rief <jacob.rief@tiscover.com>
- initial revision for version 0.2.0