similar to: Shares stopped working for groups

Displaying 20 results from an estimated 300 matches similar to: "Shares stopped working for groups"

2020 Jul 20
1
Shares stopped working for groups
n 20/07/2020 14:19, Nick Howitt via samba wrote: > > > On 20/07/2020 11:14, Rowland penny via samba wrote: >> >> >> I have reviewed all the posts in this thread and I 'think' I know >> what is going on and also answers a question I asked. >> >> You have in your smb.conf: >> >> unix password sync = Yes >> >> This possibly
2020 Jul 20
2
Shares stopped working for groups
On 20/07/2020 10:37, Nick Howitt via samba wrote: > Bump, please. I have reviewed all the posts in this thread and I 'think' I know what is going on and also answers a question I asked. You have in your smb.conf: unix password sync = Yes This possibly means that you have a group in /etc/group called allusers with the ID of 63000 I would replace the line with: ldap password sync
2020 Jul 18
2
Shares stopped working for groups
I messed up on my reply yesterday. On 17/07/2020 21:05, Rowland penny via samba wrote: > > On 17/07/2020 19:57, Nick Howitt via samba wrote: >> Hi, >> I have a ClearOS 7.8 system which is running >> samba-4.10.4-11.el7_8.x86_64, and it upgraded to this just over a >> week ago (probably not relevant). A couple of days ago all the group >> shares failed. I
2020 Jul 20
0
Shares stopped working for groups
On 20/07/2020 11:14, Rowland penny via samba wrote: > > On 20/07/2020 10:37, Nick Howitt via samba wrote: >> Bump, please. > > I have reviewed all the posts in this thread and I 'think' I know what > is going on and also answers a question I asked. > > You have in your smb.conf: > > unix password sync = Yes > > This possibly means that you have
2020 Jul 17
0
Shares stopped working for groups
On 17/07/2020 19:57, Nick Howitt via samba wrote: > Hi, > I have a ClearOS 7.8 system which is running > samba-4.10.4-11.el7_8.x86_64, and it upgraded to this just over a week > ago (probably not relevant). A couple of days ago all the group shares > failed. I discovered that if I switched them to the built-in group > "allusers" the share worked fine. It fails for
2020 Jul 20
0
Shares stopped working for groups
Bump, please. On 18/07/2020 08:41, Nick Howitt via samba wrote: > > I messed up on my reply yesterday. > > On 17/07/2020 21:05, Rowland penny via samba wrote: >> >> On 17/07/2020 19:57, Nick Howitt via samba wrote: >>> Hi, >>> I have a ClearOS 7.8 system which is running >>> samba-4.10.4-11.el7_8.x86_64, and it upgraded to this just over a
2006 Jun 22
4
Filter on variable
Hi all, I have a question about filtering on a variable. If I have the following code in my controller to select a list of users > @allusers = User.find(:all, > :conditions => [''team_id = ?'', @params["id"], > :order => ''created_at'') Is there an easy way to find out all users who
2007 Jul 19
5
files permission and hidden files are not rsync properly
Hi folks, I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my first backup yesterday. But I notice that some hidden (or dot files) are not copied to the other host on the network. And group and ownership of the files are changed to ?nobody? while files and folders permission are copied properly. So what am mission here can anybody shed light please? Here is the result;
2019 Oct 22
3
Samba domain users AWOL from Samba file server.
Using samba-tool on my samba DC, I created several users. On my separate samba file server, joined to the domain, all the users are listed as belonging to Domain Users ( getent group "Domain Users"). However, several domain users are missing from the passwd database on the file server (i.e., nothing returned when I run getent passwd user3). Why would that be? Each user has its own
2007 Dec 13
2
Rsync rsync: writefd_unbuffered failed to write ?
I am running jungledisk and this is my script: #!/bin/sh ### Backs up office data to Jungledisk using rsync LOGFILE=/var/log/backup-jd.log ## Start in rc.local or here #/usr/local/bin/jungledisk mount /mnt/s3 echo "`date +"%F %R"`: Start backup-jd" >> $LOGFILE rsync -r --inplace --size-only --bwlimit=50 /home/shares/allusers/127 /mnt/s3 echo "`date +"%F
2006 Oct 10
2
somewhat OT--windows logon script
Hi Group, We use a simple logon script to map drives for our users. If we put the following line: net use /delete * /yes then no drives are mapped on the workstations. If we rem it out, the script works fine. Full script below: net use /delete * /yes net use e: \\server5\peachtree net use w: \\server5\contract_maintenance net use t: \\server5\fleet net use x: \\server5\allusers net use u:
2003 Dec 12
1
Using Samba to Mount User Shares as Linux Home Dirs?
I'm trying to get a linux machine integrated into an all-Windows network. Following the instructions of the *wonderful* Official Samba-3 HOWTO, I was able to get the machine to authenticate with the ADS. I can also allow domain users to log into the linux machine. What I would like to do now is have a way for the users' network share/home directory in the window environment to be
2007 Nov 23
1
smb.conf question. multiple /home/shares
Hi This is what i want to do : each windows pc will have its own /home/username on this samba server. for example i have added 3 users so far and my .conf is like this : [george] comment = Home path = /home/george #valid users = %S read only = no browsable = yes [trandism] comment = Home path = /home/trandism read only = no browsable = yes [xristoforos] comment =
2006 Nov 21
2
XP clients cannot find Samba
Hello, I've set up Samba 3.0.22 on an Ubuntu box for testing purposes. Below is my smb.conf file. The Samba server, ubuntu, is on the other side of a Linksys WRTP54G router, serving NAT to my Windows XP clients on the inside. I've opened port 139 on the router, set up NetBEUI, placed entries in the clients' hosts & lmhosts files. For some reason, the clients can logon to
2018 May 05
2
Samba Audit Logs
On Sat, 5 May 2018 11:11:21 -0300 "Ethy H. Brito via samba" <samba at lists.samba.org> wrote: > On Sat, 5 May 2018 23:40:47 +1000 > Robin G via samba <samba at lists.samba.org> wrote: > > ... > > > > full_audit:prefix = %u|%I|%S > > full_audit:failure = none > > full_audit:success = mkdir rmdir read pread write pwrite
2017 May 10
2
Example for doveadm-save using Doveadm HTTP API
I could use an example of how to use curl to save a new message to a user?s INBOX using the Doveadm HTTP API. https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP <https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP> Do I really use the -d option and inline the entire new message in the command-line? Or, should I create a temporary .json file with the message wrapped in JSON and pass
2018 May 06
2
Samba Audit Logs
On Sun, 6 May 2018 20:05:20 +1000 Robin G <robinghere3 at gmail.com> wrote: > Hi Rowland, > here is the smb.conf. All shares have the full_audit > > [global] > workgroup = RESOLVS > netbios name = DC1 > security = USER > obey pam restrictions = yes > local master = yes > domain master = yes > preferred
2020 Nov 04
1
API support for placing a message for a specific user
> On 03/11/2020 02:24 Oren Yehezkely <orenyny at gmail.com> wrote: > > > Hello, > > I am trying to find out if Dovecot API allows placing?a message directly in a customer's mailbox, without needing to send the email via SMTP. > > Thanks for?your help, > > Oren `doveadm save` is available from HTTP API, but seems to be missing from documentation.
2016 Mar 02
1
the ability to edit files generated by W7 on the linux box
HI Folks, I know that I am doing something stupid, but after a recent update, I cannot create another server with this ability to edit on the server box. Linux box (samba server) directories:- mnt/shared/allusers mnt/shared/lakesh etc. Windows 7 client I can create and edit files on the shared directories. All good. Linux box I cannot edit a file created by W7 on the Linux box I receive a
1998 Feb 25
12
smb.conf
Hi all, I'm very new to this samba. I'm running samba on Sparc 10 with Solaris 2.4. Here is my smb.conf workgroup = UNIX-NFS [homes] writeable = yes write ok = yes I'd like to share a directory to PC network from Unix box, read and write access only to users who