mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-28 14:44:15 -04:00
Documentation update
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@391 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
13
FAQ
13
FAQ
@@ -24,9 +24,10 @@ the TXT entry as you normally would, then simply append a '.'. The '.' will not
|
|||||||
be included in the resulting record and will prevent expansion or other
|
be included in the resulting record and will prevent expansion or other
|
||||||
modification of the record.
|
modification of the record.
|
||||||
|
|
||||||
This limitation is scheduled to be corrected around ldap2dns version 0.4.2.
|
This limitation is scheduled to be corrected around ldap2dns version 0.5 as it
|
||||||
Tentatively, this will see the introduction of a new attribute dedicated to
|
breaks compatibility with existing installs. Tentatively, this will see the
|
||||||
TXT records that will bypass any form of expansion.
|
introduction of a new attribute dedicated to TXT records that will bypass any
|
||||||
|
form of expansion.
|
||||||
|
|
||||||
|
|
||||||
3) Where can I find a web interface?
|
3) Where can I find a web interface?
|
||||||
@@ -34,10 +35,10 @@ TXT records that will bypass any form of expansion.
|
|||||||
|
|
||||||
The official web interface of ldap2dns is "Beatnik." Beatnik is a module for
|
The official web interface of ldap2dns is "Beatnik." Beatnik is a module for
|
||||||
the Horde framework (http://www.horde.org). Beatnik is actively developed and
|
the Horde framework (http://www.horde.org). Beatnik is actively developed and
|
||||||
should be ready for release soon. Early adopters are encouraged to checkout
|
can be considered beta status. Early adopters are encouraged to checkout
|
||||||
the code from SVN trunk. The author uses Beatnik productively today.
|
the code from Horde CVS. The author uses Beatnik in production today.
|
||||||
|
|
||||||
See http://projects.alkaloid.net for more information.
|
See http://projects.alkaloid.net and http://www.horde.org for more information.
|
||||||
|
|
||||||
|
|
||||||
4) What happened to the webadmin directory?
|
4) What happened to the webadmin directory?
|
||||||
|
|||||||
19
TODO
19
TODO
@@ -1,22 +1,9 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
* Add support for configuring basedn, binddn, bindpw, and execute command via
|
|
||||||
environment variables. (2005/12/07 bklang)
|
|
||||||
|
|
||||||
* Add support for reading more config params out of /etc/ldap.conf (at least
|
|
||||||
DNS search base DN, possibly more) (2005/12/07 bklang)
|
|
||||||
|
|
||||||
* Add possbility to search multiple LDAP hosts (2005/12/07 bklang)
|
|
||||||
|
|
||||||
* Document support for each DNS record type (2005/12/08 bklang)
|
|
||||||
|
|
||||||
* Document scripts/* functionality (2005/12/08 bklang)
|
* Document scripts/* functionality (2005/12/08 bklang)
|
||||||
|
|
||||||
* Modify scripts/data2ldif.pl to merge multiple A records for a single
|
* Modify scripts/data2ldif.pl to merge multiple A records for a single
|
||||||
host in data file into single object in LDAP (2005/12/08 bklang)
|
host in data file into single object in LDAP (2005/12/08 bklang)
|
||||||
|
|
||||||
* Add environment vars for each command line option. This enhances support
|
|
||||||
for systems like DJB's daemontools and Sun's SMF (2006/06/08 bklang)
|
|
||||||
|
|
||||||
* Print warning if running as root (2006/06/08 bklang)
|
* Print warning if running as root (2006/06/08 bklang)
|
||||||
|
|
||||||
--- For ldap2dns 1.0beta --- WILL BREAK COMPATIBILITY ---
|
--- For ldap2dns 1.0beta --- WILL BREAK COMPATIBILITY ---
|
||||||
@@ -24,15 +11,11 @@
|
|||||||
should introduce a new attribute for DNS TXT so it is unambiguous
|
should introduce a new attribute for DNS TXT so it is unambiguous
|
||||||
(2005/12/23 bklang)
|
(2005/12/23 bklang)
|
||||||
|
|
||||||
* Change LDAP2DNS_UPDATE environment var to LDAP2DNS_UPDATE_INTERVAL
|
|
||||||
* Change LDAP2DNS_OUTPUT environment var to LDAP2DNS_OUTPUT_FORMAT
|
|
||||||
* Change LDAP2DNS_PASSWORD environment var to LDAP2DNS_BINDPW
|
|
||||||
(is this necessary?)
|
|
||||||
* Change output formats of "data" and "db" to "tinydns" and "bind"
|
* Change output formats of "data" and "db" to "tinydns" and "bind"
|
||||||
(2006/06/08 bklang)
|
(2006/06/08 bklang)
|
||||||
|
|
||||||
--- Old TODOs from Jacob ---
|
--- Old TODOs from Jacob ---
|
||||||
Version ?.?.? (next)
|
Version ?.?.?
|
||||||
+ Make ldap2dns behave like a secondary nameserver by storing
|
+ Make ldap2dns behave like a secondary nameserver by storing
|
||||||
the serial number, expire, refresh, retry and minimum values
|
the serial number, expire, refresh, retry and minimum values
|
||||||
in a record.
|
in a record.
|
||||||
|
|||||||
Reference in New Issue
Block a user