Perhaps better to use an open standard like RADIUS which allows you to tie in your directory.
See http://wiki.x2go.org/doku.php/doc:deployment-stories:wikid for an example. hth, nick On Thu, Nov 3, 2016 at 6:32 AM, swizz ly <[email protected]> wrote: > Hi guys, > > Is there any update on this issue? I posted the original mail for more than > a year ago. I tried the current X2Go Windows Client V4.0.5.2 but > unfortunatelly it is still not working with two-factor SecurID > authorisation. It would be very simple to fix this issue, just to remove the > fix hard-coded SSH-Prompt from the source code. To whom shall I write to > make this change happen? > > Here is the simple fix, if someone would be interested: > > Edit sshmasterconnection.cpp file and in the function bool > SshMasterConnection::userChallengeAuth() we need to change the following > line: > > if(pr=="Password: ") > > to > > if(pr=="Password: " or pr=="Enter PASSCODE:") > > Instead of "Enter PASSCODE:" you can use whatever prompt the SSH sends you. > But it would be much better not to use fix, hard-coded prompt in the code at > all. > > Regards > > Gesendet: Mittwoch, 15. Juni 2016 um 11:52 Uhr > Von: ilukeberry <[email protected]> > An: [email protected] > Betreff: Re: [X2Go-User] X2Go Two-factor-authentication with SecurID > Hi > > I have same problem! Did you recompiled X2go-client for Windows in other to > fix this? > > Whats the easy fix for this? > > Regards > > > > > _______________________________________________ > x2go-user mailing list > [email protected] > http://lists.x2go.org/listinfo/x2go-user > > _______________________________________________ > x2go-user mailing list > [email protected] > http://lists.x2go.org/listinfo/x2go-user -- Nick Owen -- WiKID Systems, Inc. http://www.wikidsystems.com On-premises Two-Factor Authentication http://twitter.com/wikidsystems | #wikid on freenode.net Get our low-volume newsletter - Notices, updates : http://eepurl.com/zzUeP _______________________________________________ x2go-user mailing list [email protected] http://lists.x2go.org/listinfo/x2go-user
