Hi,<br><br>I&#39;m trying to add some users to ovirt using an AD.<br><br>This is the configuration I used for a mediawiki site, which is working correctly:<br>$wgAuth = new LdapAuthenticationPlugin();<br>$wgLDAPUseLocal = true;<br>

$wgLDAPDomainNames = array( &quot;a_domain&quot;);<br>$wgLDAPServerNames = array( &quot;a_domain&quot;=&gt;&quot;<a href="http://site.example.com">site.example.com</a>&quot;);<br>$wgLDAPEncryptionType = array( &quot;a_domain&quot;=&gt;&quot;clear&quot;);<br>

$wgLDAPSearchStrings = array( &quot;a_domain&quot;=&gt;&quot;rom_domain\\USER-NAME&quot;);<br>$wgLDAPBaseDNs = array( &quot;a_domain&quot;=&gt;&quot;dc=company,dc=com&quot;);<br><br>Those are the commands I tried using:<br>

engine-manage-domains -action=add -domain=<a href="http://site.example.com">site.example.com</a> -provider=ActiveDirectory -user=<a href="http://user.name">user.name</a> -interactive<br><br>engine-manage-domains -action=add -domain=a_domain -provider=ActiveDirectory -user=<a href="mailto:user.name@company.com">user.name@company.com</a> -interactive<br>

<br>engine-manage-domains -action=add -domain=a_domain -provider=ActiveDirectory -user=<a href="mailto:user.name@site.example.com">user.name@site.example.com</a> -interactive<br><br><br>And the output on all tries:<br>Enter password:<br>

<br>Error: Authentication Failed. Please verify the fully qualified domain name that is used for authentication is correct.. Problematic domain is: domain_used_in_command<br>Failure while applying Kerberos configuration. Details: Authentication Failed. Please verify the fully qualified domain name that is used for authentication is correct.<br>

<br>Can someone help me with the correct parameters?<br><br><br>Best regards,<br>Cristian Falcas<br>