Displaying 3 results from an estimated 3 matches for "dev2user1000".
2017 May 31
1
Different primary group between 4.5.x and 4.6.x
On Wed, 31 May 2017 11:36:56 +0200
aluno3--- via samba <samba at lists.samba.org> wrote:
> root at host:~# su DEV2+dev2user1000
>
> DEV2+dev2user1000 at host:/$ whoami
> DEV2+dev2user1000
>
> DEV2+dev2user1000 at host:/$ echo "testpermissions" >> /testfile
>
> DEV2+dev2user1000 at host:/$ cat /testfile
> testpermissions
>
> DEV2+dev2user1000 at host:/$ exit
>
> root a...
2017 May 30
2
Different primary group between 4.5.x and 4.6.x
Additionally if I authenticate to user using wbinfo -a it seems to works
correctly:
root at root:~$ id DEV2+guest uid=2000501(DEV2+guest)
gid=2000513(DEV2+domain users) groups=2000513(DEV2+domain
users),2000501(DEV2+guest),2000514(DEV2+domain guests)
root at root:~$ wbinfo -a DEV2+guest
Enter DEV2+guest's password:
plaintext password authentication succeeded
Enter DEV2+guest's password:
2017 May 31
0
Different primary group between 4.5.x and 4.6.x
Below I post the scenario where user can lost access to the file with
winbindd 4.6.x (DEV2+dev2user1000 has default group other then "domain
users"):
root at host:~# su DEV2+dev2user105
DEV2+dev2user105 at host:/$ whoami
DEV2+dev2user105
DEV2+dev2user105 at host:/$ > /testfile
DEV2+dev2user105 at host:/$ ls -al /testfile
-rw-r--r-- 1 DEV2+dev2user105 DEV2+domain users 0 May 31 11:27...