[Samba] Unable to follow dfs referral - still a problem for smbclient & also freebsd smbfs

2007-03-02 Thread julian
Hi, Does anyone know if there has been any more progress on the problem of browsing 'complex dfs roots' see http://lists.samba.org/archive/smb-clients/2006-February/000622.html Basically it occurs whenever you have a Microsoft Distributed File System Tree where the links are to subfolders of the

[Samba] Sambapwdcanchange is not working!

2007-03-02 Thread Eduardo Fernandes
Hi all, We are trying to avoid that some specific users can change their passwords. For that we are setting the sambapwdcanchange parameter in smbldap-usermod using the key -A 0. We have checked that the parameter sambapwdcanchange was altered for a date in the future using pdbedit -Lv nameuser

Re: [Samba] vfs_shadow and [homes]

2007-03-02 Thread Ed Plese
On Fri, Mar 02, 2007 at 11:44:32AM -0600, James A. Dinkel wrote: > Yeah, I'll be anxiously awaiting your improvements, too. We also have about > 500 users and creating all those symlinks, plus keeping on top of creating > the symlinks for new users would be impossible. All those symlinks would

Re: [Samba] Winbindd has still bottlenecks when used with interdomain trusts.

2007-03-02 Thread Harald Strack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harald Strack wrote: > > 2 My second (more reasonable) try was with the new idmap configuration. But I could not test it, since I do not know, how to set the password for > > idmap config RZ: ldap_user_dn = ... > > smbpasswd -w does not work for this p

Re: [Samba] allocate_print_jobid: failed to allocate a print job for queue

2007-03-02 Thread Jarle Thorsen
On Friday 02 March 2007 14:48, you wrote: > Jarle Thorsen wrote: > > I have a printer connected to a linuxbox running Samba and Cups. I have > > followed the instructions in the Samba-HOWTO to export the printerdriver > > a a machine running Windows XP. When I try to print to the printer > > Window

Re: [Samba] Changing LDAP password from Windows XP

2007-03-02 Thread Charles Marcus
On 3/2/2007 Andy Colvin ([EMAIL PROTECTED]) wrote: socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 This doesn't address your specific issue, but fyi - if you are using a 2.6.x kernel, the above socket options are not only not necessary, they are not recommended... -- Best regard

[Samba] Re: Access Denied using Server Netbios Name

2007-03-02 Thread Jay Flory
Dennis For the last couple of weeks I have had this problem with a single XP workstion. It would only connect to our Samba server by IP address never by netbios name. Other workstions had no problem. Today, I found the solution. On the affected workstion, I manually changed to clock to matc

[Samba] Changing LDAP password from Windows XP

2007-03-02 Thread Andy Colvin
I've got a very simple setup with Samba 3.0.24 running on Fedora Core 6, talking to Fedora Directory Server 1.0.4. I've got everything set up so that I can add computers to the domain, add users using the smbldap- tools, and have users logging in. When a user tries to change their password from w

RE: [Samba] vfs_shadow and [homes]

2007-03-02 Thread James A. Dinkel
> -Original Message- > From: Michael Gasch > Sent: Friday, March 02, 2007 4:31 AM > > hi, > > thanks for your answers!!! > we have ~500 users and currently i don´t have ambitions to work around > this problem with symlinks. it´s not too urgent that i could not wait > until your improvemen

Re: [Samba] Wrong permissions

2007-03-02 Thread Cleber P. de Souza
Setting the GID bit on the directory solves this. On 3/2/07, Oliver Schneider <[EMAIL PROTECTED]> wrote: Hi, I have a problem with Samba file permissions. It doesn't concerns every user, but most. When a user creates a file it gets the wrong permissions. It gets username:users and not as expe

RE: [Samba] Administrator on samba server?

2007-03-02 Thread James A. Dinkel
> -Original Message- > From: max > Sent: Friday, March 02, 2007 9:39 AM > > Hi, > I've samba 3 running on trustix 2.2. > I've added an xp sp2 client without much problems. > But now I'm trying to use "administrator" user on this client for > administrative purpouses (adding software, print

Re: [Samba] subdirectories with different permissions

2007-03-02 Thread Cleber P. de Souza
Yes. The inside permissions can be specified using acl command setfacl for the right group/person. use getfacl to check the applied permissions. On 3/1/07, Matt Ingram <[EMAIL PROTECTED]> wrote: how would I configure the samba share? [colours] comment = colours path = /over/th

[Samba] Administrator on samba server?

2007-03-02 Thread max
Hi, I've samba 3 running on trustix 2.2. I've added an xp sp2 client without much problems. But now I'm trying to use "administrator" user on this client for administrative purpouses (adding software, printers and so on) and I've realized that, even if in Samba the user "administrator" exists, it i

Re: [Samba] libnss_wins crashing Firefox/Iceweasel?

2007-03-02 Thread Michael Schurter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerald (Jerry) Carter wrote: > Michael Schurter wrote: >> I'm using Debian Sid, and it seems like Iceweasel (aka Firefox) has been >> crashing a lot lately with "Bus Error" printed to stdout when it dies. > >> I use mono/.net and python, so my C/C++ d

Re: [Samba] Duplicate SID for Root and Samba Server Machine Name

2007-03-02 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason Baker wrote: > I'm know enough to change the SID, but should I change > the ROOT SID to S-1-5-21-1194936901-2368177035-684874509-0? > The UNIX UID # for Root is 0. Could this also explain why I cannot > join a machine to the domain using the cl

