I’m currently very confused about how to setup LDAP with AMP. AMP is setup on the VM with vnet address 10.1.0.4 with LDAP being located on address 10.1.0.3, the closest field I could see to specify an address / host for LDAP was the LDAPBaseDomain field however I’m pretty sure that’s not for this. Does LDAP have to be running locally on the same VM / Machine?
AMP requires that LDAP servers have DNS records associated with them that identify them and that it matches the domain the LDAP server accepts for user logins.
Oh! Okay, that makes more sense. So if the base domain is DC=auth,DC=example,DC=net it would look for the dns domain name auth.example.net automatically?