Displaying 8 results from an estimated 8 matches for "pagerc".
Did you mean:
pager
2018 May 25
2
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
...want. Authenticated users should be able to make files/directories with
group membership different from guest accounts.
--
Raymond Page
On Fri, May 25, 2018 at 2:26 PM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Fri, 25 May 2018 14:10:26 -0400
> Raymond Page <pagerc at gmail.com> wrote:
>
> > I want to keep the 'nobody' account for NFS usage. For Samba, I want
> > to use the 'guest' account as it is properly restricted.
> > I want everyone to connect to samba as the 'guest' user, but I don't
> > want lo...
2018 May 25
2
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
.../mnt/share
drwxr-xr-x 5 405 100 4096 May 25 15:18 /mnt/share
/dev/mapper/storage /mnt ext4 rw,relatime,data=ordered 0 0
--
Raymond Page
On Fri, May 25, 2018 at 1:56 PM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Fri, 25 May 2018 13:11:44 -0400
> Raymond Page <pagerc at gmail.com> wrote:
>
> > Rowland,
> >
> > The 'guest' user exists in /etc/passwd, and there are no users
> > defined in tdb backend.
> >
> > 1. /etc/passwd: guest:x:405:100:guest:/dev/null:/sbin/nologin
> > 2. pdbedit -L -v: ^$ EOL
> >...
2018 May 25
2
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
Rowland,
The 'guest' user exists in /etc/passwd, and there are no users defined in
tdb backend.
1. /etc/passwd: guest:x:405:100:guest:/dev/null:/sbin/nologin
2. pdbedit -L -v: ^$ EOL
3. smb.conf updated as suggested - smbclient -U% //share/public -c 'put
test1.txt foobar'
NT_STATUS_ACCESS_DENIED opening remote file \foobar
Modifying the settings as suggested made no impact,
2018 May 25
0
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
On Fri, 25 May 2018 13:11:44 -0400
Raymond Page <pagerc at gmail.com> wrote:
> Rowland,
>
> The 'guest' user exists in /etc/passwd, and there are no users
> defined in tdb backend.
>
> 1. /etc/passwd: guest:x:405:100:guest:/dev/null:/sbin/nologin
> 2. pdbedit -L -v: ^$ EOL
> 3. smb.conf updated as suggested - smbcli...
2018 May 25
0
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
On Fri, 25 May 2018 14:10:26 -0400
Raymond Page <pagerc at gmail.com> wrote:
> I want to keep the 'nobody' account for NFS usage. For Samba, I want
> to use the 'guest' account as it is properly restricted.
> I want everyone to connect to samba as the 'guest' user, but I don't
> want loose permissions on the d...
2018 May 25
0
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
On Fri, 25 May 2018 14:48:35 -0400
Raymond Page <pagerc at gmail.com> wrote:
> So the guest account ignores the owner permissions of the files it
> interacts with and relies only on group membership and world
> permissions?
>
> Why do I need the sgid? Users will create files/directories that will
> default to their default group f...
2005 Jun 18
1
Mouse problems with Diablo 2 and Warcraft 3
I opened a bug regarding this problem. It seems that some patches
were applied in 20050324 that messed up the mouse registering clicks.
For Diablo 2, the mouse isn't rendered to the right/bottom 1/8th of
the screen. And in both Diablo 2 and Warcraft 3, it seems that mouse
events aren't being processed in those areas.
I've opened a bug:
http://bugs.winehq.com/show_bug.cgi?id=3067
2018 May 25
2
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
Hi list,
I'm using samba-4.7.6-r0 and attempting to establish a public samba share
where any anonymous user can write to the share.
I have an issue where the 'guest' (uid 405) account is unable to write to a
directory owned by that uid. If the gid or world writable bits are set, I
can write to my share, but not as the guest uid. I need assistance
troubleshooting why I cannot write as