winbindd: Here's a replacement get_id_from_sid() that gets UNIX uid/gid from /home/dir

2002-08-02 Thread Ferguson, Ross
Title: winbindd: Here's a replacement get_id_from_sid() that gets UNIX uid/gid from /home/dir rebuilding winbindd with the enclosed replacement function gets the UNIX uid/gid from the users home directory. If it fails in anyway, it returns (g/u)id of 'nobody' This obviously allows

Re: Win2K resetting connections. Is there a service pack?

2002-08-02 Thread Simo Sorce
Seem the same logic tridge and abartlet found about authentication against w2k. Seem a childish way to avoid possible DoS oir something like that. If you have not finished authentication and the same client issue a second request, w2k drops the connection. And if I remember correctly, this

[PATCH] SAMBA.SCHEMA

2002-08-02 Thread Stefan (metze) Metzmacher
Hi Andrew, here's the patch... for the samba.schema added 'userPassword' as MAY to sambaAccount metze - Stefan metze Metzmacher [EMAIL PROTECTED] diff -Npur --exclude=CVS HEAD/examples/LDAP/samba.schema

Re: How are capabilities like can set the time and can manageprinters handled

2002-08-02 Thread Simo Sorce
On Fri, 2002-08-02 at 04:53, Richard Sharpe wrote: Hi, Are all these things strictly local decisions or are they now all encoded in groups, or are there some capability bits associated with users? A new complete SAM system is being introduced into HEAD. In the plans this new SAM will

Re: winbindd: Here's a replacement get_id_from_sid() that gets UNIXu id/gid from /home/dir

2002-08-02 Thread Mike Gerdts
On Fri, 2002-08-02 at 03:10, Ferguson, Ross wrote: rebuilding winbindd with the enclosed replacement function gets the UNIX uid/gid from the users home directory. If it fails in anyway, it returns (g/u)id of 'nobody' This obviously allows specifically assigned uid's per user, allowing

Re: Win2K resetting connections. Is there a service pack?

2002-08-02 Thread Richard Sharpe
On Fri, 2 Aug 2002, Simo Sorce wrote: Seem the same logic tridge and abartlet found about authentication against w2k. Seem a childish way to avoid possible DoS oir something like that. If you have not finished authentication and the same client issue a second request, w2k drops the

samba-3.0 cvs: joining the domain with win2000

2002-08-02 Thread grobe
Hi! I still don't get it... I just updated my cvs, recompiled... and I still can't get my machines join the domain. I have both add machine and add user script defined, and the machines which already are in the domain work. Older versions of samba needed root in the domain admins group. As

Re: [PATCH] LDAP PASSWD SYNC v02

2002-08-02 Thread Ignacio Coupeau
Stefan (metze) Metzmacher wrote: Hi Andrew, here's the patch... It adds a new parameter to smb.conf 'ldap passwd sync = Yes | No | Only': A question: there are some plan to merge this code in the SAMBA_3_ branch or is intended only for HEAD? Thanks, Ignacio --

Re: How are capabilities like can set the time and can manage printershandled

2002-08-02 Thread Richard Sharpe
On Fri, 2 Aug 2002, Simo Sorce wrote: On Fri, 2002-08-02 at 04:53, Richard Sharpe wrote: Hi, Are all these things strictly local decisions or are they now all encoded in groups, or are there some capability bits associated with users? A new complete SAM system is being introduced

Re: samba-3.0 cvs: joining the domain with win2000

2002-08-02 Thread Bradley W. Langhorst
i've just been messing with this for XP joining (maybe 2k is similar) don't forget to turn of spnego and apply the signorseal fix to the client i also had problems with head trying to create machine accounts that were already in the ldap db or trying to create them twice. i spent a bit of time