[Fedora-directory-commits] esc/src/app/xul/esc/defaults/preferences esc-prefs.js, 1.6, 1.7

Jack Magne jmagne at fedoraproject.org
Sun Mar 29 00:54:59 UTC 2009


Author: jmagne

Update of /cvs/dirsec/esc/src/app/xul/esc/defaults/preferences
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28799

Modified Files:
	esc-prefs.js 
Log Message:
Fix for #491003, global phone home pref.


Index: esc-prefs.js
===================================================================
RCS file: /cvs/dirsec/esc/src/app/xul/esc/defaults/preferences/esc-prefs.js,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- esc-prefs.js	27 Feb 2009 03:31:43 -0000	1.6
+++ esc-prefs.js	29 Mar 2009 00:54:57 -0000	1.7
@@ -29,9 +29,6 @@
 
 pref("esc.windows.do.capi","yes");
 
-#Do we disable the password prompt ?
- 
-pref("esc.disable.password.prompt","yes");
 
 #Sample Security Officer Enrollment UI
 
@@ -39,8 +36,14 @@
 
 #Sample Security Officer Workstation UI
 
-#pref("esc.security.url","https://test.host.com:7889/cgi-bin/sow/welcome.cgi");
+#pref("esc.security.url","https://dhcp-170.sjc.redhat.com:7889/cgi-bin/sow/welcome.cgi");
 
 #Hide the format button or not.
 
 pref("esc.hide.format","no");
+
+
+#Use this if you absolutely want a global phone home url for all tokens
+#Not recommended!
+
+#pref("esc.global.phone.home.url","http:/test.host.com:7888/cgi-bin/home/index.cgi");




More information about the Fedora-directory-commits mailing list