similar to: Removing Everyone access on Samba shares

Displaying 20 results from an estimated 7000 matches similar to: "Removing Everyone access on Samba shares"

2007 Jun 21
1
Recycle bin and ACL
Hello, we are using the vfs module recycle with the following config: vfs objects = recycle recycle: repository = .Papierkorb recycle:directory_mode = 0777 recycle:subdir_mode = 0777 recycle: keeptree = Yes recycle: exclude = *.tmp, *.temp, *.log, *.ldb recycle: exclude_dir = tmp recycle:versions = Yes Problem is that everybody can see deleted documents in the recycle bin. But if I set
2009 Aug 05
1
Delay of group membership modifications
Hello, We use samba 3.2.5 on Debian Lenny with LDAP backend (OpenLDAP 2.4.11). Access to files and directories are granted via ACLs. For example, we have a directory "projekt-my-test": # getfacl projekt-my-test # file: projekt-my-test/ # owner: root # group: Domain\040Admins user::rwx group::rwx group:projekt-my-test-rw:rwx mask::rwx other::--- So, I added a user to the group
2008 Jun 18
0
Weird ACL/permissions problem
Hi All I've a weird problem regarding ACLs and samba (on Linux as PDC and Windows as clients) Here are the details: *** spaceman@censmb ~ $ id uid=2000(spaceman) gid=512(Domain Admins) groups=10(wheel),512(Domain Admins),513(Domain Users) censmb apps # ls -l test.txt -r--rwxr--+ 1 ujakubia users 0 Jun 18 13:14 test.txt censmb apps # getfacl test.txt # file: test.txt # owner: ujakubia #
2014 Aug 18
2
Shares requiring "Everyone" access...
I believe I have found either a bug or something I do not understand. I recently had a file-share issue and the resolution was to set the "others" permissions to 5, read and execute. The problem with this is that once I am in Windows on a workstation, this appears to allow "Everyone", "CREATOR OWNER", and "CREATOR GROUP" access. We normally setup our
2005 Dec 30
2
I have problem and/or not fully underestand rails --svn
I experimented with rails --svn option. I use following commands 1 $ su root "mkdir -p /var/lib/svn/projekt; chown radek:radek /var/lib/svn/projekt" 2 Password:heslo roota 3 $ svnadmin create /var/lib/svn/projekt 4 $ mkdir -p /tmp/projekt/trunk 5 $ svn import -m "Creating empty project projekt" /tmp/projekt file:///var/lib/svn/projekt 6 //var/lib/svn/pokus 7
2000 Dec 15
0
sshd demons
Hi there, I'm having a problem with sshd demons not shuting down after connection is closed. The strange thing is that this is happening on both my Redhat 6.2 server and Redhat 7.0, both running OpenSSH_2.3.0p1. I'm positive that KeepAlive is set to yes ! Is this a common problem ? I'm suspecting that is has something to do with the client as well. Think we're all using
2018 Aug 16
2
explorer.exe crashes on security tab access
I've noticed myself similiar issue. Windows 10 (v 1803) - window with security tab open crashes on certain files (yes, just the window, not whole OS). Just before crash i see unresolved SID which looks like nothing I know (doesn't look like domain SID - maybe local user SID from samba member server?). All files that cause this issue are from any of the samba servers. Same files I can
2018 Jul 23
0
Undeletable objects in AD
On Mon, 23 Jul 2018 15:01:19 +0200 Henry Jensen via samba <samba at lists.samba.org> wrote: > On Mon, 23 Jul 2018 13:12:42 +0100 > Rowland Penny via samba <samba at lists.samba.org> wrote: > > > On Mon, 23 Jul 2018 14:02:45 +0200 > > Henry Jensen via samba <samba at lists.samba.org> wrote: > > > > > > Yes, the objects in question are
2018 Jul 23
2
Undeletable objects in AD
On Mon, 23 Jul 2018 13:12:42 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Mon, 23 Jul 2018 14:02:45 +0200 > Henry Jensen via samba <samba at lists.samba.org> wrote: > > > > Yes, the objects in question are displayed, one of them looks like > > this: > > > > # record 46 > > dn: > >
2006 Aug 18
2
Why can't I delete "Everyone" ACL entry on a Samba share?
Hi list, Using Samba 3.0.22 on a Debian box. Samba is using security = ADS and is a member server. Winbind, kerberos works as expected. BUT If I look at the security tab in windows I always see the Everyone entry. I think this is because the POSIX "other" entry in the FS on the debian box, correct? Can I remove it? If so how? Thanks, Henrik
2012 Apr 18
1
error: expected declaration specifiers or '...' before 'virDomainPtr'
hi there got a problem with the installation of libguestfs 1.16.19 on ubuntu.... ./configure --disable-appliance --disable-daemon runs just fine, but make crashes with In file included from virt.c:38:0: guestfs.h:2160:70: error: expected declaration specifiers or '...' before 'virDomainPtr' make[3]: *** [libguestfs_la-virt.lo] Error 1 make[3]: Leaving directory
2008 Mar 09
1
virt-install in CentOS 5
Hi All, [I originally posted this message in the main CentOS users' list, but later found this list. So, I'm reposting it here since this is where it belongs.] I'm trying to install a Fedora 8 domU on a CentOS 5 dom0, but the following command fails: [root at xenmaster ~]# virt-install -p -n krs -r 512 -m 00:16:3E:66:94:5F -b xenbr0 --vnc --vncport=5910 -l
2004 Feb 28
3
Neues über die deutsche Übersetzung der Samba-3-Dokumentation -- News for the german translation of the Samba-3-docs
Another posting in german, due to its subject, which has to do with the german translation of the Samba-3.0-documentation. --- Hallo, deutschsprachige Samba-user, die ?bersetzung der Samba-3-Dokumentation geht weiter. Die Info-Kampagne tr?gt Fr?chte, es gibt neue freiwillige Mitarbeiter! Unsere Projektseite liegt auf Berlios, eine kurze Projektbeschreibung findet man unter
2008 Jan 29
1
[PATCH] free nvs->pass_rec on error in nouveau_shader_pass2(), nouveau_shader_2.c
in nouveau_shader_pass2() 210: struct pass2_rec *rec; ... 215: rec = calloc(1, sizeof(struct pass2_rec)); ... 218: nvs->pass_rec = rec; untested, please check. -- also free nvs->pass_rec on error Signed-off-by: Roel Kluin <12o3l at tiscali.nl> --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_shader_2.c b/src/mesa/drivers/dri/nouveau/nouveau_shader_2.c index
2015 Jun 17
0
samba tool and sysvol/gpo checks error/bugged? ( but it all works ok)
>-----Oorspronkelijk bericht----- >Van: rowlandpenny at googlemail.com >[mailto:samba-bounces at lists.samba.org] Namens Rowland Penny >Verzonden: woensdag 17 juni 2015 10:54 >Aan: samba at lists.samba.org >Onderwerp: Re: [Samba] samba tool and sysvol/gpo checks >error/bugged? ( but it all works ok) > >On 17/06/15 08:15, L.P.H. van Belle wrote: >> Hai, >>
2009 Jul 02
2
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do;-)
I am setting up a OpenLdap PDC with file and print services on Ubuntu Jaunty. Jaunty ships with samba 3.3.2. I configured samba to just use the registry back in which I think is pretty cool! What happend when I use the Add print wizard to add my Windows XP drivers I get the famous "unable to install driver access denied" message. I can ssh into the box with my user id and create files in
2015 Jun 17
3
samba tool and sysvol/gpo checks error/bugged? ( but it all works ok)
Hai, ? im running samba 4.2.2 sernet on debian. ? when i run : samba-tool gpo aclcheck -UAdministrator ? im getting : ERROR: Invalid GPO ACL O:DAG:DAD:PAI(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;EA)(A;OICIIO;0x001f01ff;;;CO)(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;SY)(A;OICI;0x001200a9;;;AU)(A;OICI;0x001200a9;;;ED) and it tells me it should be O:DAG:DAD:P?
2018 Jul 23
4
Undeletable objects in AD
On Mon, 23 Jul 2018 11:27:38 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote: > How are you searching and what with ? I used the ADUC tool and LDAPAdmin. > > Have you tried ldbedit ? > > ldbedit -e <your favourite editor> -H /path/to/sam.ldb > > This will display everything in the editor and you can then search in > that for the groups. You
2008 Mar 08
0
virt-install in CentOS 5
Hi All, I'm trying to install a Fedora 8 domU on a CentOS 5 dom0, but the following command fails: [root at xenmaster ~]# virt-install -p -n krs -r 512 -m 00:16:3E:66:94:5F -b xenbr0 --vnc --vncport=5910 -l http://10.19.75.200/mirror/fedora/linux/releases/8 -f /dev/vg00/krs -d Starting install... Sat, 08 Mar 2008 12:27:56 DEBUG Fetching URI
2018 Nov 22
0
LDAP stored quota
Hi Do you try recalc and get ? On 22.11.2018 08:56, Vincent Seynhaeve wrote: > > Hello, > > I'm trying to set up LDAP stored quota on Dovecot but it doesn't work > and doesn't get reported by the command doveadm quota get. > > I'm using the field departmentNumber in my LDAP server to store the quota. > > > doveadm quota get -u test > > Quota