Applications such as keberos, Red Hat IDM, and Free IPA are utilizing these DNS records as they are more efficient client wise than SRV records.
Currently to create these records in infoblox you have to create them as an "unkown record". These pictures show how you have to do it now in infoblox:
Example (in bind format):
_kerberos.example.com. 3600 IN URI 0 100 "krb5srv:m:tcp:idm.example.com."
Below is how you put into infoblox as an "Unkown Record"
What asking for is:
Ability to create an "unkonwn record" in infoblox
If possible .. something to say "create uri record" to make it easier for users to figure out.
To give you example. Here are examples of what Red Hat IDM puts into DNS for URI records. It does this per IDM server (in bind format):
_kerberos.example.com. 3600 IN URI 0 100 "krb5srv:m:tcp:idm.example.com."
_kerberos.example.com. 3600 IN URI 0 100 "krb5srv:m:udp:idm.example.com."
_kpasswd.example.com. 3600 IN URI 0 100 "krb5srv:m:tcp:idm.example.com."
_kpasswd.example.com. 3600 IN URI 0 100 "krb5srv:m:udp:idm.example.com."
To check URI records on a domain (example):
dig +short -t URI _kerberos.example.com
Currently you cannot create URI records using infoblox ansible.
Information on URI records: https://en.wikipedia.org/wiki/URI_record
Applications such as keberos, Red Hat IDM, and Free IPA are utilizing these DNS records as they are more efficient client wise than SRV records.
Currently to create these records in infoblox you have to create them as an "unkown record". These pictures show how you have to do it now in infoblox: Example (in bind format):
_kerberos.example.com. 3600 IN URI 0 100 "krb5srv:m:tcp:idm.example.com."
Below is how you put into infoblox as an "Unkown Record"
What asking for is:
To give you example. Here are examples of what Red Hat IDM puts into DNS for URI records. It does this per IDM server (in bind format):
To check URI records on a domain (example):
dig +short -t URI _kerberos.example.com