Proxy authorization group
The proxy authorization is a special form of authentication. By using the proxy authorization mechanism, a client application can bind to the directory with its own identity but is allowed to perform operations on behalf of another user to access the target directory.
The members in the proxy authorization group can assume any authenticated identities except for the administrator or members of the local or global administrative groups. Members of the proxy authorization group also have the authority to use the group authorization control.
The proxy authorization group is stored under either localhost or IBMpolicies.
A proxy authorization group under IBMpolicies is replicated. A proxy authorization group under localhost is not. You can store the proxy authorization group under both localhost and IBMpolicies. If the proxy group is not stored under one of these DNs, the server ignores the proxy part of the group and treats it as a normal group.
Invalid DN
syntax message is returned. A group DN is not permitted to
be a member of the proxy authorization group.Administrators and administrative group members are not permitted to be members of the proxy authorization group. All administrators have the authority to use the proxy authorization control, without being part of that group.
The audit log records both the bind DN and the proxy DN for each action performed using proxy authorization.
idsldapsearch -D "cn=client1,ou=austin,o=sample" -w <client1password>
-y "cn=userA,o=sample" -b "o=sample" -s sub ou=austin Based
on the above idsldap search specification, client1
can read from the target directories whatever userA has permission
to read.