Skip to content
Snippets Groups Projects
Commit 488189ae authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix SSF ACLs

parent 63ae1d22
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment