]> git.sur5r.net Git - openldap/commitdiff
Add #include "lutil.h" for lutil_str* functions
authorHoward Chu <hyc@openldap.org>
Tue, 6 Aug 2002 02:36:34 +0000 (02:36 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 6 Aug 2002 02:36:34 +0000 (02:36 +0000)
servers/slapd/aclparse.c
servers/slapd/back-ldap/config.c
servers/slapd/back-ldap/group.c
servers/slapd/back-meta/group.c
servers/slapd/dn.c
servers/slapd/sasl.c

index 51f0a0c1c3578712fda496e2b608caba4f4ad506..80ffa377bff833f7edb82b533cde964a7cec5bd1 100644 (file)
@@ -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);
index f0ea612e8137575f1134c18bca2b534c610b0224..bcb209d9356598bcc4a635a99bf1c71d6d5f41e3 100644 (file)
@@ -44,6 +44,7 @@
 
 #include "slap.h"
 #include "back-ldap.h"
+#include "lutil.h"
 
 int
 ldap_back_db_config(
index 16a2c5046ec62d5d3819425b46823ccdeb4bd961..5581cdfc642a30418a4f41da49316140748ce830 100644 (file)
@@ -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
index 67886898a3236262b2767914b2d6d7407327fc51..b482847d6a18f7370b3e30f7303a2d33e4305898 100644 (file)
@@ -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
index 23aa4e78399eac50b14aee2a5505ef497439b452..82db98532b97bbbd17f9e7cfbc757b18dac3048e 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "slap.h"
 
+#include "lutil.h"
+
 const struct berval slap_empty_bv = { 0, "" };
 
 #define SLAP_LDAPDN_PRETTY 0x1
index 63f9f4b5d92b2c3e94ca13fcd1401c6d95bf8fcb..10dae31cd68285121f8e7ad44e49df38e9233978 100644 (file)
 
 #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