search for: 1102339

Displaying 5 results from an estimated 5 matches for "1102339".

2018 Jul 02
5
Different behaviour of winbind in 4.8.3
...nfig spreadshirt : range = 1000000 - 19999999 idmap config spreadshirt : backend = rid idmap config * : backend = tdb There is a user in the domain SPREADSHIRT with the name tmutest. With Samba 4.8.2 and lower: # id tmutest id: ‘tmutest’: no such user # id SPREADSHIRT+tmutest uid=1102339(SPREADSHIRT+tmutest) gid=1000513(SPREADSHIRT+domain users) groups=1000513(SPREADSHIRT+domain users),1102339(SPREADSHIRT+tmutest),10001(BUILTIN+users) With Samba 4.8.3: # id tmutest uid=1102339(SPREADSHIRT+tmutest) gid=1000513(SPREADSHIRT+domain users) groups=1000513(SPREADSHIRT+domain users),1102...
2018 Jul 02
0
Different behaviour of winbind in 4.8.3
...idmap config spreadshirt : backend = rid > idmap config * : backend = tdb > > There is a user in the domain SPREADSHIRT with the name tmutest. > > With Samba 4.8.2 and lower: > # id tmutest > id: ‘tmutest’: no such user > > # id SPREADSHIRT+tmutest > uid=1102339(SPREADSHIRT+tmutest) gid=1000513(SPREADSHIRT+domain users) > groups=1000513(SPREADSHIRT+domain > users),1102339(SPREADSHIRT+tmutest),10001(BUILTIN+users) > > > With Samba 4.8.3: > # id tmutest > uid=1102339(SPREADSHIRT+tmutest) gid=1000513(SPREADSHIRT+domain users) > group...
2018 Jul 02
0
Different behaviour of winbind in 4.8.3
...idmap config spreadshirt : backend = rid > idmap config * : backend = tdb > > There is a user in the domain SPREADSHIRT with the name tmutest. > > With Samba 4.8.2 and lower: > # id tmutest > id: ‘tmutest’: no such user > > # id SPREADSHIRT+tmutest > uid=1102339(SPREADSHIRT+tmutest) gid=1000513(SPREADSHIRT+domain users) > groups=1000513(SPREADSHIRT+domain > users),1102339(SPREADSHIRT+tmutest),10001(BUILTIN+users) > > > With Samba 4.8.3: > # id tmutest > uid=1102339(SPREADSHIRT+tmutest) gid=1000513(SPREADSHIRT+domain users) > group...
2018 Jul 05
2
Different behaviour of winbind in 4.8.3
...orry for the late reply. On 07/02/2018 10:20 AM, Rowland Penny via samba wrote: > You don't have 'winbind use default domain = yes' so you should have to > use the domain name to get a result. FWIW, with 'winbind use default domain = yes' the output is: # id tmutest uid=1102339(tmutest) gid=1000513(domain users) groups=1000513(domain users),1102339(tmutest),10001(BUILTIN+users) > Can you try this with 'getent passwd tmutest', if this returns output > on 4.8.3, then it is a Samba problem, if it doesn't, it is an 'id' > problem. With 4.8.3 (4....
2016 Apr 18
0
[PATCH v4 33/37] therm: trigger reclock in temperature daemon
depending on the temperature, cstates might become unreachable or the maped voltage of a cstate changes. We want to adjust to that. Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/nvkm/subdev/therm/base.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drm/nouveau/nvkm/subdev/therm/base.c b/drm/nouveau/nvkm/subdev/therm/base.c index 0c0feec..566fe5d 100644