[Samba] [Announce] Samba 4.9.10 Available for Download

vincent at cojot.name vincent at cojot.name
Tue Jul 2 18:50:18 UTC 2019


Quick update, I checked ldb-1.4.x to ldb-1.6.x and couldn't find an 
LDAP_REFERRAL_SCHEME defined anywhere. (Perhaps it's in an un-released 
version).

So, for now a copy of the define from 
ldb_module (source4/dsdb/samdb/ldb_modules/ldb_module.h) will do, I guess:

# cat samba-4.9.10-ldb-scheme.patch
*** samba-4.9.10/source4/include/includes.h.orig        2019-07-02 
14:47:43.008208717 -0400
--- samba-4.9.10/source4/include/includes.h     2019-07-02 
14:48:01.858236975 -0400
***************
*** 73,76 ****
--- 73,79 ----
   /* samba_setXXid functions. */
   #include "../lib/util/setid.h"

+ /* Samba 4.9.10 workaround */
+ #define LDAP_REFERRAL_SCHEME_OPAQUE "LDAP_REFERRAL_SCHEME"
+
   #endif /* _INCLUDES_H */

Regards,

Vincent



More information about the samba mailing list