<div dir="ltr"><div><div><div>Can somebody help me setting up AAA for ovirt 3.5.1?<br><br></div>I&#39;m getting this now:<br><br>2015-01-29 11:35:36,889 WARN  [org.ovirt.engineextensions.aaa.ldap.AuthzExtension] (MSC service thread 1-1) [ovirt-engine-extension-aaa-ldap.authz::BRU_AIR-authz] Cannot initialize LDAP framework, deferring initialization. Error: An error occurred while attempting to query DNS in order to retrieve SRV records with name &#39;_gc._tcp.brussels.airport&#39;:  javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining name &#39;_gc._tcp.brussels.airport&#39;<br><br></div>my 3 configs:<br><u><b>BRU_AIR-authn.properties</b></u><br><a href="http://ovirt.engine.extension.name">ovirt.engine.extension.name</a> = BRU_AIR-authn<br>ovirt.engine.extension.bindings.method = jbossmodule<br>ovirt.engine.extension.binding.jbossmodule.module = org.ovirt.engine-extensions.aaa.ldap<br>ovirt.engine.extension.binding.jbossmodule.class = org.ovirt.engineextensions.aaa.ldap.AuthnExtension<br>ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authn<br><a href="http://ovirt.engine.aaa.authn.profile.name">ovirt.engine.aaa.authn.profile.name</a> = BRU-AIR<br>ovirt.engine.aaa.authn.authz.plugin = BRU_AIR-authz<br>config.profile.file.1 = /etc/ovirt-engine/aaa/BRU_AIR.properties<br><br><u><b>BRU_AIR-authz.properties</b></u><br><a href="http://ovirt.engine.extension.name">ovirt.engine.extension.name</a> = BRU_AIR-authz<br>ovirt.engine.extension.bindings.method = jbossmodule<br>ovirt.engine.extension.binding.jbossmodule.module = org.ovirt.engine-extensions.aaa.ldap<br>ovirt.engine.extension.binding.jbossmodule.class = org.ovirt.engineextensions.aaa.ldap.AuthzExtension<br>ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authz<br>config.profile.file.1 = /etc/ovirt-engine/aaa/BRU_AIR.properties<br><br></div><u><b>BRU_AIR.properties</b></u><br>include = &lt;ad.properties&gt;<br><br>#<br># Active directory domain name.<br>#<br>vars.domain = <a href="http://mydomain.com">mydomain.com</a><br><br>#<br># Search user and its password.<br>#<br>vars.user = admin@${global:vars.domain}<br>vars.password = ***********<br><br>#<br># Optional DNS servers, if enterprise<br># DNS server cannot resolve the domain srvrecord.<br>#<br>vars.dns = dns://<a href="http://dc01.mydomain.com">dc01.mydomain.com</a><br><br>pool.default.serverset.type = srvrecord<br>pool.default.serverset.srvrecord.domain = ${global:vars.domain}<br>pool.default.auth.simple.bindDN = ${global:vars.user}<br>pool.default.auth.simple.password = ${global:vars.password<br><div><br></div><div>In the GUI for adding user I get this:<br><br>An error occurred while attempting to query DNS in order to retrieve SRV
 records with name &#39;_gc__tcp_brussels_airport&#39;:  
javax_naming_NameNotFoundException: DNS name not found [response code 
3]; remaining name &#39;_gc__tcp_brussels_airport&#39;<br><br></div><div>Any ideas? I ran out...<br><br></div><div>Kind regards,<br><br></div><div>Koen<br></div></div>