mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-29 11:42:54 +02:00
Add note about mstsc
This commit is contained in:
parent
447599b92a
commit
f95ff94a76
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ but it also supports LDAP authentication or even Active Directory if you have th
|
|||
(for passwd), PAM requires that it is accessed as root. Therefore, the gateway comes with a small helper program called
|
||||
`rdpgw-auth` that is used to authenticate the user. This program needs to be run as root or setuid.
|
||||
|
||||
__NOTE__: The default windows client ``mstsc`` does not support basic auth. You will need to use a different client or
|
||||
switch to OpenID Connect or Kerberos.
|
||||
|
||||
__NOTE__: Using PAM for passwd (i.e. LDAP is fine) within a container is not recommended. It is better to use OpenID
|
||||
Connect or Kerberos. If you do want to use it within a container you can choose to run the helper program outside the
|
||||
container and have the socket available within. Alternatively, you can mount all what is needed into the container but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue