Displaying 16 results from an estimated 16 matches for "com_spoleto".
2018 Jan 08
2
R: R: cannot list/access samba share from Windows client
...amba and as such, I cannot
>help any further.
>
>Rowland
Ok I try to purge sssd and configure winbind.
apt-get remove --purge sssd && apt-get autoremove --purge
I successfull removed and re-joined the Linux domain member
root at SRVLNXWINTRA01:/home/data# net ads leave -U "com_spoleto\adminserver"
Enter com_spoleto\adminserver's password:
Deleted account for 'SRVLNXWINTRA01' in realm 'COMUNE.SPOLETO.LOCAL'
root at SRVLNXWINTRA01:/home/data# net ads join -U "com_spoleto\adminserver"
Enter com_spoleto\adminserver's password:
Using short domai...
2018 Jan 08
2
R: cannot list/access samba share from Windows client
...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
2. Right click on computer management -> connect to another computer -> srvlnxwintra01 (the Linux server member)
3. I expand “System Tools” -> I expand “Shared Folders” -> click on “Shares” right click on “share” -> Click Properties -&...
2018 Jan 09
1
I: R: R: R: R: cannot list/access samba sharefromWindowsclient
...y running this (as root):
>>
>>apt-get install winbind libnss-winbind libpam-winbind
>>
>>The last two packages are the 'glue' between winbind and nsswitch
>
>Ok now I can Look up Domain Users and Groups
>
>root at SRVLNXWINTRA01:/home/data# getent passwd com_spoleto\andrea.rossetti
>COM_SPOLETO\andrea.rossetti:*:11212:10513:Andrea Rossetti:/home/COM_SPOLETO/andrea.rossetti:/bin/false
>root at SRVLNXWINTRA01:/home/data# getent group "com_spoleto\\domain admins"
>COM_SPOLETO\domain admins:x:10512:
>
>I can set permission tu shared folder...
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 SRVLNXWINTRA01:/home/data# gete...
2018 Jan 08
2
R: R: R: R: cannot list/access samba share from Windowsclient
...raries ii samba-vfs-modules
> 2:4.3.11+dfsg-0ubuntu0.16.04.12 amd64 Samba Virtual
> FileSystem plugins
>
>
> --------------------------------------------------------------
> My /etc/samba/smb.conf
> # Global parameters
> [global]
> workgroup = COM_SPOLETO
> realm = COMUNE.SPOLETO.LOCAL
> server string = %h server (Samba, Ubuntu)
> interfaces = lo ens32
> bind interfaces only = Yes
> server role = member server
> security = ADS
> map to guest = Bad User
> username...
2018 Jan 08
0
R: R: cannot list/access samba share from Windows client
...gt;
> >Rowland
>
> Ok I try to purge sssd and configure winbind.
>
> apt-get remove --purge sssd && apt-get autoremove --purge
>
> I successfull removed and re-joined the Linux domain member
>
> root at SRVLNXWINTRA01:/home/data# net ads leave -U
> "com_spoleto\adminserver" Enter com_spoleto\adminserver's password:
> Deleted account for 'SRVLNXWINTRA01' in realm 'COMUNE.SPOLETO.LOCAL'
> root at SRVLNXWINTRA01:/home/data# net ads join -U
> "com_spoleto\adminserver" Enter com_spoleto\adminserver's password:
&g...
2018 Jan 08
0
R: R: R: R: R: cannot list/access samba share fromWindowsclient
...ency, it
>doesn't now, try running this (as root):
>
>apt-get install winbind libnss-winbind libpam-winbind
>
>The last two packages are the 'glue' between winbind and nsswitch
Ok now I can Look up Domain Users and Groups
root at SRVLNXWINTRA01:/home/data# getent passwd com_spoleto\andrea.rossetti
COM_SPOLETO\andrea.rossetti:*:11212:10513:Andrea Rossetti:/home/COM_SPOLETO/andrea.rossetti:/bin/false
root at SRVLNXWINTRA01:/home/data# getent group "com_spoleto\\domain admins"
COM_SPOLETO\domain admins:x:10512:
I can set permission tu shared folder
root at SRVLNXWINT...
2018 Jan 08
2
cannot list/access samba share from Windows client
...l of a user enabled to it. Only the user mapped in /etc/samba/user.map can manage the server via the ADUC interface and list, but I’ve assigned the SeDiskOperatorPrivilege to all domain admin Group
root at SRVLNXWINTRA01:/home/data# net rpc rights list privileges SeDiskOperatorPrivilege -U "com_spoleto\adminserver"
Enter com_spoleto\adminserver's password:
SeDiskOperatorPrivilege:
COM_SPOLETO\Domain Admins
BUILTIN\Administrators
Is there anyone can help me?
Below my configuration files.
----------------------------------------------------------------------
My /etc/samba/smb.conf
#...
2018 Jan 08
0
R: cannot list/access samba share from Windows client
...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 2. Right
> click on computer management -> connect to another computer ->
> srvlnxwintra01 (the Linux server member) 3. I expand “System Tools”
> -> I expand “Shared Folders” -> click on “Shares” right click on
> “share” ->...
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 SRVLNXWINTRA01:/home/data# net cache flush
> root at SRVLNXWINTRA01:/home/data# systemctl restart smbd nmbd winbind
> root at SRV...
2018 Feb 23
6
Missing 'security' tab
...ins' group, when I right click on the share and click on properties the 'security' tab is missing (see the attached screenshot).
Where is the problem or how can I troubleshoot the problem?
This is my smb.conf
-----------------------------------------------------
[global]
workgroup = COM_SPOLETO
realm = COMUNE.SPOLETO.LOCAL
client signing = yes
client use spnego = yes
kerberos method = secrets and keytab
security = ads
bind interfaces only = yes
interfaces = lo enp0s3
enable privileges = yes
idmap config * : backend = tdb
idmap config * : range = 2000-9999...
2018 Jan 08
0
cannot list/access samba share from Windows client
...via the ADUC interface
> and list, but I’ve assigned the SeDiskOperatorPrivilege to all domain
> admin Group
The only mapping in the user.map should be Administrator to root.
>
> root at SRVLNXWINTRA01:/home/data# net rpc rights list privileges
> SeDiskOperatorPrivilege -U "com_spoleto\adminserver" Enter
> com_spoleto\adminserver's password: SeDiskOperatorPrivilege:
> COM_SPOLETO\Domain Admins
> BUILTIN\Administrators
>
> Is there anyone can help me?
>
> Below my configuration files.
> --------------------------------------------------------...
2018 Feb 22
0
Problem to manage permission to a share from windows
...the Domain admins Group.
But when I try to manage the computer with the computer management from Windows as a user member of Domain admins Group, when I right click on the share and click on properties I don’t have the secirity tab. Where is the problem?
This is my smb.conf
[global]
workgroup = COM_SPOLETO
realm = COMUNE.SPOLETO.LOCAL
client signing = yes
client use spnego = yes
kerberos method = secrets and keytab
security = ads
bind interfaces only = yes
interfaces = lo enp0s3
enable privileges = yes
idmap config * : backend = tdb
idmap config * : range = 2000-9999...
2018 Feb 26
0
I: Missing 'security' tab
...ins' group, when I right click on the share and click on properties the 'security' tab is missing (see the attached screenshot).
Where is the problem or how can I troubleshoot the problem?
This is my smb.conf
-----------------------------------------------------
[global]
workgroup = COM_SPOLETO
realm = COMUNE.SPOLETO.LOCAL
client signing = yes
client use spnego = yes
kerberos method = secrets and keytab
security = ads
bind interfaces only = yes
interfaces = lo enp0s3
enable privileges = yes
idmap config * : backend = tdb
idmap config * : range = 2000-9999
...
2018 Jan 08
0
R: R: R: R: cannot list/access samba share from Windowsclient
...d64 Samba core libraries
ii samba-vfs-modules 2:4.3.11+dfsg-0ubuntu0.16.04.12 amd64 Samba Virtual FileSystem plugins
--------------------------------------------------------------
My /etc/samba/smb.conf
# Global parameters
[global]
workgroup = COM_SPOLETO
realm = COMUNE.SPOLETO.LOCAL
server string = %h server (Samba, Ubuntu)
interfaces = lo ens32
bind interfaces only = Yes
server role = member server
security = ADS
map to guest = Bad User
username map = /etc/samba/user.map
kerbe...
2018 Feb 26
1
I: Missing 'security' tab
...ic
>
> # errors.
>
> #======================= Global Settings =======================
>
> [global]
>
> ## Browsing/Identification ###
>
> # Change this to the workgroup/NT-domain name your Samba server
> will part of
>
> workgroup = COM_SPOLETO
>
> realm = COMUNE.SPOLETO.LOCAL
>
> client signing = yes
>
> client use spnego = yes
>
> kerberos method = secrets and keytab
>
> security = ads
>
> # Just a member server
>
> domain master = no
>
> loca...