Displaying 3 results from an estimated 3 matches for "testpermissions".
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 at host:~# wbinfo --pam-logon=DEV2+dev2user1000
> Enter DEV2+dev2user1000's password:
> plaintext password authentication succee...
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
...60 /testfile
DEV2+dev2user105 at host:/$ ls -al /testfile
-rw-rw---- 1 DEV2+dev2user105 DEV2+domain users 0 May 31 11:27 /testfile
DEV2+dev2user105 at host:/$ exit
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 at host:~# wbinfo --pam-logon=DEV2+dev2user1000
Enter DEV2+dev2user1000's password:
plaintext password authentication succeeded
root at host:~# su DEV2+dev2user1000
DE...