svn commit: samba r19755 - in branches/SAMBA_3_0_24/source/include: .

jerry at samba.org jerry at samba.org
Thu Nov 16 23:56:53 GMT 2006


Author: jerry
Date: 2006-11-16 23:56:52 +0000 (Thu, 16 Nov 2006)
New Revision: 19755

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19755

Log:
always make LDAP_SCOPE_ONELEVEL available
Modified:
   branches/SAMBA_3_0_24/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0_24/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0_24/source/include/includes.h	2006-11-16 23:48:46 UTC (rev 19754)
+++ branches/SAMBA_3_0_24/source/include/includes.h	2006-11-16 23:56:52 UTC (rev 19755)
@@ -461,6 +461,9 @@
 #ifndef LDAP_OPT_SUCCESS
 #define LDAP_OPT_SUCCESS 0
 #endif
+#ifndef LDAP_SCOPE_ONELEVEL
+#define LDAP_SCOPE_ONELEVEL 1
+#endif
 /* Solaris 8 and maybe other LDAP implementations spell this "..._INPROGRESS": */
 #if defined(LDAP_SASL_BIND_INPROGRESS) && !defined(LDAP_SASL_BIND_IN_PROGRESS)
 #define LDAP_SASL_BIND_IN_PROGRESS LDAP_SASL_BIND_INPROGRESS



More information about the samba-cvs mailing list