Samba 2.0 user-validation from NT-account domain when in NT-resource

Jeremy Allison jallison at cthulhu.engr.sgi.com
Thu Feb 4 18:39:44 GMT 1999


Bob Sass wrote:
> 
> That is the same error I get.  I believe you will find it is caused by
> having to many NT groups for your NT user.  If I have greater than 32 NT
> groups associated with a NT user I get these errors.
> 

As a temporary fix apply the following patch and
recompile. It's tacky but will server until we get
that stuff allocated on demand.

Regards,

	Jeremy Allison,
	Samba Team.

--------------------------------------------------------------------

Index: include/rpc_lsa.h
===================================================================
RCS file: /data/cvs/samba/source/include/rpc_lsa.h,v
retrieving revision 1.8
diff -u -r1.8 rpc_lsa.h
--- rpc_lsa.h   1998/11/10 19:04:58     1.8
+++ rpc_lsa.h   1999/02/04 18:37:52
@@ -51,7 +51,7 @@
 /* XXXX these are here to get a compile! */
 #define LSA_LOOKUPRIDS      0xFD
 
-#define LSA_MAX_GROUPS 32
+#define LSA_MAX_GROUPS 96
 #define LSA_MAX_SIDS 32
 
 /* DOM_QUERY - info class 3 and 5 LSA Query response */

-- 
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------


More information about the samba-ntdom mailing list