Well, since alpha 0.0 this has been there.... Any ideas Luke? Using LIBS = -ldl Compiling rpc_client/cli_login.c with libtool "include/sam.h", line 31.41: 1506-243 (S) Value of enumeration constant must be in range of signed integer. make: The error code from the last command is 1. Stop. IBM AIX 4.3.2. IBM C compiler 3.6.6. Any idea when this will be fixed? Bill -- /------------------------------------------------------\ | | | William E. Jojo, Jr. | | | | Senior Systems and Network Specialist | | | | Hudson Valley Community College | | | | (518) 629 7540 | | | | jojowil@hvcc.edu | | | \------------------------------------------------------/ So I held my up high Hiding hate that burns inside Which only fuels their selfish pride We're all held captive out from the sun A sun that shines on only some We the meek are all in one
>My NT clients (thankfully, not too many of them here) appear to be getting >an "RPC protocol error" when browsing the shares on my Samba 2.0.5a >server. They can, however, connect to a share by directly specifying its >path.How many shares do have? -- Torsten
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hullo: My NT clients (thankfully, not too many of them here) appear to be getting an "RPC protocol error" when browsing the shares on my Samba 2.0.5a server. They can, however, connect to a share by directly specifying its path. There seems to be a few people having this problem (as evidenced by a search on http://deja.com/usenet/), but I'm wondering if there have been any solutions for it. Did Microsoft do something to break Samba in recent service packs and in Win2000? (Wouldn't surprise me, the bitches. Let's hope Judge Jackson hammers them hard.) Thanks in advance... - --------------< LINUX: The choice of a GNU generation. >-------------- Steve Frampton <frampton@j-com.co.jp> Japan Communications, Inc. Software Developer/Systems Administrator http://www.j-com.co.jp/ GNU Privacy Guard ID: D055EBC5 (see http://www.gnupg.org for details) GNU-PG Fingerprint: EEFB F03D 29B6 07E8 AF73 EF6A 9A72 F1F5 D055 EBC5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE44/c0mnLx9dBV68URAvzTAJ9sSOWBWf5NQhXYZ3QuCofXHEL/HQCfdY4s MZ+hOIoHFGyNIokp8Y0B+xA=5TWB -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 31 Mar 2000, Torsten Curdt wrote:> >My NT clients (thankfully, not too many of them here) appear to be getting > >an "RPC protocol error" when browsing the shares on my Samba 2.0.5a > >server. They can, however, connect to a share by directly specifying its > >path. > > How many shares do have?User home, net logon (for NT domain authentication), several printers, and four public shares. - --------------< LINUX: The choice of a GNU generation. >-------------- Steve Frampton <frampton@j-com.co.jp> Japan Communications, Inc. Software Developer/Systems Administrator http://www.j-com.co.jp/ GNU Privacy Guard ID: D055EBC5 (see http://www.gnupg.org for details) GNU-PG Fingerprint: EEFB F03D 29B6 07E8 AF73 EF6A 9A72 F1F5 D055 EBC5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE45AHamnLx9dBV68URAsiEAJ0WIrVxP+T5GwuHN0GZPrdqQ3IHowCfcZyd x8Rjik38SAGnyiupPPbuCuU=vvpo -----END PGP SIGNATURE-----
[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 */