Re: Samba 3.0 won't work with smbclient using Kerberos.

2002-05-17 Thread Andrew Bartlett
P Ranjit Kumar wrote: Hi I am trying to get smbclient to work with Samba 3.0 server. Samba 3.0 server joined a Win2k Native domain successfully. Interestingly, I made and account on the KDC for the unix machine (using ktpass) and specified enc type DES-CBC-MD5, which is used by

Re: MSDfs and substitutions/default service..

2002-05-17 Thread Kevin Wheatley
Shirish Kalele wrote: Hehe, can't say I'm surprised..Could you post a network trace of this just to confirm what you're seeing.. Update on this, I've tried replacing the lowercase with a call to unix_convert (in msdfs.c) whilst doing this, I noticed something interesting I have a unix

Can I kill... 'add user script' behaviour in adding users during logon?

2002-05-17 Thread Andrew Bartlett
The behavior of the 'add user script' smb.conf option is rather weird: It is documented as an option to the login parts of the protocol, and used to add users dynamically during the logon process, if they don't exist locally. However, it is also used in the SAMR code when an admin explicitly

Re: Can I kill... 'add user script' behaviour in adding usersduring logon?

2002-05-17 Thread Simo Sorce
I agree, they must be separate and delete user script, must NOT be called by the auth subsystem, it is too dangerous. Simo. On Fri, 2002-05-17 at 15:22, Andrew Bartlett wrote: The behavior of the 'add user script' smb.conf option is rather weird: It is documented as an option to the login

Re: Can I kill... 'add user script' behaviour in adding users during logon?

2002-05-17 Thread Volker Lendecke
On Fri, May 17, 2002 at 11:22:49PM +1000, Andrew Bartlett wrote: 'delete user script' runs when a user attempts to log in, but the PDC says that they don't exist. Firstly: does this really happen? If a Yes, obviously. I once was called to a machine that went completely wild. It would not

Re: Buglist to fix before 2.2.5

2002-05-17 Thread Gerald Carter
On Fri, 17 May 2002, Gerald Carter wrote: * confirm/deny reports of access denied problems from win2k client attempting to maniuplate printer properties. * 64-bit compile errors on Solaris (reported by Eric Boehm) * wildcard bugs on Solaris (reported by Derek Holden) * inherit acls

RE: Buglist to fix before 2.2.5

2002-05-17 Thread Hunt, Bryan
Yo, One bug that it would be totally cool if it were fixed would be the wins lookup ( libnss_wins.so ) it works with ping but not with telnet or any other application. Some people are using linux boxes as workstations in networks without dns. With this working they would not have to find out

Re: Buglist to fix before 2.2.5

2002-05-17 Thread Jeremy Allison
On Fri, May 17, 2002 at 01:25:52PM -0300, Ariel Mella wrote: i know that is part of the samba distribution but is away of the samba team but, could you include the recycle bin vfs module? Yes, we should add that to the rpms I think. Jeremy.

Re: Buglist to fix before 2.2.5

2002-05-17 Thread Ariel Mella
A version is shipped in 2.2.4. Several fixes have gone into SAMBA_2_2 post 2.2.4. yes but if you use as is is in samba-2.2.4 there are reported by many users that cause signal 11 i have seeing 2 patches. 1) i think this fix the module to go bak to work

RE: Buglist to fix before 2.2.5

2002-05-17 Thread Richard Sharpe
On Fri, 17 May 2002, Hunt, Bryan wrote: Yo, One bug that it would be totally cool if it were fixed would be the wins lookup ( libnss_wins.so ) it works with ping but not with telnet or any other application. Some people are using linux boxes as workstations in networks without dns.

RE: One more compile warning fix for Solaris

2002-05-17 Thread Matt Seitz
From: Richard Bollinger [mailto:[EMAIL PROTECTED]] - int fromlen = sizeof(from); + unsigned int fromlen = sizeof(from); Wouldn't the following be more portable? size_t fromlen = sizeof(from); Sincerely, Matt Seitz Senior Software Engineer Quantum Corporation

RE: Precise meaning of container inherit?

2002-05-17 Thread ZINKEVICIUS,MATT (HP-Loveland,ex1)
Welcome to the nightmare ;-) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/Se curity/ace_inheritance_rules.asp?frame=true Matt Zinkevicius Software Engineer Network Storage Array Solutions Hewlett-Packard -Original Message- From: Richard Sharpe