Skip to content
Snippets Groups Projects
Commit c03cb510 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix most missing dependencies with SLAPI; slappasswd needs different LIBS settings ...

parent 504eb614
Branches
Tags
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment