similar to: Bizarre - How did windows user setfacl for a file??

Displaying 20 results from an estimated 1000 matches similar to: "Bizarre - How did windows user setfacl for a file??"

2007 Aug 06
1
setfacl(1) - Can FreeBSD's ACLs contain groups from NT/AD domains ?
Hi all, I have "FreeBSD 7.0-CURRENT #1: Wed Jul 25" authenticating successfully against active directory via samba's winbindd(8). I need to manage samba shares via FreeBSD ACLs and CIFS ACLs. From my reading of setfacl(1) I should be able to set group permissions using the syntax of DOMAIN\group-name. For example: #setfacl -d -m g:"MYDOMAIN\mygroupname":rwx test
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
2008 Aug 29
1
Webalizer displays wrong year
I just run webalizer manually on an Apache log, like I have done many times before. Some new statistics were created, but for "August 2006" instead of "August 2008". I cannot figure why! Because of my mistake, the webalizer statistics for this site have not been updated since February. Now I tried to update them for the first time - with the results I described above. The
2014 Dec 22
5
Net groupmap list strange result
On 22/12/14 17:47, Elias Pereira wrote: > And now, I run the command "samba-tool user list" and the result is as > follows: > > *# samba-tool user list* > *ldb_wrap open of secrets.ldb* > *Could not find machine account in secrets database: Failed to fetch > machine account password from secrets.ldb: Could not find entry to match > filter:
2011 May 20
1
Multiple count if style "queries"
Dear List, I am looking to calculate two things from my data frame and was after some advice. For the example below i want to know. 1. How many unique Orders/Families and Genera there are per eco-name 2. How many incidences are there for each Order/Family and Genus there are per eco-region I have 650 econame. I.e for Biak-Numfoor rain forests there are 2 orders, 2 families and two genera.
2018 Jun 19
1
Fixing sysvol permissions
On Tue, 19 Jun 2018 12:52:46 -0400 Mark Foley via samba <samba at lists.samba.org> wrote: > Given no responses on this question for a few days, I'm concluding > that we're out of ideas on this problem. Let me propose a couple of > ideas. Apparently, the basic Windows FOLDER and SHARE permissions > are correct according to Louis' recommendations (see message below).
2015 Mar 20
3
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
Hello friends: I hope you can help me with this I'm struggling a year ago After breaking my head migrating a server with Samba Samba 2.1 to 4.1 all stay perfect and functional. All files are in this domain controller for now, and then be moved to a domain member, "the file server". I configure the server as ADDC Samba 4.1 and up here all went well, the shares, the users, winbind,
2003 Dec 30
4
Assignments in loops
Greetings all. Any help with the following would be appreciated. I want to create a data frame for each file in a directory. The following code does not work but it may show what I am trying to do: carmakes <- c('BMW','Chrysler','Citroen','Fiat','Ford','Holden','Honda',
2015 Mar 20
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
On 20/03/15 17:32, Jhon P wrote: > I install samba 4.1 from > the sources. In Debian 7.0 "wheezy" > a year ago. > > > > > > Thanks for responding. > > > > > From: patocius at hotmail.com > To: rowlandpenny at googlemail.com > Subject: RE: [Samba] Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes > Date:
2005 May 19
1
Mac OSX breaking POSIX rights with SMB/CIFS
hi list, we recently saw the following weird behaviour on samba v3.0.13 with MacOSX panther and tiger as clients --setup-- [share1] path = /data valid users = @admins force user = administrator inherit permissions = yes force create mode = 770 force directory mode = 2770 [share2] path = /data/folder valid users = @noadmins force user = administrator inherit permissions = yes force create mode
2007 Aug 24
4
Samba 3.0.25c Going Nuts on our Network???
POSTED TO THE LIST W/O ATTACHMENTS -------- Jerry, I am sending this to you directly because it contains the tcpdump information in addition to the samba logs just in case there is sensitive information contained in the files. What is happening is that samba 3.0.25c, after first running smoothly, is becoming very "chatty" across our LAN. I don't know why, but with no files or
2015 Mar 20
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
On 20/03/15 19:47, Jhon P wrote: > > > Yes im have a file: > > -rw-r--r-- 1 root root 19K Jan 10 2014 libnss_winbind.so.2 > > My pam: > PAM profiles to enable: > ? [*] Unix authentication > ? [*] Winbind NT/Active Directory authentication > ? [ ] ConsoleKit Session Management > ? [ ] Inheritable Capabilities Management > > >>
2015 Mar 24
6
Samba4 + external ldap
After some reading and attempts, I managed to set the Samba4 with the external openldap. I tried to add a user through the command "smbpasswd", but an error occurred, which follows below: root at sol:~# smbpasswd -a billy > > smbldap_search_domain_info: Searching >> for:[(&(objectClass=sambaDomain)(sambaDomainName=POA))] > > smbldap_open_connection: connection
2018 Jun 13
4
Admin UID changed with upgrade to 4.8.2
Imo, this is a left over of an old bug, just remove the file Registry.po imo, i'll bet its never used. The computer looks for Registry.pol not Registry.po. > -rwxrwx--- 1 root users 958 2014-09-13 04:01 Registry.po* > -rwxrwx--- 1 3000000 users 958 2014-09-13 04:01 Registry.pol* Look at the date 2014, and i do remember something about this. But... What does getfacl say about
2012 Jun 18
1
Samba4: s3fs sticky bit file ownership problem
Hi I want all files created in a share to be group owned by a group called staff. To do this I have a share called reports which is chmod g+s staff: drwxrws---+ 9 root staff 4096 Jun 18 11:15 reports If I create a file from Linux, the sticky bit works: -rw-rw----+ 1 steve2 staff 0 Jun 18 10:57 stevelinux.txt If I create it under windows, it doesn't: -rwxrwx---+ 1 steve2 Domain
2006 Sep 26
3
Samba ignores groups for ACL !
Hello, i hope u guys can help me. This is the first time I write to the list. Sorry about my english... i got a solaris 10 machine and installed "samba 3.0.2.3c" with "openldap 2.3.2.1" , "openssl 0.9.8" and "gcc 3.4.6". i configured kerberos and all the other things. all good. i added the samba-server (solaris10) to a active directory domain. with
2015 Aug 19
2
Samba4 DC/AD documents created in redirected folders with bogus UID
My up-front apologies if this topic has been covered. This is my first time using this list and I don't know how to search for existing topics yet ... I installed Samba4 on Linux Slackware 64 version 14.1 about 6 months ago. I set up redirected folders for the Windows 7 Workstation users. All worked fine until recently. Now, when several of the users create documents and folders on their
2015 Mar 20
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
On 20/03/15 20:39, Jhon P wrote: > OK, i try removing this block, and add the line. > Restart samba but nothing happends. > > > > Date: Fri, 20 Mar 2015 20:01:04 +0000 > > From: rowlandpenny at googlemail.com > > To: samba at lists.samba.org > > Subject: Re: [Samba] Samba 4.1 gentent, ls, no display domain user > name on Primary ACDC but wbinfo -u yes >
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
2007 Aug 12
1
AD + winbindd(8): group permissions being ignored ? WTF ?
Hi all, I am successfully authenticating "FreeBSD 7.0-CURRENT #1: Wed Jul 25 17:31:15 WST 2007" against AD. Users can log in succesfully with home directories being served via amd(8) and NFS. However, I have discovered a potential "show-stopper" that will force me to abort this mission :( The problem -~-~-~-~-~- In a nutshell: Simple group permissions set with chown(1) are