mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
Add #include "lutil.h" for lutil_str* functions
This commit is contained in:
parent
1c69a2ab2b
commit
e14f471a27
6 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
|
||||
#include "slap.h"
|
||||
#include "back-ldap.h"
|
||||
#include "lutil.h"
|
||||
|
||||
int
|
||||
ldap_back_db_config(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "slap.h"
|
||||
|
||||
#include "lutil.h"
|
||||
|
||||
const struct berval slap_empty_bv = { 0, "" };
|
||||
|
||||
#define SLAP_LDAPDN_PRETTY 0x1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue