Re: machine names same as usernames - problems... -- here's arealworld NetBIOS clusterfsck ...

2003-02-07 Thread Rafal Szczesniak
On Thu, Feb 06, 2003 at 04:15:52PM -0800, Richard Sharpe wrote: On Thu, 6 Feb 2003, Richard Sharpe wrote: On Thu, 6 Feb 2003, Bryan J. Smith wrote: No, not really. The \$ in the name of the trust account is an MS thing. Samba requires a machine account be backed up on the server with

Security registry settings.

2003-02-07 Thread Christopher R. Hertel
Okay, folks. Here's where I am on security settings and their impact. The settings below are all based on NT4SP6, but similar stuff is (should be?) available for W2K and other Windows flavors. 1) MAC Signing: On the server:

missing config.h.in for CVS SAMBA_3_0?

2003-02-07 Thread Richard Bollinger
Double checked cvsweb - its config.h.in is gone? I got this message this morning when I updated my CVS tracking copy: cvs server: source/include/config.h.in is no longer in the repository Did someone do an oops, adding both config.h and config.h.in to .cvsignore?

RE: Annoying Minor Bug In Winbind 2.2.x

2003-02-07 Thread Boyce, Nick
On 7 Feb 2003, Martin Pool wrote: On 6 Feb 2003, Boyce, Nick [EMAIL PROTECTED] wrote: I find what seems to be an obvious, simple and annoying buggette - if I stop and restart winbind (the sort of thing you do a lot at this stage) then it fails to restart, with this message in

Re: Annoying Minor Bug In Winbind 2.2.x

2003-02-07 Thread Martin Pool
On 7 Feb 2003, Boyce, Nick [EMAIL PROTECTED] wrote: Thanks - that was it. I now have a script /usr/local/bin/winbind, which does umask 000 /etc/init.d/winbind $1 umask 027 and everything is working ok now - I can stop restart winbind to my heart's content without any problem

Re: msdfs referrals at share-level

2003-02-07 Thread Guenther Deschner
hi, now that the msdfs-proxy is in cvs (thanks again for taking a deeper look on that) i still have a small fix for the dfsenum-pipe that just prints the first dfsroot and then stops. with that fix it'll show you all dfsenum-infolevels. attached you'll find a backport of the msdfs-proxy for 2_2,

Call for Paper SambaXP

2003-02-07 Thread Volker Lendecke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Just a short reminder: The call for papers for SambaXP 2003 has a deadline in seven days, on February 14. I would like to ask all of you to submit your proposal to http://sambaxp.org/call_for_papers/paper_registration.html if you have not done

Re: missing config.h.in for CVS SAMBA_3_0?

2003-02-07 Thread Guenther Deschner
hi, just call autogen.sh and it will be recreated. bye, guenther On Fri, Feb 07, 2003 at 08:21:21AM -0500, Richard Bollinger wrote: Double checked cvsweb - its config.h.in is gone? I got this message this morning when I updated my CVS tracking copy: cvs server:

Re: missing config.h.in for CVS SAMBA_3_0?

2003-02-07 Thread Richard Bollinger
OK... its just a pain because one of the platforms I automatically build from CVS on doesn't have the tools required to run autogen.sh, so I have to do some convoluted tricks to run autoheader and autoconf on my Linux server against my Solaris source tree. Seems as though it would be better to

Re: LSA Privileges

2003-02-07 Thread tridge
Volker, I'm CCing this to samba-technical as others may be interested in the answer. I hope you don't mind. First off, MSDN has quite a lot of info on privileges. You should read up on the LSA privileges calls there. I will soon be ripping the privileges code out of the group mapping code, as