mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Expose SSF to plugin
This commit is contained in:
parent
8faebd0d55
commit
9936694960
1 changed files with 2 additions and 0 deletions
|
|
@ -2264,6 +2264,8 @@ static int initConnectionPB( Slapi_PBlock *pb, Connection *conn )
|
|||
return rc;
|
||||
}
|
||||
|
||||
rc = slapi_pblock_set(pb, SLAPI_X_CONN_SSF, (void *)conn->c_ssf);
|
||||
|
||||
return rc;
|
||||
}
|
||||
#endif /* LDAP_SLAPI */
|
||||
|
|
|
|||
Loading…
Reference in a new issue