Hi,
trying to add AD realm with anonymous search (without bind user):
The same setup works for PVE 9.1.1 (without bind user):
The optical difference is missing field "domain" (aka base_dn) in PDM GUI.
trying to add AD realm with anonymous search (without bind user):
Code:
api error (status = 400: Could not search LDAP realm, base_dn could be incorrect: LDAP operation result: rc=1 (operationsError), dn: "", text: "00002020: Operation unavailable without authentication": rc=1 (operationsError), dn: "", text: "00002020: Operation unavailable without authentication")
The same setup works for PVE 9.1.1 (without bind user):
Code:
ad: SUB.EXAMPLE.ORG
comment AD authentication
domain sub.example.org
server1 FQDN1
base_dn DC=sub,DC=example,DC=org
case-sensitive 1
default 1
mode ldaps
server2 FQDN2
The optical difference is missing field "domain" (aka base_dn) in PDM GUI.