Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
e14f471a
Commit
e14f471a
authored
Aug 06, 2002
by
Howard Chu
Browse files
Add #include "lutil.h" for lutil_str* functions
parent
1c69a2ab
Changes
6
Hide whitespace changes
Inline
Side-by-side
servers/slapd/aclparse.c
View file @
e14f471a
...
...
@@ -17,6 +17,7 @@
#include
"slap.h"
#include
"lber_pvt.h"
#include
"lutil.h"
static
void
split
(
char
*
line
,
int
splitchar
,
char
**
left
,
char
**
right
);
static
void
access_append
(
Access
**
l
,
Access
*
a
);
...
...
servers/slapd/back-ldap/config.c
View file @
e14f471a
...
...
@@ -44,6 +44,7 @@
#include
"slap.h"
#include
"back-ldap.h"
#include
"lutil.h"
int
ldap_back_db_config
(
...
...
servers/slapd/back-ldap/group.c
View file @
e14f471a
...
...
@@ -14,7 +14,7 @@
#include
"slap.h"
#include
"back-ldap.h"
#include
"lutil.h"
/* return 0 IFF op_dn is a value in group_at (member) attribute
* of entry with gr_dn AND that entry has an objectClass
...
...
servers/slapd/back-meta/group.c
View file @
e14f471a
...
...
@@ -74,6 +74,7 @@
#include
"slap.h"
#include
"../back-ldap/back-ldap.h"
#include
"back-meta.h"
#include
"lutil.h"
/* return 0 IFF op_dn is a value in group_at (member) attribute
* of entry with gr_dn AND that entry has an objectClass
...
...
servers/slapd/dn.c
View file @
e14f471a
...
...
@@ -18,6 +18,8 @@
#include
"slap.h"
#include
"lutil.h"
const
struct
berval
slap_empty_bv
=
{
0
,
""
};
#define SLAP_LDAPDN_PRETTY 0x1
...
...
servers/slapd/sasl.c
View file @
e14f471a
...
...
@@ -34,10 +34,6 @@
#include
<ldap_pvt.h>
#ifdef SLAPD_SPASSWD
#include
<lutil.h>
#endif
/* Flags for telling slap_sasl_getdn() what type of identity is being passed */
#define FLAG_GETDN_AUTHCID 2
#define FLAG_GETDN_AUTHZID 4
...
...
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