Displaying 5 results from an estimated 5 matches for "abdha".
2020 Nov 24
2
ID Mapping
..., restart winbind:
>
> # smbcontrol all reload-config
> # systemctl restart winbind
>
> But it did not work:
>
> # id jin
> uid=30000(jin) gid=30000(domain users) groups=30000(domain
> users),30001(xts)
>
> At 2020-11-24 09:55:33, "Abi" <adhanani at abdha.com> wrote:
> > Your 'range' in your 4.6.2 config is different than the one in your
> > 4.4.4 config. Try setting it to: 'idmap config *:range = 30000-
> > 40000' ,
> > to see if the issue no longer occurs.?
> >
> > On Tue, 2020-11-24 at 09:17...
2020 Nov 24
0
ID Mapping
...01", make "xts" is the only group and primary group of "0001",
but, I got:
[root at localhost samba]# id 0001
uid=30001(0001) gid=30000(domain users) groups=30000(domain users),30001(xts)
May it is a bug of samba?
At 2020-11-24 11:00:00, "Abi" <adhanani at abdha.com> wrote:
>I'm pretty sure you need to clear your winbind cache after modifying
>the range. I can't find any official documentation on it anywhere, but
>I think the process goes like:
>
>systemctl stop winbind
>systemctl stop smbd
>net cache flush
>systemctl sta...
2020 Nov 24
0
ID Mapping
...idmap config *:range = 30000-40000
And reload config, restart winbind:
# smbcontrol all reload-config
# systemctl restart winbind
But it did not work:
# id jin
uid=30000(jin) gid=30000(domain users) groups=30000(domain users),30001(xts)
At 2020-11-24 09:55:33, "Abi" <adhanani at abdha.com> wrote:
>Your 'range' in your 4.6.2 config is different than the one in your
>4.4.4 config. Try setting it to: 'idmap config *:range = 30000-40000' ,
>to see if the issue no longer occurs.
>
>On Tue, 2020-11-24 at 09:17 +0800, ??? via samba wrote:
>> Hi,...
2020 Nov 24
1
ID Mapping
Your 'range' in your 4.6.2 config is different than the one in your
4.4.4 config. Try setting it to: 'idmap config *:range = 30000-40000' ,
to see if the issue no longer occurs.
On Tue, 2020-11-24 at 09:17 +0800, ??? via samba wrote:
> Hi,
>
> ????I'm using samba for login in Linux via Active Directory (win
> 2008).
>
> ????In my Active Directory, there is
2020 Nov 24
2
ID Mapping
Hi,
I'm using samba for login in Linux via Active Directory (win 2008).
In my Active Directory, there is a user "jin", and its primary group is "xts", its supplementary group is "Domain Users". I found that the gid mapping is inconsistent with different samba version. That is:
For samba-4.4.4:
# id jin
uid=30000(jin) gid=30000(xts)