Re: [Samba] libnss_wins crashing Firefox/Iceweasel?

2007-03-02 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Schurter wrote: > I'm using Debian Sid, and it seems like Iceweasel (aka Firefox) has been > crashing a lot lately with "Bus Error" printed to stdout when it dies. > > I use mono/.net and python, so my C/C++ debugging skills are very > lacking

[Samba] Duplicate SID for Root and Samba Server Machine Name

2007-03-02 Thread Jason Baker
I have a samba PDC with LDAP backend running on CentOs 4. Everything is working fine, but my log watch report showed two users with the same SID. I checked it out and it appears that ROOT and the samba machine ASTER$ both have the same SID. If I do a pdbedit -Lv I get this: --- Unix

[Samba] libnss_wins crashing Firefox/Iceweasel?

2007-03-02 Thread Michael Schurter
I'm using Debian Sid, and it seems like Iceweasel (aka Firefox) has been crashing a lot lately with "Bus Error" printed to stdout when it dies. I use mono/.net and python, so my C/C++ debugging skills are very lacking. I was able to capture the following using gdb on Iceweasel: Program received

Re: [Samba] Re: winbind-client: irregular "Connection reset by peer" errors when using Win 2003 server

2007-03-02 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Menk wrote: > >> Seems like the DC dropping what it thinks are >> idle connections. We should reconnect. Could you test >> 3.0.25pre1 and let me know if that behaves any better? > > It's complicated for me to test this version on the same

Re: [Samba] nested groups with user mapping doesn't work

2007-03-02 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer Weber wrote: > Sorry, > after the user mapping the nt_user_token is > > [2007/02/02 15:21:17, 10] auth/auth_util.c:debug_nt_user_token(454) > NT user token of user S-1-22-1-10002 > contains 6 SIDs > SID[ 0]: S-1-22-1-10002 > SID[ 1]:

Re: [Samba] allocate_print_jobid: failed to allocate a print job for queue

2007-03-02 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jarle Thorsen wrote: > I have a printer connected to a linuxbox running Samba and Cups. I have > followed the instructions in the Samba-HOWTO to export the printerdriver a > a machine running Windows XP. When I try to print to the printer Windows > say

Re: [Samba] Problem with local groups as AD member

2007-03-02 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark wrote: > So after saying all of that, I'm having trouble creating a local group, > local to the samba server. I'm getting the following error. > > [EMAIL PROTECTED] samba]# net rpc group add "DesktopSupport" -L > -UAdministrator > Password: > a

Re: [Samba] VFS module and C++

2007-03-02 Thread Laurent Pinchart
> I have found solution, it is necessary to add -lstdc++ to the linker. > Also good idea is to check and increase log level in smb.conf That would be done automatically if you used g++ instead of gcc. Laurent Pinchart > >Hi > >I need to write a simple VFS module and I have to use C++ instead of

Re: [Samba] VFS module and C++

2007-03-02 Thread Roman Bouchner
I have found solution, it is necessary to add -lstdc++ to the linker. Also good idea is to check and increase log level in smb.conf Roman >Hi >I need to write a simple VFS module and I have to use C++ instead of C. >I took sample files, compiled it and everything does work. However, when >I compil

Re: [Samba] roaming profiles not working

2007-03-02 Thread John Drescher
On 3/2/07, Антон Ванюков <[EMAIL PROTECTED]> wrote: Hello. I've configured roaming profiles on my server. But they are working very strange. When I log in from a Windows XP machine with the user 'test' I get an error message saying that the machine can't find a server copy of my roaming profil

Re: [Samba] Samba + Quantum StorNext FS (SNFS)

2007-03-02 Thread Michael Gasch
ok, so i´ll try do this kind of art in the next couple of weeks... :) thx again! micha Volker Lendecke wrote: > On Thu, Mar 01, 2007 at 04:52:54PM +0100, Michael Gasch wrote: >> to speed up performance do you think it´s a good idea to use jumbo >> frames between the samba server and windows xp c

Re: [Samba] vfs_shadow and [homes]

2007-03-02 Thread Michael Gasch
hi, thanks for your answers!!! we have ~500 users and currently i don´t have ambitions to work around this problem with symlinks. it´s not too urgent that i could not wait until your improvements :) if there´s a new release please let us know so we can test it. thanks again! micha Ed Plese wrot

[Samba] roaming profiles not working

2007-03-02 Thread Антон Ванюков
Hello. I've configured roaming profiles on my server. But they are working very strange. When I log in from a Windows XP machine with the user 'test' I get an error message saying that the machine can't find a server copy of my roaming profile and is logging on using the default local profile. I

Re: [Samba] "Windows cannot obtain the domain controller name foryour computer network" error on XP Pro SP2 clients for Samba 3.0.23dPDC

2007-03-02 Thread stephen mulcahy
stephen mulcahy wrote: > Does this mean I should include an SRV record on my DNS server for > _ldap._tcp.dc._msdcs.DUCK pointing at the PDCs A address? Or is this > just noise generated by the fact that Samba 3 isn't an AD server? > > I've seen no mention of setting up SRV records in the HOWTOs s

RE: [Samba] groups command slow

2007-03-02 Thread ZIGLIO, Frediano, VF-IT
> > ZIGLIO, Frediano, VF-IT wrote: > > I want to thanks for improvements in winbindd. 3.0.25 is > much faster. > > Now I can log in my machine very fast. > > > > I noted however that groups commands did not improve that much. > > I used tcpdump to log ldap activity. The steps: > > - winbind ask