similar to: Samba ignoring group permissions (list files permission) for Windows 7 clients

Displaying 20 results from an estimated 10000 matches similar to: "Samba ignoring group permissions (list files permission) for Windows 7 clients"

2004 Jul 07
0
chmod fails if user is in guid but is not uid
Dear samba users, I'am new to samba and I fail to solve the following problem: To have access to a share I mount it: mount -t smbfs -o username=john,password=***,uid=501,gid=601,fmask=0777,dmask=0777 //myserver/myshare /domain/myserver/myshare If id of user bob is 501, the following commands succeeds: su bob chmod 777 /domain/myserver/myshare/myfile But altough bill is member of group
2015 Oct 09
0
kerberos nfs4's principals and root access
Hai, I had it the other way around. Only root acces. I have scripted my setup and tested on debian. Look here https://secure.bazuin.nl/scripts/these_are_experimental_scripts/ setup-nfsv4-kerberos.sh If you get the file, setup-nfsv4-kerberos.sh and compair it to your setup. If you can read the bash script maybe you see something you missed. When i write as "root" its root and
2015 Oct 09
1
kerberos nfs4's principals and root access
Thanks you very much Louis ! I have tried your setup and I can't mount the share neither from the server itself or the client. On /var/log/syslog I have : rpc.gssd : ERROR : no credentials found for connecting to server myserver This is because the machine principal is not present in the keytab : $ klist -k 1 nfs/myclient.samdom.com at SAMDOM.COM 1 nfs/myclient.samdom.com at SAMDOM.COM 1
2015 Oct 09
0
kerberos nfs4's principals and root access
Ok, now its clear to me. We need to set UMICH_SCHEMA in idmap.conf Read : http://linux.die.net/man/5/idmapd.conf Working on it now. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens L.P.H. van Belle > Verzonden: vrijdag 9 oktober 2015 13:34 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] kerberos
2015 Oct 09
5
kerberos nfs4's principals and root access
Hello samba team ! I have some NFS4 exports managed by a Samba's Kerberos realm. All the standard user accesses work fine. I try now to setup an NFS4 root access to administer the share from another server (the two host are DC, one PDC and one SDC). But I have trouble understanding the kerberos/principals layer. ------------ Actually I do ------------- -> on the server I create an nfs
2016 Aug 01
0
kerberos nfs4's principals and root access
Hi, Sorry for this necrobump.... But I'm still can't use my local root user to browse content of my NFSv4/Krb5 share...... (others permission are checked when root use this share) So a lot of questions appeared during my tests : - Must i have same idmap.conf on both client and server ? - Why rpc.idmapd only use 'nsswitch' method even if 'static' is
2016 Aug 02
0
kerberos nfs4's principals and root access
Hai, Here you go.. But all my settings are scripted. https://github.com/thctlo/samba4 found here. Read the script : samba-with-nfsv4.sh Start it like ./ samba-with-nfsv4.sh (client or server) Its tested and works on debian jessie. I contains the nfs server settings and client settings. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at
2012 Nov 06
1
how Can make function for selecting the products
HI. I make this code: getdata<-function('a','b','c' ,'d','e','f'){ drv <- dbDriver("SQLite") con<-dbConnect(drv, "sqlite.db") lt<-dbListTables(con) myf<-data.frame(NULL) for (i in 1:length(lt)) { myfile<-dbReadTable(con,lt[i]) myfile1<-myfile[-c(14:44)] myfile1$MODEL<-gsub(" ",
2015 Oct 09
3
kerberos nfs4's principals and root access
Hai Baptiste, I re-checked my setup and your totaly correct. I can not enter the nfsV4 mounted directory as root. What i've added in idmap.conf Is this : Domain = your_DNS_domain.tld [Translation] Method = nsswitch And i found this link. http://serverfault.com/questions/526762/root-access-to-kerberized-nfsv4-host-on-ubuntu im testing this now. Greetz, Louis >
2003 Dec 16
1
user name with a dot not working
Hello, I'm having problems with user names containing a dot. For example "j.smith". In our network we have Win2K PDC and a Samba server. smb.conf contains this: [global] security = domain password server = MYSERVER username map = /etc/samba/smbusers [myshare] valid users = j.smith write list = j.smith etc... /etc/samba/smbusers file contains this: jsmith = j.smith And Linux box
2003 Aug 26
0
files between w2k domains...
Hi, I have a Mandrake 8.2 server with samba 2.2.5 installed. My server has ftp and the files some users upload I move them to another structure, this structure is shared via Samba with other users. I am in a W2k Domain.(We are in the process to migrate to linux). So, I have some users that move the files uploaded to their servers. A few days ago, a user reported me he couldn?t see the files in
2013 Sep 25
1
Thunderbird 24.0 for Windows seems to ignore Samba4.0.9 permissions settings
Hi, I have a CentOS 6.4 fileserver running SerNet Samba 4.0.9 with these global settings (not overridden): read only = No force create mode = 0777 force directory mode = 0777 inherit acls = yes inherit owner = yes inherit permissions = yes On a Windows client, I have Thunderbird 24.0 storing its profile and mail on the Samba share. The
1999 Jun 16
0
Samba 2.0.4b & NT 4.0 SP5 gives Remote Procedure Call Error 1728
Hello, I'm running NT 4.0 (ws & server) with SP5. Everything was running fine with samba 2.0.0, but after building and installing 2.0.4b (freebsd 2.2.8) trying to browse the server shares results in a "A remote procedure call (RPC) protocol error occured." net view \\myserver also produces the same error message: "System error 1728 has occurred. A remote procedure
2017 Aug 29
0
Shares not accessible when using FQDN
On Tue, 29 Aug 2017 11:16:12 +0200 (CEST) Gaetan SLONGO via samba <samba at lists.samba.org> wrote: > > > Hi, > > > I'm facing to an issue where I cannot find solution. > > > Here is the test case : > > > > > * Samba 4.7, multi-server setup (multiple DC) > * Windows 7 and Windows 10 client (not domain member) > *
2017 Aug 29
0
Shares not accessible when using FQDN
Hai, Without (smb.conf) config, no, sorry, no ideas.. And educated guess, you have errors in you DNS resolving. Whats the OS running? Cat /etc/hosts Cat /etc/resolv.conf Cat /etc/smb.conf On the windows pc. open dosbos, ipconfig /all Things like that, suprisly, really help us out in helping you. ;-) Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba
2003 Oct 19
5
SysLinux GPL license violation
Hi there, As I could not find a direct maintainer email address, I'm sending this to the mailing list. SysLinux, being a GPL product, is being sold under a very restrictive license without even offering the sources to the public. I've written up my findings here: http://www.palli.nl/~ivo/rdp/ Please have a look for yourself. Regards, Ivo Palli
2013 Jun 25
1
Re: Permission denied
On Tue, Jun 25, 2013 at 7:07 PM, Daniel P. Berrange <berrange@redhat.com>wrote: > On Tue, Jun 25, 2013 at 07:02:40PM +0200, Roland Giesler wrote: > > System: > > $ cat /etc/issue > > Ubuntu 12.10 \n \l > > > > $ uname -a > > Linux Matt-HP 3.5.0-34-generic #55-Ubuntu SMP Thu Jun 6 20:20:19 UTC 2013 > > i686 i686 i686 GNU/Linux > > > >
2005 Sep 21
1
Permissions Problem
I can see and read the samba share on a Fedora Core 4 box, but I can't add, modify, delete anything neither directories nor files. How do I enable file writing, modification and deletion? --- smb.conf # Global parameters [global] server string = Samba Server username map = /etc/samba/smbusers log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192
2017 Aug 29
0
Shares not accessible when using FQDN
Hi, Time is OK I found some more informations: it seems the problem appears when I use an alias (DNS and netbios alias). So it is working for principal names (moe, in this case). Maybe it si not related but the setup is still in 2003 mode? CLUSTER is and alias of MOE (in the config and also in DNS servers => CNAME (resolution is OK)). And accessing to the shares using \\cluster is not
2016 Aug 02
2
FW: kerberos nfs4's principals and root access
** I truncate my initial mail below for size reason ** I've tried your tips but nothing better.... AD users can still accessing share (ouf !!), but local users not more. I can't find where it blocks.... Thanks for your help Louis, Greetz, Bruno Le 02/08/2016 à 15:33, L.P.H. van Belle a écrit : > > You keep 2 ranges. > > One for the “local (linux) users” > >