mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix most missing dependencies with SLAPI; slappasswd needs different LIBS settings ...
This commit is contained in:
parent
504eb61495
commit
c03cb5102c
@ -229,3 +229,21 @@ int slap_sasl_authorized( Connection *conn,
|
||||
return -1;
|
||||
}
|
||||
|
||||
int slap_mods_check( Modifications *ml, int update, const char **text,
|
||||
char *textbuf, size_t textlen )
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
int slap_mods_opattrs( Operation *op, Modifications *mods,
|
||||
Modifications **modtail, const char **text,
|
||||
char *textbuf, size_t textlen )
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
int root_dse_info( Connection *conn, Entry **entry, const char **text )
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user