How to use LDAP Authentication in a corporate environment
问题 I'd like users to log into my Spring-Boot application with their corporate username/password-combination (so I can use AD authentication and (maybe also) use that AD to query active users). So I did nslookup -type=srv _ldap._tcp.MY.DOMAIN which resulted in the outcome: Server: Servername.MY.DOMAIN Address: 1.1.1.1 _ldap._tcp.MY.DOMAIN SRV service location priority = 0 weight = 50 port = 389 svr hostname = a_host.MY.DOMAIN //... a few more of these a_host.MY.DOMAIN internet address = 5.5.5.5