matthiasblaesing commented on issue #3702:
URL: https://github.com/apache/netbeans/issues/3702#issuecomment-1061194974


   > not launch any operation except open/close project and save script ( with 
auto publish on FTP website )... so, what can i do ? What would do you want to 
say by "running should do it" ??
   
   An operation in NetBeans, that uses the keyring will initialize it. At that 
moment the implementation will be logged. I gave two most common:
   
   - accessing databases will nearly always trigger password access (file based 
database are partially special cased). For example when you connect to a MySQL 
or PostgreSQL you will be propted for a password and before that the keyring is 
queried.
   - synchonising files in PHP projects will most probably invoke keyring, if 
it is not using SSH keys
   
   > a question : if i rename old config dir (52) as the current (58), what's 
happen ?? Dangerous ?
   
   In general it works, NetBeans will use the old config. BUT depending on the 
Keyring implementation it most probably won't bring back the passwords. Only 
the fallback implementation stores the files locally, everything else will use 
the native keyrings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to