mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Expose SSF to plugin
This commit is contained in:
parent
8faebd0d55
commit
9936694960
@ -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 New Issue
Block a user