Displaying 1 result from an estimated 1 matches for "anothergroup".
2017 Mar 20
1
User home and shell lookup on a Samba AD DC
...username:*:666:999::/home/group/username:/bin/bash
Running wbinfo -i on the Samba AD server shows:
username:*:666:999:user A:/home/DCDOMAIN/username:/bin/false
getent on both machines shows only the local passwd and group stuff,
while id on both shows:
uid=666(username) gid=999(group) groups=555(anothergroup),....
On the workstation I can login through login and through sshd, on the
server I can (of course) not since the shell is /bin/false.
Adding the idmap config settings to the server does not solve the problem.
Adding security = ads to the server config makes sure samba does not start.
Adding &...