Hello, I am having issues with configuring an LDAP connection to Active Directory. I have installed the LDAP Admin Extension and followed the instructions as per: http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application#Commen... Settings are as follows: Ldap: Yes Ldap server address: 10.0.0.11 Ldap server port: 389 Ldap login matching: CN={0},CN=Users,DC=city,DC=com Ldap password matching: {1} Ldap base dn: DC=city,DC=com Ldap UID attribute name: samaccountname Try local login: yes Update user from LDAP after login: no The rest are blank or default. I've tried modifying the xwiki.cfg file manually and still no luck. I have tried monitoring the logs with the following set: com.xpn.xwiki.plugin.ldap - Trace com.xpn.xwiki.plugin.ldap.XWikiLDAPConfig - Trace com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection - Trace com.xpn.xwiki.user.impl.LDAP - Trace com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl - Trace As well as Error and Debug but can't find anything meaningful in the two log files I can locate: xwiki_db.log 2014_07_11.request.log Any suggestions? Markus