mirror of
				https://github.com/bklang/ldap2dns.git
				synced 2025-10-30 23:53:12 -04:00 
			
		
		
		
	Added DNS SRV record support in TinyDNS "unknown record" format
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@8 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
		| @@ -105,6 +105,24 @@ attributetype ( 1.3.6.1.4.1.7222.1.4.23 | ||||
| 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{2}  | ||||
| 	SINGLE-VALUE ) | ||||
|  | ||||
| attributetype ( 1.3.6.1.4.1.7222.1.4.23 | ||||
|         NAME 'dnssrvpriority' | ||||
|         EQUALITY integerMatch | ||||
|         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | ||||
|         SINGLE-VALUE ) | ||||
|  | ||||
| attributetype ( 1.3.6.1.4.1.7222.1.4.24 | ||||
|         NAME 'dnssrvweight' | ||||
|         EQUALITY integerMatch | ||||
|         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | ||||
|         SINGLE-VALUE ) | ||||
|  | ||||
| attributetype ( 1.3.6.1.4.1.7222.1.4.25 | ||||
|         NAME 'dnssrvport' | ||||
|         EQUALITY integerMatch | ||||
|         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | ||||
|         SINGLE-VALUE ) | ||||
|  | ||||
| objectclass ( 1.3.6.1.4.1.7222.1.4.19 | ||||
| 	NAME 'dnszone'  | ||||
| 	MUST ( objectclass $ cn ) | ||||
| @@ -117,7 +135,8 @@ objectclass ( 1.3.6.1.4.1.7222.1.4.20 | ||||
| 	SUP dnszone | ||||
| 	MUST ( objectclass $ cn ) | ||||
| 	MAY ( dnsdomainname $ dnsrr $ dnsclass $ dnstype $ dnsipaddr $ dnscipaddr  | ||||
| 	    $ dnscname $ dnspreference $ dnsttl $ dnstimestamp $ owner ) ) | ||||
| 	    $ dnscname $ dnspreference $ dnsttl $ dnstimestamp $ owner  | ||||
|             $ dnssrvpriority $ dnssrvweight $ dnssrvport ) ) | ||||
|  | ||||
| objectclass ( 1.3.6.1.4.1.7222.1.4.24 | ||||
| 	NAME 'dnsloccodes' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user