mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
fix most missing dependencies with SLAPI; slappasswd needs different LIBS settings ...
This commit is contained in:
parent
504eb61495
commit
c03cb5102c
1 changed files with 18 additions and 0 deletions
|
|
@ -229,3 +229,21 @@ int slap_sasl_authorized( Connection *conn,
|
||||||
return -1;
|
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 a new issue