LDAP authentication failure on Windows AD

I configured LDAP authentication and imported the users without problem. But the authentication fails because it is not possible to add a domain name when logging in.

In the documentation (http://wiki.razuna.com/pages/viewpage.action?pageId=40140823) is a screenshot with a field “AD Domain” when “Windows AD” is selected as Server type. I don’t see this field and therefore can’t enter the domain name. I think this is the reason the login fails.

How can I activate the field “Windows AD”?

Hi m.riehl ,

Im not sure the cause why you did not see the field when configure the LDAP authentication , as from my site this field is still appearing normally.

Please try to flush the template and database cache first and restart your server and try again to see how.

Hope this helps.

Thanks

I cleared all caches but the field is still not visible.

I managed it to show the field by manipulating the css. This is definitely a bug. Now that I was able to enter a value, the field shows when I open the page. If necessary: I’m using Firefox 46.0.

Okay , Thanks for the update.

As you’ve never told us what version of Razuna you are using it might be
that you are simply on an older one. Please update/install at least 1.8.x.

Sorry, I forgot. I’m using Razuna 1.8.2 on Linux Debian.

I managed it to show the field using firebug and removing this style:

.grid { border-collapse: collapse;} (main.css row 307)