set passwords only if changed

2015-09-04 Thread Boettger, Heiko
Hi Jan when I don't read the secrets via NetworkManager::Connection::secrets and store the changes applied on a setting the passwords are always cleared. I assume the passwords are replaced by the empty string because I never set them. I tried to filter the secrets out by removing the password

AW: network manager qt - how to get the passwords

2015-08-29 Thread Boettger, Heiko
Hi, On Thursday 27 of August 2015 09:43:54 Boettger, Heiko wrote: Hi, I am currently developing a gui for our products to edit the network settings. One thing which I cannot figure out is how to get the passwords. Simply calling NetworkManager::Security8021xSetting::password() or any

network manager qt - how to get the passwords

2015-08-27 Thread Boettger, Heiko
Hi, I am currently developing a gui for our products to edit the network settings. One thing which I cannot figure out is how to get the passwords. Simply calling NetworkManager::Security8021xSetting::password() or any of the other password-methods doesn't seem to work. Is there somewhere a