mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-26 14:04:14 -04:00
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.
|
||
|
|
|
||
|
|
|