similar to: getting files and ACLs from a fileshare in Python

Displaying 20 results from an estimated 12000 matches similar to: "getting files and ACLs from a fileshare in Python"

2019 Apr 01
2
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
Hi Rowland, thanks for your suggestions. I have read and re-read the Samba docs to try and understand where I went wrong here. I added the uidNumber and gidNumber exactly as per your comments and that seems to improve the situation markedly. I can now at least see that the share exists from SAMDOM\stephenellwood which wasn't possible before. File access is now possible from
2019 Mar 29
2
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
Hi there, I wonder if anyone can help me? I recently created an active directory setup with a primary domain controller ad1 and secondary domain controller ad2 for a domain SAMDOM. In-line with what I understand to be Samba best practices I then setup a separate file-server fs1 on which I created a file share, /fsrv/shares/OgdenFiles/. This has all been done using Samba version
2016 Mar 18
0
connection problem to fileshare for a certain user
sambalog.txt <http://samba.2283325.n4.nabble.com/file/n4699851/sambalog.txt> Hi, I use samba for a long time, and didn't touch the config since. A while ago i did a debian update to jessie, because i was way behind with updates on wheezy. Samba got probably also a big jump in version. Since then i have connection problems for my default user that connects to the samba server shares.
2019 Apr 01
0
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
On Mon, 1 Apr 2019 15:12:21 +0100 Stephen via samba <samba at lists.samba.org> wrote: > Hi Rowland, thanks for your suggestions. I have read and re-read the > Samba docs to try and understand where I went wrong here. > > I added the uidNumber and gidNumber exactly as per your comments and > that seems to improve the situation markedly. I can now at least see > that the
2005 Mar 24
1
Windows Filesharing Limitations
I've been trying to set up a server to fileshare to mac and windows clients using Netatalk and Samba. Basic setup and functionality works, but we have two lingering problems, both on the windows clients: - can't change the user field - can't change the group field The windows client permissions dialog allows you to change it, but once you close and reopen it, the changes are gone.
2019 Mar 29
0
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
On Fri, 29 Mar 2019 16:14:20 +0000 Stephen via samba <samba at lists.samba.org> wrote: > Hi there, I wonder if anyone can help me? > > I recently created an active directory setup with a primary domain > controller ad1 and secondary domain controller ad2 for a domain > SAMDOM. Nope, you have two AD DC's, one called 'ad1' and one called 'ad2' Apart from
2019 Jun 18
7
error when trying to copy file from samba share to old Windows CE share
Hello, This error started after upgrading my distro(did a fresh install of fedora 30 server edition), which upgraded samba from 4.1.20 to 4.10.4. If I try to copy a file using a Windows 7 PC from the samba share to an old Windows CE share (on a CNC router table, so can't upgrade it) it tells me: An unexpected error is keeping you from copying the file. If you continue to receive this error,
2006 Sep 15
3
Samba tuning advise
Helo, We use a big fileserver running Linux/Samba as fileshare. We are facing performances problems for which we'd like some advise : Clients are OS2(LanManager) and windows 2000 reading and writing lots of files in the same directory on the fileshare. We currently have more than 80 000 files in the directory (files size is about 100 Bytes). Could you please advise us some Samba tuning
2023 Jun 07
1
SaMBa 4.16.4 adds users to ACLs as groups
Dear All, Thank you for your help (especially Rowland Penny), I finally managed to migrate our ancient ext3 based, ISO-8859-2 encoded SaMBa 3.2.5 with locally stored UIDs and GIDs to a UTF-8 encoded ex4 based server running SaMBa 4.16.4 with RID UID/GID backend. However, after two weeks of the migration I observed something horrible: Windows Word (or MS Office in general) somehow manages to
2004 Aug 31
1
OS/2 error while accessing samba share
I have a Samba server running version 3.0.2-6.3E on Whitebox Linux 3. The samba server is joined to a NT4 domain. I can access the share from my XP Pro box just fine. But, accessing the samba share from an OS/2 box results in an error. I am able to map the share just fine using 'net use'. But when I try to access the share within the GUI, I get the error: "No objects were found that
2010 Jun 25
2
Samba and " (and maybe other characters) in paths/files
Hello I have samba installed on my server, with a fileshare. When connecting to samba, using windows, filesnames with " (double quotes) in them become gibberish on the windows client. Under linux I connect to these fileshares using NFS, and the names are correct (I also created them this way). I've made a screenshot: http://users.webmind.be/~glenn/samba.PNG How can I fix this?
2019 Apr 01
1
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
Cheers, that fixed it! :O) So, if I may summarise what we have just discussed. 1) All newly created samba users need to have the uidNumber attribute set to a unique value (within the range specified in smb.conf for SAMDOM) when using ad backend with RFC2307. 2) All new groups need to have the gidNumber set to a unique value (within the range specified in smb.conf for SAMDOM) when using ad
2002 Dec 07
4
Big Migration
Next month I will move about 3000 clients (w2k) to a PDC samba, after that I will have more 1200 clients, but this time will be Linux, my question is: 1- Is there domain logon, like we have for Windows users ? 2- is smb the protocol recommended to FileShare to Linux clients or NFS is better (is there another one) ? -------------- next part -------------- HTML attachment scrubbed and removed
2007 Feb 01
1
Vista password being rejected on share security mode
I'm working on trying to get Samba 3.0.23c to work with Vista and I've run into a snag. If a share is set up for security = share, and protected with a password, when I try to mount the share using Start->Run->\\server\share, the password is rejected by Samba for about the first 10 seconds, but after that, it lets me in. I've tried all the common suggestions such as changing
2006 Sep 17
2
histogram frequency weighing
Fellow R-helpers, Suppose we create a histogram as follows (although it could be any vector with zeroes in it): R> lenh <- hist(iris$Sepal.Length, br=seq(4, 8, 0.05)) R> lenh$counts [1] 0 0 0 0 0 1 0 3 0 1 0 4 0 2 0 5 0 6 0 10 0 9 0 4 0 [26] 1 0 6 0 7 0 6 0 8 0 7 0 3 0 6 0 6 0 4 0 9 0 7 0 5 [51] 0 2 0 8 0 3 0 4 0 1 0 1 0 3
2018 Mar 04
1
Samba AD + Kerbero + NFS "Client no longer in database"
I am soo lost trying to get Samba AD 4.7.5 as a Kerberos source for NFSv4. The NFS server is the Samba AD server running Ubuntu Server 16.0.4.3 and the client is Linux Mint 18.3 This export WORKS and mounts on client ########## /etc/exports ########## /mnt/fileshare         *(rw,no_subtree_check,async) ############################ This export DOES NOT ########## /etc/exports ##########
2016 Apr 25
2
Vulnerability patch issue for 4.1.x
Hi list, When I back ported vulnerability patch to existing samba4.1.21, I'm facing many fileshare access functionality breaks. (All issues are with DCE-RPC calls failures. Even though I have applied DCE-RPC patch) I see vulnerability patches have been provided for 3.6.x, 4.0, 4.2, 4.3 and 4.4 but I don't see 4.1 patch for this. Many functions difference are there between 4.0, (4.1) ,
2005 Mar 24
3
Windows XP & greyed-out Guest user password prompt
Hi, we've been using Samba for a while, and are just now starting to switch our desktop computers to Windows XP. We are having a problem where connections to our Samba server fail, and the user is presented with a password prompt asking for a password for user Guest. They can't select a different user. I've searched the Microsoft knowledgebase, and the Samba list archives, and
2019 Aug 29
2
Permission Issue
Hi, I don't have the user root. No changes :( Sometimes a user gets permissions, sometimes not. This net conf is now running: [global] ??? winbind refresh tickets = Yes ??? winbind use default domain = yes ??? template shell = /bin/bash ??? idmap config * : range = 1000000 - 1999999 ??? idmap config EXAMPLE : backend = rid ??? idmap config EXAMPLE : range = 500 - 200000 ??? hide dot files
2019 Mar 29
2
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
Hi Rowland! On 29/03/2019 16:33, Rowland Penny via samba wrote > Roll on 'Buster' ;-) 4.5.x is well EOL. Its not ideal I know! ;) Unfortunately I (and every other Raspberry Pi user) is stuck with this for now since this is the default Samba package that Raspbian currently uses unfortunately. I did check to see if it could be upgraded using apt to something a little more recent but