Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
c03cb510
Commit
c03cb510
authored
Apr 07, 2003
by
Pierangelo Masarati
Browse files
fix most missing dependencies with SLAPI; slappasswd needs different LIBS settings ...
parent
504eb614
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/tools/mimic.c
View file @
c03cb510
...
...
@@ -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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment