mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-27 06:14:15 -04:00
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@7 06cd67b6-e706-0410-b29e-9de616bca6e9
20 lines
605 B
Plaintext
20 lines
605 B
Plaintext
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.
|
|
|
|
|