similar to: NT vs W2K permission

Displaying 20 results from an estimated 10000 matches similar to: "NT vs W2K permission"

2007 Apr 14
5
SAMBA Problem - Users take ownership
Hi, I have a problem with my Samba/WinBIND implementation. In folders shared by multiple people the last one to access and modify a file takes ownership of the file and changes the permissions so other users cannot make changes to the same file: [root@atlas PLANNING RECORDS]# cd REGIONAL\ 1\ AIRLINE\ DOCS/ [root@atlas REGIONAL 1 AIRLINE DOCS]# ls -al total 1232 drwxrws---+ 8 root
2004 May 04
0
Crazy User Entry in W2k, Samba 3.0.2a-Debian, UID-SID Mapping damaged ?
Hi, i'am testing to setup a plain Samba PDC Domain. Now i habe the strange Problem, that the User Entry in Windows Security Dialog show different User that the underlying Samba Filesystem (XFS). In W2k is a User ACL called TKH\games, but such user isn't allow to do anything in the Filesystem, so what's going on ? Here some more Infos: debian:/var/log/samba# smbd -V Version
2007 Nov 01
0
File permissions issue: different behavior between samba and unix
I'm seeing behavior that I was hoping somebody could explain. I have a share set up that will be a repository for company-wide data. There are three classes of people who can access it, readers, read/writers, and admins. Readers and read/writers are self explanatory, admins have read/write access, and can change the permissions/ownership of files. Read and write access is controlled by
2007 Apr 18
3
file permissions with inherit permission + ACL's
Hi, I have a share (testshare) where different unix groups (testgroup1, testgroup2) should have access to. But I want that new files are only created with 660 permissions. Here are the ACL's of testshare: # file: testshare # owner: ralfgro # group: ve user::rwx group::rwx group:testgroup1:rwx group:testgroup2:rwx mask::rwx other::--- default:user::rwx default:group::---
2001 Jan 28
6
File permission
How are file permissions determined under Samba? If I log onto my Linux server (terminal session using Putty) and create a file that file is given the following file permissions (rw- rw- r--). That is correct, because in my home directory I have a .bashrc file that has a umask command that states umask 002. However, when I use Samba to log onto my Linux server and use Word/Excel to create a file
2007 Jan 16
1
Shared folder doesn't work!
I can't seem to get a shared folder working properly. I am authenticating using pam, and the users have a shell account on the system. Problem is, the permissions on the messages moved into the folder don't maintain properly, and other users can't read the share. I have the following in /etc/dovecot/dovecot.conf namespace public { separator = / prefix = Public/ location =
2006 Sep 22
2
incoming chmod on daemon fails on subdirectories
Running rsync 2.6.8 as daemon on Fedora core 4. Have the following in the rsyncd.conf file... [test] path = /home/test/greenlight # use chroot = true max connections = 3 lock file = /var/lock/rsyncd/test.lock uid = 503 gid = 503 auth users = test incoming chmod = Dg=s,Dug=rwx,Do-rwx,Fug=rw,Fo-rwx Uploading a tree from windows with
2018 Jul 01
0
permissions of newly created mailboxes only with dovecot-lda and posix acls
Hi! I am experiencing troubles concerning the inheritance of the setgid bit if a new mailbox is created with dovecot-lda. If it is created with dovecot/imap, everything works fine. dovecot-lda is called from postfix like this: ---------- mailbox_command = /usr/local/sbin/postfix-lda.sh ---------- logger -p mail.info -t postfix-lda "H: $HOME, S: $SENDER, R: $RECIPIENT, U: $(umask), id:
2016 Oct 24
4
Fix sharing ACL
Gentlemen, I am struggling to solve this problem. My file server Samba 4.4.5. Even the administrator user (domain admin) could not write to the share. Could someone give me a hint, in order to solve this problem? shared folder: /mnt/data Folder permissions: # getfacl /mnt/data/teste/ getfacl: Removing leading '/' from absolute path names # file: mnt/data/teste/ # owner: ricardo
2010 May 06
0
losing AD user & group information
Hello, A few weeks ago we started joining some remote servers to our AD domain as member servers. Several times now we have come back to them and found ownership settings missing like the following. [root at franks-dc1 opt]# ll total 72 drwxrws---+ 3 14505 10013 4096 Nov 28 2006 appinstalls drwxrws---+ 2 14505 10010 4096 Aug 3 2004 bldgshrs drwxrwsr-x+ 2 14505 10011 4096 Aug 3 2004
2008 May 07
1
speedup remains 1
Hi List, I'm observing a strange problem on 2.6.9 (no opportunity to upgrade on both ends yet). Receiver is linux, sender is cygwin. I transferred a 6GB file (an MS SQL .bak file) physically from one site to the other, in order to get the first "backup" done. In the meantime, the sender generated a new file, which I know for a fact to be very similar to the manually transferred
2006 Apr 05
1
FW: Read-only attribute.
Sorry for the repost, but anyone please? Bruno Guerreiro -----Original Message----- From: samba-bounces+bruno.guerreiro=ine.pt@lists.samba.org [mailto:samba-bounces+bruno.guerreiro=ine.pt@lists.samba.org] On Behalf Of Bruno Guerreiro Sent: quinta-feira, 30 de Mar?o de 2006 14:25 To: samba@lists.samba.org Subject: [Samba] Read-only attribute. Hi, I'm having problems with setting the
2009 Jan 07
3
Excel permission in samba
Hi All, Recently Moved from windows file server to samba file server but still users are authenticating from windows ADS 2003 server I have a strange problem. smb.conf file config is bellow ############### START smb.conf file ################### [global] netbios name = AA-FTP workgroup = airarabia realm = airarabia.com server string = Samba File Server
2013 Mar 26
3
Samba + ACLs: Can’t add group write permissions
Hi there, I?ve been trying to get my head around a problem I have with Samba. I?ve set up Samba 3.6.13 on a Raspberry Pi with Arch Linux ARM on it and let it serve a couple of folders from an attached external ext4 drive mounted to /srv/cifs (of course with the "acl" option enabled). I?ve been trying to create a share that is read-writable for all members of a particular UNIX user
2012 Jul 06
2
Samba4: mounting cifs on Linux client no longer preserves acl's
Version 4.0.0beta4-GIT-8f44389 Hi everyone Up until recently, mounting a share on a Linux client preserved the permissions of the files in the share, but now it doesn't. e.g. on the server drwxrws---+ 2 root staff 4096 Jul 6 12:04 7a # file: year7 # owner: root # group: staff # flags: -s- user::rwx user:root:rwx group::rwx mask::rwx other::--- default:user::rwx default:user:root:rwx
2010 Apr 01
0
manage permissions from windows security tab
We have been changing stand alone servers at remote buildings from being PDCs in their own domain to being members of an AD domain. After some initial hiccups I think we are most of the way there. The boxes are joining the domain and users are mostly able to access their files. The last remaining issue (so far) is that we find we are unable to manage permissions via the windows security tab.
2006 Mar 30
0
Read-only attribute.
Hi, I'm having problems with setting the read-only attribute of a file via windows. Altough no erros are shown in the client, the file dosn't stick to it read-only settings. I've found some post on the matter, but none seemed to solve the problem. Any ideas? Relevant information: Samba 3.0.14a-1 Fedora Core 2 Kernel 2.6.8-1.521smp The user belongs to the AR-INF-backup group. Share
2011 May 23
3
samba 3.2.5 + ACLs - read/write permission become read only
IN SHORT: - READ+WRITE becomes READ ONLY - OWNER ACL Permissions for "another User" affects Group ACL Permissions Hi Experts, we recently figured some strange behaviour on our Debian 5 (Lenny, uname 2.6.26-2-686) + Samba 2:3.2.5-4lenny14 server that i would like to discuss here. I cannot tell apart if its a bug or just lack of understanding. Here is the Scenario: I got a samba
2004 Apr 07
0
inconsistence behavior concerning security
Hi all, I have a share for 2 groups of users in which I need this behavior: Group A: can create/delete files Group B: only can modify files I solve this with a share rw for both groups, and FS directory permissions are 2770 and groupA is the owner of the directory, and an acl for groupB which is r-x Then the default acl for this directory is rwx for GroupB, so, when something is created here,
2005 Mar 24
0
acl et nfs
Hi, i have a problem with permission on a share mounted threw NFS i have a shared section like below [juridique] path = /samba/admin/services/juridique writeable = yes directory mask = 2770 create mask = 0770 valid users = @JURIDIQUE,@INFORMATIQUE inherit acls = yes browseable = no if a member of JURIDIQUE creates a folder or file it has the rights :