mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Use rootdn for session updates
This commit is contained in:
parent
72690a01e0
commit
8252b67ead
1 changed files with 2 additions and 0 deletions
|
|
@ -548,6 +548,8 @@ static int pam_sess(nssov_info *ni,TFILE *fp,Operation *op,int action)
|
|||
cb.sc_response = slap_null_cb;
|
||||
op->o_callback = &cb;
|
||||
op->o_tag = LDAP_REQ_MODIFY;
|
||||
op->o_dn = op->o_bd->be_rootdn;
|
||||
op->o_ndn = op->o_bd->be_rootndn;
|
||||
op->orm_modlist = &mod;
|
||||
op->orm_no_opattrs = 1;
|
||||
op->o_req_dn = dn;
|
||||
|
|
|
|||
Loading…
Reference in a new issue