mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-26 22:04:15 -04:00
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@131 06cd67b6-e706-0410-b29e-9de616bca6e9
52 lines
2.2 KiB
Plaintext
52 lines
2.2 KiB
Plaintext
1) What happened to the webadmin directory?
|
|
|
|
2005-12-07 bklang
|
|
I have deprecated that code in favor of another project I am working on. It
|
|
is called Beatnik and is a Horde framework module. The status of the webadmin
|
|
code was unclear and I was not willing to support it so I deprecated it. I
|
|
left it as part of the tarball release and in version control in case others
|
|
out there felt differently and/or it ever needed to be modified or even revived.
|
|
|
|
As far as I'm concerned you are welcome to use it but consequently are on your
|
|
own. You might also contact the author, Jacob Rief (jacob.rief@tiscover.com)
|
|
for more information but he is no longer interested in maintaing this work
|
|
so do not depend on him.
|
|
|
|
2) Why have you deprecated all that code?
|
|
|
|
2005-12-07 bklang
|
|
This is partially answered above, but to fully answer the question it's not
|
|
any comment or criticism of the original author. Really it is just code that
|
|
appears to me to be somewhat extraneous to what I consider to be the core
|
|
functionality of ldap2dns. That combined with my desire to focus on the core
|
|
functionality and not maintain this other work leads me to note the status of
|
|
that code to others who may use this package. The code may or may not work;
|
|
you are entirely on your own. If demand is sufficient some parts may come back
|
|
into the main tarball. However for now I leave it there in case anyone out
|
|
there wants it. It is unmaintained (at least by me) and should not be
|
|
considered stable or even working unless you audit it yourself.
|
|
You have been warned. Caveat emptor.
|
|
|
|
|
|
-- Old FAQ entry below (meaning is unclear to me -- 2005/12/07 bklang --
|
|
|
|
From: Steven Dossett <sdossett@panath.com>
|
|
Right after I mailed you, I patched the schema :)
|
|
I moved from IA5 Strings to Numeric Strings in that section of the schema:
|
|
|
|
attributetype ( 1.3.6.1.4.1.7222.1.4.12
|
|
NAME 'dnsipaddr'
|
|
EQUALITY numericStringMatch
|
|
SUBSTR numericStringSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
|
|
|
|
attributetype ( 1.3.6.1.4.1.7222.1.4.13
|
|
NAME 'dnscipaddr'
|
|
EQUALITY numericStringMatch
|
|
SUBSTR numericStringSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
|
|
|
|
Thanks for the quick reply. Take care.
|
|
|
|
|