Displaying 20 results from an estimated 2000 matches similar to: "cannot list/access samba share from Windows client"
2018 Jan 08
2
R: cannot list/access samba share from Windows client
Thanks for the rapid reply!
I think the problem was in the server role options I’ve modified it in “server member” and now I’m able to list the shares under \\linuxserver from any domain user authenticated in a Windows pc AD member.
But now
1. Execute computer management from a Windows domain member client as a domain admin user (run as com_spoleto\rossetti.admin that is a “domain admins” member
2018 Jan 08
2
R: R: cannot list/access samba share from Windows client
Inviato da Posta per Windows 10
>Da: Rowland Penny via samba
>Inviato: lunedì 8 gennaio 2018 18:48
>A: samba at lists.samba.org
>Oggetto: Re: [Samba] R: cannot list/access samba share from Windows client
>
>You are now solely using sssd for the authentication, you need to ask
>on the sssd-users mailing list, either that or purge sssd and set up
>winbind correctly.
>I
2018 Jan 08
2
R: R: R: R: cannot list/access samba share from Windowsclient
On Mon, 8 Jan 2018 22:38:15 +0100
Andrea Rossetti <andy.ros at gmail.com> wrote:
> >Da: Rowland Penny via samba
> >Inviato: lunedì 8 gennaio 2018 21:42
> >A: samba at lists.samba.org
> >Oggetto: Re: [Samba] R: R: R: cannot list/access samba share from
> >Windowsclient
>
> >I changed the 'idmap config' block on my computer to this:
> >
2018 Jan 08
0
R: R: cannot list/access samba share from Windows client
On Mon, 8 Jan 2018 19:57:59 +0100
Andrea Rossetti <andy.ros at gmail.com> wrote:
> Inviato da Posta per Windows 10
>
> >Da: Rowland Penny via samba
> >Inviato: lunedì 8 gennaio 2018 18:48
> >A: samba at lists.samba.org
> >Oggetto: Re: [Samba] R: cannot list/access samba share from Windows
> >client
> >
> >You are now solely using sssd for the
2018 Jan 08
0
cannot list/access samba share from Windows client
Please see inline comments:
On Mon, 8 Jan 2018 14:41:01 +0100
Andrea Rossetti via samba <samba at lists.samba.org> wrote:
> Hi,
> I have a problem to list/access share from Windows client to share
> hosted on samba domain member server. I followed the instruction from
> https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
> step by step but I used sssd
2018 Jan 08
0
R: cannot list/access samba share from Windows client
On Mon, 8 Jan 2018 18:27:44 +0100
Andrea Rossetti <andy.ros at gmail.com> wrote:
> Thanks for the rapid reply!
>
> I think the problem was in the server role options I’ve modified it
> in “server member” and now I’m able to list the shares under
> \\linuxserver from any domain user authenticated in a Windows pc AD
> member. But now 1. Execute computer management from a
2018 Jan 08
2
R: R: R: cannot list/access samba share from Windows client
On Mon, 8 Jan 2018 20:55:22 +0100
Andrea Rossetti <andy.ros at gmail.com> wrote:
> I’ve re-changed
>
> root at SRVLNXWINTRA01:/home/data# nano /etc/samba/smb.conf
>
> idmap config COM_SPOLETO : backend = ad
> to
> idmap config COM_SPOLETO : backend = rid
>
> root at SRVLNXWINTRA01:/home/data# systemctl restart smbd nmbd winbind
> root at
2018 Jan 09
1
I: R: R: R: R: cannot list/access samba sharefromWindowsclient
>Da: Rowland Penny via samba
>Inviato: lunedì 8 gennaio 2018 22:52
>A: samba at lists.samba.org
>Oggetto: Re: [Samba] R: R: R: R: cannot list/access samba share fromWindowsclient
>
>>I think I understand it now ;-)
>>
>>The debian Samba package used to install winbind as a dependency, it
>>doesn't now, try running this (as root):
>>
>>apt-get
2018 Jan 08
0
R: R: R: R: cannot list/access samba share from Windowsclient
>Da: Rowland Penny via samba
>Inviato: lunedì 8 gennaio 2018 21:42
>A: samba at lists.samba.org
>Oggetto: Re: [Samba] R: R: R: cannot list/access samba share from Windowsclient
>I changed the 'idmap config' block on my computer to this:
>
> idmap config *:backend = tdb
> idmap config *:range = 2000-9999
> idmap config SAMDOM : backend = rid
>
2018 Feb 23
6
Missing 'security' tab
Hi,
I try to formulate the question better! :)
I’ve successfully joined an ubuntu 16.04 machine, as member server, to an active directory domain Windows server 2012 R2 following the instructions in the wiki.samba.org “Setting up Samba as a Domain Member” now I set the acls using Windows acl on a share. For that I followed the instruction in the “Setting up a Share Using Windows ACLs” in the wiki.
2018 Jan 08
3
R: R: R: cannot list/access samba share from Windows client
Ok.
I’ve done
root at SRVLNXWINTRA01:/home/data# nano /etc/samba/smb.conf
modified
idmap config COM_SPOLETO : backend = rid
to
idmap config COM_SPOLETO : backend = ad
root at SRVLNXWINTRA01:/home/data# systemctl restart smbd nmbd winbind
root at SRVLNXWINTRA01:/home/data# net cache flush
root at SRVLNXWINTRA01:/home/data# getent passwd com_spoleto\\andrea.rossetti
root at
2018 Feb 26
1
I: Missing 'security' tab
Of course is not; /opt/shares/geoportale-lizmap belongs to /
> /dev/mapper/ubuntugis01--vg-root on / type ext4
(rw,relatime,errors=remount-ro,data=ordered)
It should read like this:
/dev/mapper/ubuntugis01--vg-root on / type ext4
(rw,relatime,errors=remount-ro,data=ordered,acl,user_xattr)
Edit /etc/fstab, add those 2 options then reboot (or remount).
Il 26/02/2018 13:44, Andrea Rossetti
2018 Jan 08
0
R: R: R: R: R: cannot list/access samba share fromWindowsclient
Inviato da Posta per Windows 10
Da: Rowland Penny via samba
Inviato: lunedì 8 gennaio 2018 22:52
A: samba at lists.samba.org
Oggetto: Re: [Samba] R: R: R: R: cannot list/access samba share fromWindowsclient
>I think I understand it now ;-)
>
>The debian Samba package used to install winbind as a dependency, it
>doesn't now, try running this (as root):
>
>apt-get install
2018 Feb 22
0
Problem to manage permission to a share from windows
Hi,
I’ve successfully joined an ubuntu 16.04 machine, as member serverm, to an active directory domain Windows server 2012 R2 following the instructions in the wiki.samba.org “Setting up Samba as a Domain Member” now I have to set acl using Windows acl on a share. For that I followed the instruction in the “Setting up a Share Using Windows ACLs”. I also granted the SeDiskOperatorPrivilege to the
2018 Feb 26
0
I: Missing 'security' tab
I still have this problem can anyone help me to solve or troubleshoot it?
I also have another samba member server apparently identical (and apparently configured identical) that instead work well.
See also this screenshot
https://imagebin.ca/v/3t1ykTpRAIzR
Inviato da Posta per Windows 10
Da: Andrea Rossetti
Inviato: venerdì 23 febbraio 2018 09:47
A: samba at lists.samba.org
Oggetto: Missing
2019 Sep 26
3
access to share with dns alias hostname
Hi, below the required files:
smb.conf of ucs master:
[global]
logging = file
max log size = 0
netbios name = ucs
server role = active directory domain controller
name resolve order = wins host bcast
server string = Univention Corporate Server
server services = -dns -smb +s3fs -nbt
server role check:inhibit
2024 Dec 03
1
Recently joined RODC looses machine accounts
Il 03/12/24 10:13, Rowland Penny via samba ha scritto:
> On Tue, 3 Dec 2024 09:15:36 +0100
> Mitja Tav?ar via samba <samba at lists.samba.org> wrote:
>
>> Hi, i have some problems with a recently joined Read Only Domain
>> controller.
>>
>> I had 2 Domain Controllers based on Windows Server 2019 (hosts
>> vmw2srvdc1 an vmw2srvdc2). I and i recently
2024 Dec 06
1
Recently joined RODC looses machine accounts
On Fri, 6 Dec 2024 12:29:03 +0100
Mitja Tav?ar via samba <samba at lists.samba.org> wrote:
> Il 06/12/24 10:45, Rowland Penny via samba ha scritto:
> > On Fri, 6 Dec 2024 10:19:31 +0100
> > Mitja Tav?ar via samba <samba at lists.samba.org> wrote:
> >
> >> But the machine accoounts are not completely lost, they seem lost
> >> if i query the Read
2024 Dec 03
1
Recently joined RODC looses machine accounts
On Tue, 3 Dec 2024 11:25:35 +0100
Mitja Tav?ar via samba <samba at lists.samba.org> wrote:
> Il 03/12/24 10:13, Rowland Penny via samba ha scritto:
> > On Tue, 3 Dec 2024 09:15:36 +0100
> > Mitja Tav?ar via samba <samba at lists.samba.org> wrote:
> >
> >> Hi, i have some problems with a recently joined Read Only Domain
> >> controller.
>
2013 May 03
1
State of Gluster 3.4 alpha 3 NFS ACL support
Wonder if someone can point me in the right direction here - just
built some new bricks running gluster 3.4 alpha 3 (from
http://download.gluster.org) with the objective of testing them to
replace some existing 3.2 systems in production.
The main thing I was after was NFS ACL support, however on getting
everything setup, I still don't seem to be able to see POSIX extended
ACLs on the