Displaying 4 results from an estimated 4 matches for "samba494".
Did you mean:
samba49
2019 Feb 06
2
unix_primary_group = yes don t work
...eate a file from a Win10 client, it s always created with the rights
user:"domain users".
I ve understood that with "unix_primary_group = yes" , the file should
be created with the rights user:gidNumber .
Here is my config :
[global]
security = ADS
workgroup = SAMBA494
realm = SAMBA494.UNIV-BREST.FR
log file = /var/log/samba/%m.log
log level = 1
idmap config * : backend = tdb
idmap config * : range = 700000001-800000000
idmap config SAMBA494 : backend = ad
idmap config SAMBA494 : range = 100000-4000000
...
2019 Feb 06
0
unix_primary_group = yes don t work
...ood that with "unix_primary_group = yes" , the
> file should
> be created with the rights user:gidNumber .
Yes, and if the gid resolvs to a name then you see the name of the group.
>
> Here is my config :
> [global]
> security = ADS
> workgroup = SAMBA494
> realm = SAMBA494.UNIV-BREST.FR
> log file = /var/log/samba/%m.log
> log level = 1
>
> idmap config * : backend = tdb
> idmap config * : range = 700000001-800000000
> idmap config SAMBA494 : backend = ad
> idmap confi...
2019 Feb 04
1
issue and solution : samba 4.9.4 and win10 1809 : windows could not connect to user profile service aka the home drive letter semi-colon is missing
...re i found the solution, when i created user , i ran samba-tool like
this :
samba-tool user create dare aze123 --use-username-as-cn
--profile-path=\\fileserver\profiles\dare\dare*--home-drive=U*
--home-directory=\\fileserver\dare --userou=OU=UBO_USERS
--script-path=logonscript.vbs --nis-domain=samba494
--unix-home=/home/d/dare --uid=dare --uid-number=202369
--gid-number=51495 --gecos=Christian Dare --login-shell=/bin/tcsh
--username=Administrator --password=MyPassword
This syntax seems good but the semi-colon after U is missing for Windows
and it blocks the user login.
To fix the issue,...
2019 Feb 06
6
unix_primary_group = yes don t work
...primary_group = yes" , the
>> file should
>> be created with the rights user:gidNumber .
> Yes, and if the gid resolvs to a name then you see the name of the group.
>
>> Here is my config :
>> [global]
>> security = ADS
>> workgroup = SAMBA494
>> realm = SAMBA494.UNIV-BREST.FR
>> log file = /var/log/samba/%m.log
>> log level = 1
>>
>> idmap config * : backend = tdb
>> idmap config * : range = 700000001-800000000
>> idmap config SAMBA494 : back...