Displaying 5 results from an estimated 5 matches for "66037".
Did you mean:
660,7
2017 May 29
2
Different primary group between 4.5.x and 4.6.x
...iven 'Guest' a uidNumber and/or gidNumber attribute ?
If I run "id guest" I also have "no such user". I need to pass also
domain realm:
root at root:~$ id guest
id: guest: no such user
root at root:~$ wbinfo -u|grep -i guest
DEV2+guest
root at root:~$ id DEV2+guest
uid=66037(DEV2+guest) gid=66049(DEV2+domain users)
groups=66049(DEV2+domain users),66037(DEV2+guest),66050(DEV2+domain guests)
>
> I do not think that you should be able to log in as 'Guest', this is
> Windows version of the Unix user 'nobody' and you cannot log in as
> 'no...
2017 May 26
2
Different primary group between 4.5.x and 4.6.x
I have upgraded Samba in my environment from 4.5.10 to 4.6.3 and
experienced issue with primary group for domain guest user:
With Samba 4.5.10 primary group for DEV2+guest was "DEV2+domain guests":
root at root:~# id DEV2+guest
uid=66037(DEV2+guest) gid=66050(DEV2+domain guests)
groups=66050(DEV2+domain guests)
With Samba 4.6.3 primary group for DEV2+guest is "DEV2+domain users":
root at root:~# id DEV2+guest
uid=66037(DEV2+guest) gid=66049(DEV2+domain users)
groups=66049(DEV2+domain users),66050(DEV2+domain guests)
E...
2017 May 29
0
Different primary group between 4.5.x and 4.6.x
...attribute ?
>
> If I run "id guest" I also have "no such user". I need to pass also
> domain realm:
>
> root at root:~$ id guest
> id: guest: no such user
> root at root:~$ wbinfo -u|grep -i guest
> DEV2+guest
> root at root:~$ id DEV2+guest
> uid=66037(DEV2+guest) gid=66049(DEV2+domain users)
> groups=66049(DEV2+domain users),66037(DEV2+guest),66050(DEV2+domain
> guests)
OK, so you do not have 'winbind use default domain = yes' in smb.conf,
but you do have 'winbind separator = +'
I do have the first, so your 'id DEV+gu...
2017 May 29
2
Different primary group between 4.5.x and 4.6.x
..."id guest" I also have "no such user". I need to pass also
>> domain realm:
>>
>> root at root:~$ id guest
>> id: guest: no such user
>> root at root:~$ wbinfo -u|grep -i guest
>> DEV2+guest
>> root at root:~$ id DEV2+guest
>> uid=66037(DEV2+guest) gid=66049(DEV2+domain users)
>> groups=66049(DEV2+domain users),66037(DEV2+guest),66050(DEV2+domain
>> guests)
>
> OK, so you do not have 'winbind use default domain = yes' in smb.conf,
> but you do have 'winbind separator = +'
Yes, exactly I have...
2017 May 26
2
Different primary group between 4.5.x and 4.6.x
...e upgraded Samba in my environment from 4.5.10 to 4.6.3 and
>> experienced issue with primary group for domain guest user:
>>
>> With Samba 4.5.10 primary group for DEV2+guest was "DEV2+domain
>> guests":
>>
>> root at root:~# id DEV2+guest
>> uid=66037(DEV2+guest) gid=66050(DEV2+domain guests)
>> groups=66050(DEV2+domain guests)
>>
>>
>> With Samba 4.6.3 primary group for DEV2+guest is "DEV2+domain users":
>>
>
> If you check the release notes for 4.6.0, you will find this:
>
> winbind primary...