From aeb02e457a8fdb9dd75dc462b281452b647c78ed Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 19 Apr 2011 12:57:49 -0500 Subject: [PATCH] api: clarify meaning of 'hints' property in Agent interface At some point we'll be passing other info like whether we need the 802.1x identity too, or unknown CA certificate data for the Agent to accept, etc. Basically state that instead of only hints from the setting, we can pass other stuff as well. --- introspection/nm-secret-agent.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/introspection/nm-secret-agent.xml b/introspection/nm-secret-agent.xml index 9655c2b9df..daf287c623 100644 --- a/introspection/nm-secret-agent.xml +++ b/introspection/nm-secret-agent.xml @@ -38,9 +38,11 @@ Array of strings of key names in the requested setting for - which NetworkManager thinks a secrets may be required. The - Agent should return any secrets it has, or that it thinks - are required, regardless of what hints NetworkManager sends + which NetworkManager thinks a secrets may be required, + and/or well-known identifiers and data that may be useful + to the client in processing the secrets request. The Agent + should return any secrets it has, or that it thinks are + required, regardless of what hints NetworkManager sends in this request.