svn commit: samba r19758 - in branches: SAMBA_3_0/source/include SAMBA_3_0_24/source/include

jerry at samba.org jerry at samba.org
Fri Nov 17 01:25:24 GMT 2006


Author: jerry
Date: 2006-11-17 01:25:23 +0000 (Fri, 17 Nov 2006)
New Revision: 19758

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

Log:
remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup)
Modified:
   branches/SAMBA_3_0/source/include/includes.h
   branches/SAMBA_3_0_24/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2006-11-17 01:21:13 UTC (rev 19757)
+++ branches/SAMBA_3_0/source/include/includes.h	2006-11-17 01:25:23 UTC (rev 19758)
@@ -178,9 +178,6 @@
 #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

Modified: branches/SAMBA_3_0_24/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0_24/source/include/includes.h	2006-11-17 01:21:13 UTC (rev 19757)
+++ branches/SAMBA_3_0_24/source/include/includes.h	2006-11-17 01:25:23 UTC (rev 19758)
@@ -461,9 +461,6 @@
 #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