mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix SSF ACLs
This commit is contained in:
parent
63ae1d22e5
commit
488189aed2
1 changed files with 1 additions and 0 deletions
|
|
@ -1176,6 +1176,7 @@ static int connection_op_activate( Connection *conn, Operation *op )
|
|||
? conn->c_protocol : LDAP_VERSION3;
|
||||
arg->co_op->o_connid = conn->c_connid;
|
||||
|
||||
arg->co_op->o_authz = conn->c_authz;
|
||||
arg->co_op->o_authtype = conn->c_authtype;
|
||||
arg->co_op->o_authmech = conn->c_authmech != NULL
|
||||
? ch_strdup( conn->c_authmech ) : NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue