similar to: Samba 3.0.x access rights issue with secondary groups or Unix rights

Displaying 20 results from an estimated 1000 matches similar to: "Samba 3.0.x access rights issue with secondary groups or Unix rights"

2019 Apr 08
4
Unable to upload printer drivers
Hi, Am 25.03.2019 um 14:12 schrieb Marco Gaiarin via samba: > [...] > Some drivers there's no way to load (for example, some samsung MFP). > Some other load, but you have to do 2-5 try before they work. I did now try many different drivers from different vendors none of them worked thus I think there is something else wrong. I then did some more tests, trying to find anything being
2006 Sep 19
1
Problem with large files
Hi we have samba 3.0.14a on FreeBSD 5.4. We tried with different kind of locking and oplocks (both enabled and disabled). If we try to copy from a Windows XP client a file larger than 3g, we get these error: Cannot copy XXX. The specified network name is no longer available. We traced this problem in the logs (log level 10) and we got this error ------------ [2006/09/19 10:29:41, 5]
2005 Oct 21
1
Could not get RealPath CORDAF/*
Hi, I have a strange problem : some users cannot acces to diretcory, the message is "access denied". The ACL is correct # file: rsrv/vol2/data1/groupes/CORDAF # owner: root # group: Utilisateurs user::rwx user:mro:r-x user:sad:r-x group::--- group:administrateurs:rwx group:daf:rwx mask::rwx other::--- default:user::rwx default:user:mro:r-x default:user:sad:r-x default:group::---
2012 Nov 05
7
VFS ACL with SMB2
Hello, I have a question because POSIX ACL with SMB2 max protocol does not work properly.Did you test VFS xattr acls with SMB2 max protocol? Is it working corectly? Best regards/Adrian Berlin --
2013 Oct 09
2
GPO Permissions _AGAIN_
Hi all, I'm afraid I'm back to my old issue of GPO permissions. I have two ADDCs providing an AD Domain (internal.stmaryscollege.co.uk (short-name 'SMC')). Servers are called 'ad-01' and 'tainan'. ad-01 is 'Version 4.0.10' and tainan is 'Version 4.1.0rc4' (the latest version in the package repos of the respective OSs (arch and gentoo)) I have
2014 Mar 05
1
DFS
Robert Gurdon robert.gurdon at gmail.com 12:49 (0 perce) c?mzett: samba Hai, I would like to set up a DFS with this configuration: I have 3 Samba4 servers (4.1.4). 2 of them should work as a DFS "client" the third one will be the DFS stotage (actualy this servers has the required amount of space). So, i configured all shares on DC3 and point to those shares on DC1 and DC2. Everything
2017 Apr 28
2
Problems with the Full Audit module
> It should work, have you tried changing the order, or just using full_audit ? I have enabled the line below: Vfs objects = acl_xattr I disabled all other modules, I just left full_audit. The problem is even when I leave only the full_audit enabled.
2008 May 28
2
Open file error....samba 3.0.28a
When I try to open a specific file from a samba share (LSP), the application (on WINXP) says that it could not open the file. The errors pasted below (from the smb client) show something different from anything I've seen before. Usually these kinds of problems are straight forward. In other words, usually this is a permission issue. In this case, it is not. I am trying to open a file
2019 Apr 10
3
Unable to upload printer drivers.
Hi Tested if i could upgrade my kyocera drivers but no go.. ( where i have currently 6.3.909.0 installed. ) Tried/Tested with win10 and win7 x64. ( 4.9.6 ) with the windows printer manager. ( as shown on the wiki ) KyoceraClassicUniversal v3.3_signed KX_741525_UPD_signed_EU All get : HRESULT: 0x0000023f (ERROR_APP_INIT_FAILURE) ( see below ) Tested them all, and atm only one works..
2006 Sep 27
1
Intermittent ACCESS DENIED
In a follow-up to a previous post a couple weeks back, we've implemented a Samba 3.0.20 (Suse packages on 10.0 - recompiled to include idmap_rid) server to replace the Windows 2000 file server in our Win2003 Active Directory. For the most part things have been going well, but occassionally people will get access denied errors to things that they were accessing just fine minutes before. With
2010 Jul 07
5
Problem After Upgrade - NT_STATUS_FILE_IS_A_DIRECTORY
I'm running Samba 3.4.7 on Ubuntu 10.04. This is a recent upgrade and we've starting experience a sporadic problem after this upgrade. When users are browsing through Windows Explorer they sometimes run across folders that appear as unassociated files. This requires the user to click the 'Refresh' button in Windows Explorer to properly see the folders. The files and folders are
2010 Jun 29
1
Performance enhancement for ave
library(plyr) n<-100000 grp1<-sample(1:750, n, replace=T) grp2<-sample(1:750, n, replace=T) d<-data.frame(x=rnorm(n), y=rnorm(n), grp1=grp1, grp2=grp2) system.time({ d$avx1 <- ave(d$x, list(d$grp1, d$grp2)) d$avy1 <- ave(d$y, list(d$grp1, d$grp2)) }) # user system elapsed # 39.300 0.279 40.809 system.time({ d$avx2 <- ave(d$x, interaction(d$grp1, d$grp2, drop =
2011 Jan 31
2
identify subsets based on two grouping factors
Hi, I have a data.frame that has a categorical variable, for which I would like to look at the distribution of levels of this variable, based on a grouping of two other variables. As an example: x <- data.frame(obs=sample(c('low', 'high'),100, replace=TRUE), grp1=sample(1:10, 100, replace=TRUE), grp2=runif(100)) cut.grp1 <- cut(x$grp1, 3) cut.grp2 <- cut(x$grp2, 3)
2008 Apr 16
0
Applciation cannot open a file
I'm running 3.0.28a on RHEL 4 U4. The problem I see is tied between an application running on winxp (Altiris Image Browser) and the samba server. The application says it is unable to open specific files. I've tried some things to resolve this. I set force user = root for the share in question. This should have fixed it, but it did not. I set chmod to o+rwx per file. I do not see this
2011 Feb 08
2
Convert the output of by() to a data frame
I'd like to summarize several variables in a data frame, for multiple groups, and store the results in a data.frame. To do so, I'm using by(). For example: df<-data.frame(a=1:10,b=11:20,c=21:30,grp1=c("x","y"),grp2=c("x","y"),grp3=c("x","y")) dfsum<-by(df[c("a","b","c")],
2003 Oct 21
1
Re: Samba3+Win2k/XP profiles
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ~ Dear List, ~ My Win2k and WinXP workstations are endlessly complaining about can't ~ create central copy of the user profile, because of ..., or something ~ like that (in hungarian). When I'm trying, even as root to change the ~ acls of anything in the profile share I get an error, with other shares ~ this is working perfectly (I have ACLs
2004 Oct 04
3
3.0.8pre1, encoding problem?
Hello! I just wanted to migrate one of our 3.0.2a servers to 3.0.8pre1 and found that all is OK win WinXP, but there is problem with WinMe. When user tries to access directory with name ???????? (Contracts) here is what I see on log: [2004/10/04 08:45:01, 5] smbd/filename.c:unix_convert(108) unix_convert called on file "????????" [2004/10/04 08:45:01, 10]
2018 Dec 05
6
Restricting sending mail to domain or group
Hi folks, has anybody a simple solution for the following request? I have a group alias (all at company.com). (1) Only company.com accounts should be able to send an email to everybody in that company via all at company.com. (2) - rather optional: refine the restrictions, e.g. two groups, grp1 at company.com and grp2 at company.com. Grp1 members should be able to send mails to grp2 but not vice
2015 Jan 16
1
Samba behaves differently than windows with layered-directory permissions
Hi Folks, We are using samba-4.0.22. We have a very strange issue: We have samba connected to AD & a folder layout like AA\BB\CC\ Folder AA ? has explicit permission for "AD\user1" Folder BB ? does not inherit permission from AA & "AD\user1" is explicitly removed Folder CC ? does not inherit permission from BB & "AD\user1" is added If we
2011 Jan 31
1
arranging pie charts in a matrix layout with row/col labels
Hi, I have a vector of data, that I group based on two factors via tapply. For each such grouping I would like to plot a pie chart. I can layout these pie charts in a matrix layout, correpsonding to the levels of the two factors. But I am getting stuck on how to label the rows and colums. My current approach looks like this: x <- data.frame(obs=sample(c('low', 'high'),100,