Displaying 2 results from an estimated 2 matches for "brielmj".
2023 Jun 16
2
using spn with winbind
...--- 5 user at domain.tld domain users at domain.tld 103 12. Jun 14:14 .
$ grep AllowGroups /etc/ssh/sshd_config
AllowGroups lokale_gruppe samba_gruppe at domain.tld
When switching to winbind only
$ id user at domain.tld
is working any other command is using user\domain
$ ls -al /home/domain.tld/brielmj
drwxr-x--- 4 DOMAIN\user DOMAIN\domain users 4096 Jun 15 17:10 .
$ grep AllowGroups /etc/ssh/sshd_config
AllowGroups lokale_gruppe DOMAIN\samba_gruppe
is there a way to use winbind the same way as I can do with sssd?
I've never tought about it, but i have a customer who want's to switc...
2023 Jun 17
2
using spn with winbind
...in.tld? 103 12. Jun 14:14 .
> $ grep AllowGroups /etc/ssh/sshd_config
> AllowGroups lokale_gruppe samba_gruppe at domain.tld
>
> When switching to winbind only
> $ id user at domain.tld
>
> is working any other command is using user\domain
>
> $ ls -al /home/domain.tld/brielmj
> drwxr-x--- 4 DOMAIN\user DOMAIN\domain users??? 4096 Jun 15 17:10 .
> $ grep AllowGroups /etc/ssh/sshd_config
> AllowGroups lokale_gruppe DOMAIN\samba_gruppe
>
> is there a way to use winbind the same way as I can do with sssd?
>
> I've never tought about it, but i have...