JoinRequestControl is throwing exception for Active Directory
A Java-based LDAP API
Brought to you by:
dirmgr,
kennethleo
Hello,
I am trying to get the manager's email addres of an employee. The manager's empId value is present in the employee's managerEmpId field. The code is attached below:
However, it is throwing below exception. Any idea why it is happening for me.
Exception:
Last edit: Yun 2019-11-05
The join request control is a proprietary feature of the Ping Identity Directory Server. It is not currently supported in any other directory server, including Active Directory.
For future reference, most things in the com.unboundid.ldap.sdk.unboundidds package and its sub-packages are specific to the Ping Identity Directory Server (formerly UnboundID Directory Server) and will likely not work with any other type of server.