- Windows 11 Pro x64
- Active Directory LDS
I’m trying to set up Spinnaker LDAP to point to my Windows AD LDS. I’m an LDAP newb, but I’ve got it to the point where:
CN=spinnaker,DC=xxxsoftware.com,DC=com
When I use ADSI Edit, I see a user in there:
CN=myusername,CN=spinnaker,DC=xxxsoftware,DC=com
Config file looks like:
ldap:
enabled: true
url: ldap://localhost:389
userSearchFilter: sAMAccountName={0}
managerDn: CN=spinnaker,DC=xxxsoftware,DC=com
But in the Spinnaker UI, its just showing “anonymous” in the upper right hand corner. I’ve tried Incognito as well.
What am I missing?