RE: ldap

2002-09-05 Thread Michel Stoop (samba)

 Looks like there was a Samba regression just prior to 2.2.5 which causes
 OS/2 clients to fail in very strange ways since EA buffers (EAOP2 structs
 i.e. level 2 SetFileInfo buffers) are now treated as FILESTATUS3 buffers
 (see below).
 http://cvs.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.dif
 f?r1=1.149.4.16.2.8r2=1.149.4.16.2.9f=h

 Anyone know why the EAS_NOT_SUPPORTED check was pulled out at around line
 2400 of smbd/trans2.c?

See my bugreport at http://bugs.samba.org/?findid=22128
Samba needs to know more about the EA request to determine if it is
an EA request to reject and not a file allocation info set call.

---
Michel Stoop,

Senior Network and Systems Administrator
postmaster for ncg.nl, ccggron.nl and centralindustrygroup.com
Numeriek Centrum Groningen B.V. Shipbuilding Services
Postbus 204
9700AE Groningen
+31 (0)50 541 26 32  fax: +31 (0)50 542 37 17
http://www.ncg.nl
mailto:[EMAIL PROTECTED]
---





Makefile error when no winbind

2002-06-03 Thread Michel Stoop (samba)

I'm currently compiling on HP-UX 10.20.

This OS does not have winbind support.
In Makefile.in the variable @WINBIND_LTARGETS@
is used, but when I run configure this variable
is empty because HP-UX 10.20 does not have winbind.

This gives a syntax error on line 664 in the Makefile.

---
Michel Stoop,

Senior Network and Systems Administrator
postmaster for ncg.nl, ccggron.nl and centralindustrygroup.com
Numeriek Centrum Groningen B.V. Shipbuilding Services
Postbus 204
9700AE Groningen
+31 (0)50 541 26 32  fax: +31 (0)50 542 37 17
http://www.ncg.nl
mailto:[EMAIL PROTECTED]
---






HEAD HPUX 10.20 and nss.h

2002-04-26 Thread Michel Stoop (samba)

I see that the 2.2.3 fix to get samba compiled on HP-UX 10.20
has gone from all trees. HEAD, 3.0 and 2.2
HP-UX 10.20 just does not have nsswitch...

It is just one line in nsswitch/nss.h

Change:
#elif defined(HPUX)

To:
#elif defined(HPUX)  defined(HAVE_NSSWITCH_H)

The attached diff is for HEAD.
---
Michel Stoop,

Senior Network and Systems Administrator
postmaster for ncg.nl, ccggron.nl and centralindustrygroup.com
Numeriek Centrum Groningen B.V. Shipbuilding Services
Postbus 204
9700AE Groningen
+31 (0)50 541 26 32  fax: +31 (0)50 542 37 17
http://www.ncg.nl
mailto:[EMAIL PROTECTED]
---



nss.diff
Description: Binary data