mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 19:40:34 +01:00
+ Password is also needed for new X.509 + User/Pass connection type
Tim git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1123 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
415d12937e
commit
7899ecc6b3
1 changed files with 2 additions and 1 deletions
|
|
@ -262,7 +262,8 @@ main (int argc, char *argv[])
|
|||
i = g_slist_next (i);
|
||||
if (i != NULL) {
|
||||
const char *string2 = gconf_value_get_string ((GConfValue *)i->data);
|
||||
if ( strcmp (string2, "password") == 0 ) {
|
||||
if ( (strcmp (string2, "password") == 0) ||
|
||||
(strcmp (string2, "x509userpass") == 0) ) {
|
||||
needs_password = TRUE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue