Compile error - 3rd time...
Peter Samuelson
peter at cadcamlab.org
Sat Apr 1 12:10:38 GMT 2000
[William Jojo]
> Well, since alpha 0.0 this has been there....
Well, my archives show that I posted a patch to the <samba> list on
March 1. You were even on the CC list.
http://samba.org/listproc/samba/March2000/0038.html
Since then I believe it has been mentioned several times that the code
in question is part of some non-working LDAP code, so you *could* just
comment out the whole block. Anyway, here's that patch again. It's
still untested, by the way. It's also a major, major kludge.
Peter
--- source/include/sam.h.orig Fri Feb 4 12:58:16 2000
+++ source/include/sam.h Wed Mar 1 00:29:57 2000
@@ -28,7 +28,7 @@
NTDS_GROUP_TYPE_GLOBAL_GROUP = 0x00000002,
NTDS_GROUP_TYPE_DOMAIN_LOCAL_GROUP = 0x00000004,
NTDS_GROUP_TYPE_UNIVERSAL_GROUP = 0x00000008,
- NTDS_GROUP_TYPE_SECURITY_ENABLED = 0x80000000
+ NTDS_GROUP_TYPE_SECURITY_ENABLED =-0x80000000
} NTDS_GROUP_TYPE_ENUM;
/* userAccountFlags */
More information about the samba
mailing list