Re: [Samba] Samba + acl,user_xattr

2011-12-19 Thread Dmitry Mordovin
At first, has your file system already enabled xattr? For example, are following commands successfull? # touch test.txt # setfattr -n user.test -v test test.txt # setfattr -n security.test -v test2 test.txt # getfattr -d test.txt # getfattr -n security.test -d test.txt And your

Re: [Samba] oplocks issue when trying to copy file

2011-12-19 Thread Volker Lendecke
Hi! More interesting would be a debug level 10 logfile together with a strace -ttT -o /tmp/smbd.strace -p smbd-pid on the smbd relevant for the client. Volker On Fri, Dec 16, 2011 at 06:44:10PM +0100, Joschi Brauchle wrote: Hello everyone, I would like to follow up on the thread [Samba]

Re: [Samba] Samba 4 WBC_ERR_DOMAIN_NOT_FOUND

2011-12-19 Thread Matthieu Patou
Hi Steve For me it's ok unless I ask for an unknown user: mat@ares:/usr/local/src/samba4$ ./bin/wbinfo -i administrator TEST\Administrator:*:0:100::/home/TEST/Administrator:/bin/false mat@ares:/usr/local/src/samba4$ ./bin/wbinfo -i ares failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND

Re: [Samba] winbindd/idmap_ldap.c:472(idmap_ldap_allocate_id) Cannot allocate gid above 20000!

2011-12-19 Thread Jelle de Jong
On 23/05/11 13:37, Jelle de Jong wrote: I got a few servers that where running stable and somehow winbindd started complaining. There were no users added or any samba related updates. Also the problems did not started on the same day one of the servers started today and on other one months

Re: [Samba] oplocks issue when trying to copy file

2011-12-19 Thread Joschi Brauchle
I reported the issue here: https://bugzilla.samba.org/show_bug.cgi?id=8670 Please find level-10 logs and strace there. Best regards, Joschi Brauchle On 12/19/2011 10:57 AM, Volker Lendecke wrote: Hi! More interesting would be a debug level 10 logfile together with a strace -ttT -o

Re: [Samba] sambaPwdMustChange

2011-12-19 Thread Adam Tauno Williams
On Sun, 2011-12-18 at 20:31 -0800, yudi shiddiq wrote: I want to ask something about implementing sambapwdmustchange, my goal is to force user to change password, then i setting on pla(phpldapadmin) on sambaPwdMustChange to 0, but there's no affect to user, what's the problem occure? It

Re: [Samba] All read and write

2011-12-19 Thread Jessica Guynn
Hey Guys, this is my updated smb.conf. I am mapping any windows users to ubuntu user nobody. So I added a username map to file smbusers with (nobody = *). When I try to mount the volume in windows, gives me a login window. None of the windows users work and I tried using the ubuntu users as

Re: [Samba] winbindd/idmap_ldap.c:472(idmap_ldap_allocate_id) Cannot allocate gid above 20000!

2011-12-19 Thread Jelle de Jong
On 19/12/11 11:22, Jelle de Jong wrote: On 23/05/11 13:37, Jelle de Jong wrote: I got a few servers that where running stable and somehow winbindd started complaining. There were no users added or any samba related updates. Also the problems did not started on the same day one of the servers

Re: [Samba] Samba 4 WBC_ERR_DOMAIN_NOT_FOUND

2011-12-19 Thread steve
On 19/12/11 11:06, Matthieu Patou wrote: Hi Steve For me it's ok unless I ask for an unknown user: mat@ares:/usr/local/src/samba4$ ./bin/wbinfo -i administrator TEST\Administrator:*:0:100::/home/TEST/Administrator:/bin/false mat@ares:/usr/local/src/samba4$ ./bin/wbinfo -i ares failed to call

Re: [Samba] Samba 4 WBC_ERR_DOMAIN_NOT_FOUND

2011-12-19 Thread steve
On 19/12/11 19:16, steve wrote: On 19/12/11 11:06, Matthieu Patou wrote: Hi Steve For me it's ok unless I ask for an unknown user: mat@ares:/usr/local/src/samba4$ ./bin/wbinfo -i administrator TEST\Administrator:*:0:100::/home/TEST/Administrator:/bin/false mat@ares:/usr/local/src/samba4$

[Samba] Samba 4 does not survive a restart

2011-12-19 Thread steve
Hi everyone The first time after a new build, Samba 4 works fine. After restarting, it doesn't. openSUSE 12.1, bind 9.8.1-SP and Kerberos all working as per the samba wiki. sudo samba -i -M single root's password: samba version 4.0.0alpha18-GIT-bfc7481 started. Copyright Andrew Tridgell and

Re: [Samba] getpeername failed error when signed communicationspolicy enabled

2011-12-19 Thread Jeremy Allison
On Fri, Dec 16, 2011 at 02:00:17PM -0500, Allen Chen wrote: I have the same message in samba log file, even though I set up log level = 0. My Samba 3.4.5 PDC is listening on both ports 139 and 445 under CentOS 5.6 32bits. Here is the message: [2011/10/26 16:02:05, 0]

Re: [Samba] All read and write

2011-12-19 Thread Jessica Guynn
Hi guys, oops... it does work when I type in guest as login. lol.. I did make guest only...lol Anyways, still gives me locking when trying to write to the directory. Should I just have any window users have full write and read and take ownership because when checking for the ownership of the

[Samba] Installing Samba with ADS

2011-12-19 Thread Steve Swanekamp
I am having troubles with file permissions after installing Samba with ADS. Samba does not seem to recognize the Windows users properly. Are there detailed ADS instructions out there. I followed some instructions from a colleague but he is no more experienced than me at getting this all to

Re: [Samba] Installing Samba with ADS

2011-12-19 Thread Daniel Müller
Hello, first of all we need some configuration of your smb.conf. Is winbind running? Which linux,unix are you running? Did you join your samba to windows ads? What about getent groups ; getent passwd ? --- EDV Daniel Müller Leitung EDV Tropenklinik

[SCM] Samba Shared Repository - branch master updated

2011-12-19 Thread Matthieu Patou
The branch, master has been updated via f39426c s4-dsdb: Relax the conditions where we can't do a subtree delete via b2bace6 s4:drsuapi/getncchanges: return WERR_NOMEM if talloc_array() fails via 3164d7b s4-drs: introduce a timeout in the getncchanges processing to

[SCM] Samba Shared Repository - branch master updated

2011-12-19 Thread Volker Lendecke
The branch, master has been updated via bfc7481 tdb2: Avoid a malloc/memcpy in _tdb1_store via 664add1 tdb: Avoid a malloc/memcpy in _tdb_store from f39426c s4-dsdb: Relax the conditions where we can't do a subtree delete