Since active directory does not have a user id, but uses samaccountname, I am trying to use that for the user.idattribute. that is not working. If I use cn and log in with the full name it works. What am I doing wrong?
# Configuration created by Apache Sling JCR Installer
userPool.maxActive=L"8"
searchTimeout="60s"
host.name="ldap.mydomain.com"
adminPool.maxActive=L"8"
group.makeDnPath=B"false"
user.baseDN="ou\=rs_users,dc\=mydomain,dc\=com"
group.objectclass=["groupOfUniqueNames"]
user.objectclass=["person"]
host.noCertCheck=B"false"
user.makeDnPath=B"false"
bind.dn="cn\=ldap\ admin,ou\=service,ou\=rs_users,dc\=mydomain,dc\=com"
group.baseDN="DC\=mydomain,DC\=com"
group.extraFilter=""
user.extraFilter=""
host.port=I"389"
bind.password="************"
group.nameAttribute="cn"
provider.name="ldap"
host.ssl=B"false"
host.tls=B"false"
user.idAttribute="samaccountname"
group.memberAttribute="uniquemember"