]> git.sur5r.net Git - openldap/commitdiff
Fix SSF ACLs
authorKurt Zeilenga <kurt@openldap.org>
Tue, 5 Sep 2000 18:48:09 +0000 (18:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 5 Sep 2000 18:48:09 +0000 (18:48 +0000)
servers/slapd/connection.c

index 5bf89e10e967c9eee05a6772a8091e63d68fb75a..14e3b40c54c92e024284003aaf2407b6c50cca81 100644 (file)
@@ -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;