Re: Use less 'magic' environment variables

2002-08-16 Thread Tim Potter
On Sat, Aug 17, 2002 at 09:18:22AM +1000, Andrew Bartlett wrote: > > > (For reference, WINBINDD_DOMAIN allows the user to specify what domains > > > winbind will return entries in - instead of all trusted domains) > > > > You haven't replaced it with anything. I think being able to exclude > >

Re: Use less 'magic' environment variables

2002-08-16 Thread Andrew Bartlett
Tim Potter wrote: > > On Fri, Aug 16, 2002 at 11:24:43PM +1000, Andrew Bartlett wrote: > > > This patch removes WINBINDD_DOMAIN, and some of the misguided (and > > fruitless) attempts to prevent winbind from calling smbd recursivly. (I > > fixed that the 'proper' way, and the worst case is a pi

Re: Use less 'magic' environment variables

2002-08-16 Thread Tim Potter
On Fri, Aug 16, 2002 at 11:24:43PM +1000, Andrew Bartlett wrote: > This patch removes WINBINDD_DOMAIN, and some of the misguided (and > fruitless) attempts to prevent winbind from calling smbd recursivly. (I > fixed that the 'proper' way, and the worst case is a pipe timeout of 30 > sec, not a l

(no subject)

2002-08-16 Thread Steven French
>I'm searching docs about all the parameters ("WrLeh.B") >for the several named pipes types : mailslot, lanman, >srvsvc and how it works. This is "RAP" - also known as the LANMAN RPC protocol.It was used for administering IBM Lan Server/Warp Server (i.e OS/2) and early versions of NT alt

Re: Prepending "\" to user name w/Win98 Domain Login

2002-08-16 Thread Jeff Mandel
While that was an example of how it returns with NIS, a better one might have been to show the lookup quoted "" - like ypmatch "\jeff" passwd, but I agree the escaping can be confusing and misleading with the shell there. The log files excerpts and ldap lookups weren't done by shell, per se,

SMB problem = I need help please

2002-08-16 Thread william fargo
Hi, I'm searching info about two types of SMB packet. The first is about SMB_COM_TRANS (0x25) : (Tcpdumps logs) SMB PACKET: SMBtrans (REQUEST) (DF) 0x 4500 0097 0054 4000 4006 3c0b 7f00 0001 ET@.@.<. 0x0010 7f00 0001 0401 008b 3a01 4fbd 3a5c d23a :.O.:\

RE: Prepending "\" to user name w/Win98 Domain Login

2002-08-16 Thread Mike Gerdts
On Fri, 2002-08-16 at 11:21, Jeff Mandel wrote: > 2) The wacky thing here is that \user actually returns successful with NIS. > jeff@host% getent passwd jeff > jeff:x:6789:6789::/export/home/jeff:/bin/ksh > jeff@host% getent passwd \jeff > jeff:x:6789:6789::/export/home/jeff:/bin/ksh Not quite ri

RE: Prepending "\" to user name w/Win98 Domain Login

2002-08-16 Thread Jeff Mandel
I posted previously about samba prepending a "\" to the user name before lookup. Logins fail when "\user" is looked up instead of "user." I think there's a small bug in the username validation that reply.c makes. The problem is most evident when NIS is in use. reply.c 922-930 /* Work out

Regarding : http://lists.samba.org/pipermail/samba/2002-August/078523.html

2002-08-16 Thread Thomas Kirk
Hey there Techies! Today i visited #samba-technical and spooke to tpot he told me to post a stacktrace to this maillinglist since smbclient segfaults on me so here goes : root@george:~# gdb smbclient GNU gdb 2002-04-01-cvs Copyright 2002 Free Software Foundation, Inc. GDB is free software, cover

Re: /usr/local/samba/lib/libsmbclient.so.0: undefined symbol: cli _send_keepalive -> Samba 3.0alpha18

2002-08-16 Thread chuckg
Tom, Thanks for the update.. that did it Chuck On Thursday 15 August 2002 21:53, [EMAIL PROTECTED] wrote: > I created a program to use the libsmbclient based on Samba 3.0alpha18 and I > am getting an unresolved reference at run time for the above routine called > from smbc_check_server(

Use less 'magic' environment variables

2002-08-16 Thread Andrew Bartlett
I don't like 'magic' stuff - particularly 'user controlled' magic. As such, the environment variables that control the actions of the winbind clients (and by extention/design, the winbindd server) seem particularly ugly. So, I would like to get rid of them - slowly. This patch removes WINBINDD_

Re: [PATCH] SAMBA.SCHEMA

2002-08-16 Thread Andrew Bartlett
"Gerald (Jerry) Carter" wrote: > > On Fri, 2 Aug 2002, Stefan (metze) Metzmacher wrote: > > > Hi Andrew, > > here's the patch... > > > > for the samba.schema > > > > added 'userPassword' as MAY to sambaAccount > > I'm not sure I see the need for this. I understand the ldap password sync > opti