Displaying 14 results from an estimated 14 matches for "win_shar".
Did you mean:
win_share
2006 Sep 28
3
Cannot connect to a windows network
...er installation that I am using as a desktop.
Using:
testparm
my smb.conf seems to be ok.
Using
smbclient -L GM.local -U username -p
Gives me a full listing of all network drives, which again seems to be
good. So now I try this:
sudo mount -t smbfs -o username=username \//GM.local/DC4 /mnt/win_share/
Password:
25031: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
invalid share name)
SMB connection failed
Then i tried the same command again:
sudo mount -t smbfs -o username=username \//GM.local/DC4 /mnt/win_share/
cli_negprot: SMB signing is mandatory and we have disabled it....
2020 Jun 23
2
Users, home directories and profiles
...s objects = acl_xattr
> >>> map acl inherit = yes
> >> Remove the last two lines, they have no place on a DC and in fact
> >> you have turned off one of the required vfs objects.
> > Done.
> >
> >>> [homes]
> >>> path = /home/win_shares/homes
> >>> read only = no
> >> I would rename [homes] to [users], [homes] is a special share that
> >> does not require the 'path' parameter and normally uses the users
> >> Unix directory path and you are using a Windows user home directory
>...
2020 Jun 25
5
Users, home directories and profiles
...; > > >> Remove the last two lines, they have no place on a DC and in
> > > >> fact you have turned off one of the required vfs objects.
> > > > Done.
> > > >
> > > >>> [homes]
> > > >>> path = /home/win_shares/homes
> > > >>> read only = no
> > > >> I would rename [homes] to [users], [homes] is a special share
> > > >> that does not require the 'path' parameter and normally uses
> > > >> the users Unix directory path and you...
2020 Jun 22
5
Users, home directories and profiles
...oup = CERM
> > idmap_ldb:use rfc2307 = yes
> > vfs objects = acl_xattr
> > map acl inherit = yes
> Remove the last two lines, they have no place on a DC and in fact you
> have turned off one of the required vfs objects.
Done.
> > [homes]
> > path = /home/win_shares/homes
> > read only = no
>
> I would rename [homes] to [users], [homes] is a special share that
> does not require the 'path' parameter and normally uses the users
> Unix directory path and you are using a Windows user home directory
> path.
Done.
All seems to b...
2020 Jun 22
2
Users, home directories and profiles
....
>
> Rowland
>
>
>
I did:
# samba-tool group add "Unix Admins" --gid-number=12345
--nis-domain=cerm
# net rpc rights grant "CERM\Unix Admins" SeDiskOperatorPrivilege -U
"CERM\administrator"
# samba-tool user create morelli
--home-directory=/home/win_shares/homes/morelli --gid-number=12345
Next I followed the instructions to Setting Share Permissions and ACLs.
I did login as morelli, but in the /home/win_shares/homes share
properties I haven't the Security tab.
So I tried:
samba-tool group addmembers Administrators "Unix Admins"...
2020 Jun 22
2
Users, home directories and profiles
...rver role = active directory domain controller
workgroup = CERM
idmap_ldb:use rfc2307 = yes
vfs objects = acl_xattr
map acl inherit = yes
[netlogon]
path = /var/lib/samba/sysvol/cerm.unifi.it/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[homes]
path = /home/win_shares/homes
read only = no
>
> Does the share exist ?
>
Yes.
> Rowland
>
>
>
>
--
-----------------------------------------------------------
Enrico Morelli
System Administrator | Programmer | Web Developer
CERM - Polo Scientifico
via Sacconi, 6 - 50019 S...
2020 Jun 23
0
Users, home directories and profiles
...gt; map acl inherit = yes
> > >> Remove the last two lines, they have no place on a DC and in fact
> > >> you have turned off one of the required vfs objects.
> > > Done.
> > >
> > >>> [homes]
> > >>> path = /home/win_shares/homes
> > >>> read only = no
> > >> I would rename [homes] to [users], [homes] is a special share
> > >> that does not require the 'path' parameter and normally uses the
> > >> users Unix directory path and you are using a Windows us...
2020 Jun 30
0
Users, home directories and profiles
...no place on a DC and in
> > > > >> fact you have turned off one of the required vfs
> > > > >> objects.
> > > > > Done.
> > > > >
> > > > >>> [homes]
> > > > >>> path = /home/win_shares/homes
> > > > >>> read only = no
> > > > >> I would rename [homes] to [users], [homes] is a special share
> > > > >> that does not require the 'path' parameter and normally uses
> > > > >> the users Unix d...
2020 Jun 22
2
Users, home directories and profiles
On Thu, 18 Jun 2020 16:29:43 +0100
Rowland penny via samba <samba at lists.samba.org> wrote:
> On 18/06/2020 15:57, Enrico Morelli via samba wrote:
> > Now I'm trying to implement a new AD DC server on a debian 10.
> > I'm able to join a windows 10 pc into the domain, but I don't
> > understand how to create users, home directories and profiles.
> > I
2020 Jun 30
2
Users, home directories and profiles
...ne of the required vfs
> > > > > > > >> objects.
> > > > > > > > Done.
> > > > > > > >
> > > > > > > >>> [homes]
> > > > > > > >>> path = /home/win_shares/homes
> > > > > > > >>> read only = no
> > > > > > > >> I would rename [homes] to [users], [homes] is a
> > > special share
> > > > > > > >> that does not require the 'path' parame...
2020 Jun 30
0
Users, home directories and profiles
...gt; > > > >> fact you have turned off one of the required vfs
> > > > > >> objects.
> > > > > > Done.
> > > > > >
> > > > > >>> [homes]
> > > > > >>> path = /home/win_shares/homes
> > > > > >>> read only = no
> > > > > >> I would rename [homes] to [users], [homes] is a
> special share
> > > > > >> that does not require the 'path' parameter and
> normally uses
> > > >...
2020 Jun 22
0
Users, home directories and profiles
...ap_ldb:use rfc2307 = yes
>>> vfs objects = acl_xattr
>>> map acl inherit = yes
>> Remove the last two lines, they have no place on a DC and in fact you
>> have turned off one of the required vfs objects.
> Done.
>
>>> [homes]
>>> path = /home/win_shares/homes
>>> read only = no
>> I would rename [homes] to [users], [homes] is a special share that
>> does not require the 'path' parameter and normally uses the users
>> Unix directory path and you are using a Windows user home directory
>> path.
> Done....
2020 Apr 22
2
Samba update cause windows incorrect password
Dear,
on my debian system I upgraded samba from 4.5.16 to 4.9.5. My samba
server is configured as domain controller.
Now happens a strange thing. From a windows 10 client I'm able to login
with a domain user without problem. But if I logout and try to enter
the password for the same user, Windows tells me that the password is
incorrect.
To be able to loing, I've to select Other User,
2020 Apr 22
2
Samba update cause windows incorrect password
...es
hide dot files = yes
nt acl support = no
create mask = 0600
directory mask = 0700
;valid users = %S
; valid users = MYDOMAIN\%S
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
browseable = no
read only = yes
guest ok = no
writable = no
[Profiles.V6]
path = /win_shares/profiles/%u.V6
read only = no
create mask = 0600
directory mask = 0700
browseable = no
guest ok = no
printable = no
--
-----------------------------------------------------------
Enrico Morelli
System Administrator | Programmer | Web Developer
CERM - Polo Scientifico
via Sacc...