]> git.sur5r.net Git - openldap/commitdiff
<limits.h> cleanup && ITS#3643
authorKurt Zeilenga <kurt@openldap.org>
Sun, 10 Apr 2005 19:32:14 +0000 (19:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 10 Apr 2005 19:32:14 +0000 (19:32 +0000)
doc/man/man5/slapd.access.5
libraries/libldap/cyrus.c
libraries/libldap/init.c
libraries/libldap/open.c
servers/slapd/connection.c
servers/slapd/sasl.c
servers/slapd/saslauthz.c
servers/slapd/schema_init.c

index dd27eb6fafe67381c14df217601a1b42babea1a7..c4189526b5182f2d5095bdfaaad1abca468c1f56 100644 (file)
@@ -448,6 +448,11 @@ The optional parameters
 and
 .B <attrname>
 define the objectClass and the member attributeType of the group entry.
+The defaults are
+.B groupOfNames
+and
+.BR member ,
+respectively.
 The optional style qualifier
 .B <style>
 can be
index 15abb211fc00626166097562653bec78006662aa..c88ad94cc28d7e4681edf457c19a89cebcaade34 100644 (file)
 #include <ac/ctype.h>
 #include <ac/unistd.h>
 
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
+
 #include "ldap-int.h"
 
 #ifdef HAVE_CYRUS_SASL
index 8ecda40f41e026ce9d92153a51176825f1e5755d..89d5db8a0db7400b8faf71b32b7a12d7be4a712d 100644 (file)
@@ -23,7 +23,9 @@
 #include <ac/ctype.h>
 #include <ac/time.h>
 
+#ifdef HAVE_LIMITS_H
 #include <limits.h>
+#endif
 
 #include "ldap-int.h"
 #include "ldap_defaults.h"
index 407c1a3f99e8b15984288e146c7b6a069141e9fd..dd97afa22f5eb57c7c44356bc92a42e4e4b6c012 100644 (file)
@@ -19,7 +19,9 @@
 #include "portable.h"
 
 #include <stdio.h>
+#ifdef HAVE_LIMITS_H
 #include <limits.h>
+#endif
 
 #include <ac/stdlib.h>
 
index c6ef075ac06d0d7bf8e747c7180a05c22d6a8026..2441e6a7c9a639bce7ccd2bd88653ab9f52c5ba6 100644 (file)
@@ -26,7 +26,9 @@
 #include "portable.h"
 
 #include <stdio.h>
+#ifdef HAVE_LIMITS_H
 #include <limits.h>
+#endif
 
 #include <ac/socket.h>
 #include <ac/errno.h>
index 112e37dcfd6da9aa463c7dbbe45a4c33b481ca95..091a7d21390a78f0e9351adc76755f85232b5a44 100644 (file)
 #include "portable.h"
 
 #include <stdio.h>
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
+
 #include <ac/stdlib.h>
 #include <ac/string.h>
 
@@ -24,8 +28,6 @@
 
 #include "slap.h"
 
-#include <limits.h>
-
 #ifdef HAVE_CYRUS_SASL
 # ifdef HAVE_SASL_SASL_H
 #  include <sasl/sasl.h>
index a30340e31aa1101e936388543d7b0a0382b96d9a..a69961b89ede151fae85767e9e0430f35dfef7ba 100644 (file)
@@ -17,6 +17,9 @@
 #include "portable.h"
 
 #include <stdio.h>
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
 
 #include <ac/stdlib.h>
 #include <ac/string.h>
@@ -24,8 +27,6 @@
 
 #include "slap.h"
 
-#include <limits.h>
-
 #include "lutil.h"
 
 #define SASLREGEX_REPLACE 10
index 90f2fb7647b3bd8477367838d0cf4c0777eb867f..8d3feb8874eebf57f037044e92853e069c87527d 100644 (file)
@@ -17,7 +17,9 @@
 #include "portable.h"
 
 #include <stdio.h>
+#ifdef HAVE_LIMITS_H
 #include <limits.h>
+#endif
 
 #include <ac/ctype.h>
 #include <ac/errno.h>