[PATCH nm-openconnect 3/3] Add support for TOTP software tokens

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Applied; thanks.

On Sun, 2013-03-24 at 18:15 -0700, Kevin Cernekee wrote:
> @@ -380,8 +383,11 @@ init_token_ui (OpenconnectPluginUiWidget *self,
>         GtkTextBuffer *buffer;
>         const char *value;
>  
> -       /* don't advertise stoken properties if we can't use them anyway */
> -       if (!openconnect_has_stoken_support ())
> +       /*
> +        * don't advertise software token properties if we can't use them anyway
> +        * TODO: Fix up the dialog accordingly if e.g. stoken is present but oath is missing
> +        */
> +       if (!openconnect_has_stoken_support () && !openconnect_has_oath_support ())
>                 return TRUE;
>  

I suppose we ought to be building up the options in this dialog manually
rather than having them in the .ui file?


[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux