Re: two factor auth

2018-11-09 Thread SergeyKh
i've already got several otp servers that can be accessed by radius and i've got AD(ldap) that also can be accessed by radius. The question was how to enable 2fa in guacamole so it could ask two passwords for one login from two different radius services. I think that is the perfect way to have

Re: two factor auth

2018-11-09 Thread Nick Couchman
On Fri, Nov 9, 2018 at 11:23 SergeyKh wrote: > That would be nice too. Is there any manual how can i do it? > >> I'd suggest you check out LinOTP - It integrates LDAP with 2FA, and has relatively easy integration with FreeRADIUS. I'm sure there are other instructions out there for configuring

Re: two factor auth

2018-11-09 Thread SergeyKh
That would be nice too. Is there any manual how can i do it? пт, 9 нояб. 2018 г., 19:13 Nick Couchman vn...@apache.org: > On Fri, Nov 9, 2018 at 10:34 AM SergeyKh wrote: > >> >> >> Hi, is there any way to configure two factor auth this way: >> 1. first login/password - LDAP >> 2. second

Re: two factor auth

2018-11-09 Thread Nick Couchman
On Fri, Nov 9, 2018 at 10:34 AM SergeyKh wrote: > > > Hi, is there any way to configure two factor auth this way: > 1. first login/password - LDAP > 2. second password - RADIUS. but login is the same as the first one > > I do not believe this is possible, no, at least not the way the modules are

Re: howto give privilege to a user to see history and active connection

2018-11-09 Thread Mike Jumper
The extension API does not define specific permissions governing visibility of user history, leaving it entirely up to the extension implementation to determine whether history is tracked and who can see it. The Guacamole web interface assumes the history will only be visible to users with admin

two factor auth

2018-11-09 Thread SergeyKh
Hi, is there any way to configure two factor auth this way: 1. first login/password - LDAP 2. second password - RADIUS. but login is the same as the first one ?

howto give privilege to a user to see history and active connection

2018-11-09 Thread fou fe
Hi, I want to permit some users to see active connections and history. In GUI one can give permission to admister sytem , create users ,connection and groups . How can add this feature ? I see in table guacamole_user_permission we have READ,UPDATE,ADMISTER,DELETE . Can you give information to