Gentoo Archives: gentoo-user

From: Matthias Hanft <mh@×××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: rdesktop problems 1.8.2 -> 1.8.3
Date: Thu, 05 Feb 2015 10:13:37
Message-Id: 54D34245.30306@hanft.de
In Reply to: Re: [gentoo-user] Re: rdesktop problems 1.8.2 -> 1.8.3 by "J. Roeleveld"
1 J. Roeleveld wrote:
2 >
3 > And how will the authentication work that way?
4
5 Just as you like:
6
7 --vrdeauthtype null : no authentication at all (useful in a well-
8 secured LAN, cut off from the outside world,
9 for quick-and-dirty testing)
10
11 --vrdeauthtype external : specify an own --vrdeauthlibrary where you
12 can do/check anything you want (a "VBoxAuth.so"
13 is included to check against the host's PAM
14 system, and a "VBoxAuthSimple" to check against
15 some hand-made settings in the VM config file;
16 but of course you can compile an own "myauth.so"
17 where you can check MySQL databases, LDAP servers,
18 date, time, the current weather and all that) :-)
19
20 --vrdeauthtype guest : authentication by the guest system via the Guest
21 Additions (don't know if it's fully supported
22 yet, never tried out)
23
24 -Matt