Update configuration schema in ui\uiconfig.csv to include additional
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 19:06:44 +0000 (19:06 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 19:06:44 +0000 (19:06 +0000)
documentation for settings and and remove unused values.

ticket: 5584

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19635 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/identity/ui/uiconfig.csv

index 20130489f937975570251ee1c6aa0dba07ff7ba3..b23f5e7ff40f46441f4023b6264f117718b6a94c 100644 (file)
@@ -1,21 +1,20 @@
 Name,Type,Value,Description\r
-CredWindow,KC_SPACE,0,Options for the credentials window\r
-  AutoInit,KC_INT32,0,Prompt for creds if there arent any\r
-  AutoStart,KC_INT32,0,Start Khimaira when Windows starts\r
-  AutoImport,KC_INT32,1,Import Windows creds when Khimaira starts\r
-  AutoDetectNet,KC_INT32,1,Automatically detect network connectivity changes\r
-  KeepRunning,KC_INT32,1,Keep running after closing Khimaira\r
-  DefaultView,KC_STRING,ByIdentity,\r
-  DefaultViewMini,KC_STRING,CompactIdentity,\r
-  ViewList,KC_STRING,"ByIdentity,ByLocation,ByType",\r
-  PaddingHorizontal,KC_INT32,4,\r
-  PaddingVertical,KC_INT32,2,\r
-  PaddingHeader,KC_INT32,16,\r
-  Monitor,KC_INT32,1,Monitor credentials\r
-  DefaultMonitor,KC_INT32,1,Default Monitor value for new identities\r
-  RefreshTimeout,KC_INT32,60,In seconds\r
+CredWindow,KC_SPACE,0,"Options for the credentials window as well as the Network Identity Manager application."\r
+  AutoInit,KC_INT32,0,"Boolean. Prompt for new credentials if no credentials are present during startup."\r
+  AutoStart,KC_INT32,0,"[PRIVATE] Boolean. Start Network Identity Manager automatically when the current user logs in."\r
+  AutoImport,KC_INT32,1,"Boolean. Import credentials from the LSA cache when Network Identity Manager starts."\r
+  AutoDetectNet,KC_INT32,1,"Boolean. Automatically detect network connectivity changes."\r
+  KeepRunning,KC_INT32,1,"Boolean. Run from the system notification area after the main window is closed."\r
+  DefaultView,KC_STRING,ByIdentity,"[PRIVATE] Name of the default view in Advanced mode."\r
+  DefaultViewMini,KC_STRING,CompactIdentity,"[PRIVATE] Name of the default view in Basic mode."\r
+  PaddingHorizontal,KC_INT32,4,"[PRIVATE]"\r
+  PaddingVertical,KC_INT32,2,"[PRIVATE]"\r
+  PaddingHeader,KC_INT32,16,"[PRIVATE]"\r
+  Monitor,KC_INT32,1,"Boolean. Monitor credentials for expiration and renewal."\r
+  DefaultMonitor,KC_INT32,1,"Boolean. This is the default Monitor value that is assigned for new identities."\r
+  RefreshTimeout,KC_INT32,60,"Number of seconds between credentials window refreshes.  The credentials window automatically triggers a refresh operation.  This value specifies the number of seconds that must elapse between two refreshes.  During the refresh, all the credentials provider plug-ins will need to re-enumerate their respective credentials."\r
   WarnThreshold,KC_INT32,900,In seconds\r
-  AllowWarn,KC_INT32,1,Boolean. Enables warning.\r
+  AllowWarn,KC_INT32,1,"Boolean. Enables warning."\r
   CriticalThreshold,KC_INT32,300,In seconds\r
   AllowCritical,KC_INT32,1,Boolean. Enables critical.\r
   AutoRenewThreshold,KC_INT32,600,In seconds\r