Subject: LDAP Proxy Authorization Control -- Code Example
Author: SteveHB
Posted on: 03/13/2007 02:34:02 PM
The Proxy Authorization Control allows a client to request that an operation be processed under a provided authorization identity instead of under the current authorization identity associated with the connection.
The structure of this control is as follows:
ProxiedAuthorizationControl ::= SEQUENCE {
controlType 2.16.840.1.113730.3.4.18,
criticality BOOLEAN DEFAULT FALSE,
controlValue proxiedAuthorizationControlValue optional
}
Replies:
References: