bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
693 stars 117 forks source link

Kerberos auth #73

Closed veniamin-r closed 11 months ago

veniamin-r commented 1 year ago

Hello!

I installed kerberos, added a principal (user) for rdpgw and made its keytab using ktutil (I tried 'kadmin(.local): ktadd' too, also tried to set read rights for group and user)... I set kerberos as authentication method in yaml, but rdpgw always returns an error: "kerberos is configured but no keytab was specified". Why can it be?

Thanks.

bolkedebruin commented 11 months ago

make sure to specify a keytab entry that points to your keytab file in the kerberos section of the yaml file.