]> git.pld-linux.org Git - packages/JXplorer.git/commitdiff
- JXplorer config file
authorpawelz <pawelz@pld-linux.org>
Wed, 16 Jul 2008 20:26:44 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    JXplorer.jxconfig.txt -> 1.1

JXplorer.jxconfig.txt [new file with mode: 0644]

diff --git a/JXplorer.jxconfig.txt b/JXplorer.jxconfig.txt
new file mode 100644 (file)
index 0000000..96ba223
--- /dev/null
@@ -0,0 +1,132 @@
+#Generated Property List /home/users/z/.JXplorer/jxconfig.txt
+# The property file location defaults to where JXplorer is installed
+# - this can be over-ridden with the system property 'jxplorer.config'
+#   with a config directory location, or set to user home using the
+#   flag 'user.home' (e.g. -Djxplorer.config='user.home' on the command line).
+
+#Tue Jul 15 21:53:28 GMT 2008
+
+#.level  (java loggin variable) - allowable values are 'OFF', 'SEVERE', 'WARNING', 'INFO', 'FINE', 'FINER', 'FINEST' and 'ALL'
+.level=WARNING
+
+#baseAdminDN  default value for a specific 3rd party plug in; rarely used
+baseAdminDN=cn\=Management System
+
+#baseDN  the default base DN for an empty connection - rarely used
+baseDN=c\=au
+
+#com.ca.level  \ (java loggin variable) partial logging is also available.  Be warned that the Sun logging system is a very buggy partial reimplementation of log4j, and doesn't seem to do inheritance well.
+com.ca.level=UNUSED
+
+#dir  this sets the directories that JXplorer reads its resources from.
+dir.help===DATADIR==/help/
+dir.htmldocs===DATADIR==/htmldocs/
+dir.icons===DATADIR==/icons/
+dir.images===DATADIR==/images/
+dir.local===DATADIR==/
+dir.plugins===DATADIR==/plugins/
+dir.templates===DATADIR==/templates/
+
+#getSystemEnvironment  Set this to true if you wish to add the system environment properties to the JX list (e.g. if you are setting JX properties via system variables)
+getSystemEnvironment=false
+
+#gui.lookandfeel  Can set to com.sun.java.swing.plaf.mac.MacLookAndFeel for OSX
+gui.lookandfeel=javax.swing.plaf.metal.MetalLookAndFeel
+
+#handlers  (java logging variable) This sets the log level for console reporting
+handlers=java.util.logging.ConsoleHandler
+
+#height  set by client GUI - don't change
+height=784
+
+#java.util.logging.ConsoleHandler.formatter  (java logging variable) This sets the built in formatter to use for console reporting
+java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
+
+#java.util.logging.ConsoleHandler.level  (java logging variable) This sets the log level for console reporting
+java.util.logging.ConsoleHandler.level=ALL
+
+#java.util.logging.FileHandler.formatter  (java loggin variable) This sets the built in formatter to use for file reporting
+java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
+
+#java.util.logging.FileHandler.level  (java loggin variable) This sets the log level for log file reporting
+java.util.logging.FileHandler.level=ALL
+
+#java.util.logging.FileHandler.pattern  (java loggin variable) The name of the log file (see java.util.logging.FileHandler java doc)
+java.util.logging.FileHandler.pattern=JX%u.log
+
+#jxplorer.cache.passwords  whether JX should keep a (run time only) cache of passwords for reuse and reconnection
+jxplorer.cache.passwords=true
+keystoreType.cacerts=JKS
+keystoreType.clientcerts=JKS
+last.search.filter=default
+
+#ldap.sslsocketfactory  This is the built in ssl factory - it can be changed if required.
+ldap.sslsocketfactory=com.ca.commons.jndi.JndiSocketFactory
+
+#ldapversion  set by client GUI - don't change
+ldapversion=3
+
+#null.entry.editor  the editor displayed for null entries is pluggable and can be set to a custom java class
+null.entry.editor=defaulteditor
+
+#option.confirmTableEditorUpdates  whether the user is prompted before updates; usually set by GUI
+option.confirmTableEditorUpdates=false
+
+#option.drag.and.drop  set to 'false' to disable drag and drop in the left hand tree view
+option.drag.and.drop=true
+
+#option.ignoreSchemaOnSubmission  Skip client side schema checks; useful if JXplorer is getting confused or the schema is inconsistent
+option.ignoreSchemaOnSubmission=false
+
+#option.ldap.browseAliasBehaviour  jndi variable setting how aliases are handled while browsing\: 'always','never','finding','searching'
+option.ldap.browseAliasBehaviour=finding
+
+#option.ldap.limit  The maximum number of entries to return - '0' \= 'all the server allows'
+option.ldap.limit=0
+
+#option.ldap.referral  this is a jdni variable determinning how referrals are handled\: 'ignore','follow' or 'throw'
+option.ldap.referral=ignore
+
+#option.ldap.searchAliasBehaviour  jndi variable setting how aliases are handled while searching\: 'always','never','finding','searching'
+option.ldap.searchAliasBehaviour=searching
+
+#option.ldap.sendVerboseBinarySuffix  some directories require ';binary' to be explicitly appended to binary attribute names\: 'true' or 'false'
+option.ldap.sendVerboseBinarySuffix=false
+
+#option.ldap.timeout  the maximum time to allow a query to run before cancelling - '0' \= 'as long as the server allows'
+option.ldap.timeout=0
+option.ssl.cacerts=security/cacerts
+option.ssl.clientcerts=security/clientcerts
+option.ssl.import.cert.during.connection=true
+
+#option.url.handling  override URL handling to launch JXplorer rather than default browser
+option.url.handling=JXplorer
+
+#plugins.ignoreUniqueness  whether to allow multiple plugins for the same object class\: 'true' or 'false
+plugins.ignoreUniqueness=false
+
+#securityProvider  the security provider can be changed, and three more can be added by creating 'securityProperty0', 'securityProperty1' and 'securityProperty2'.
+securityProvider=com.sun.net.ssl.internal.ssl.Provider
+
+#sort.by.naming.attribute  if true, this sorts entries in the tree editor by naming attribute first, then by attribute value
+sort.by.naming.attribute=false
+
+#url.defaultadmin  default value for a specific 3rd party plug in; rarely used
+url.defaultadmin=localhost
+
+#url.defaultadminport  default value for a specific 3rd party plug in; rarely used
+url.defaultadminport=3389
+
+#url.defaultdirectory  default for empty connection screen GUI - rarely used
+url.defaultdirectory=localhost
+
+#url.defaultdirectory.port  default for empty connection screen GUI - rarely used
+url.defaultdirectory.port=389
+
+#width  set by client GUI - don't change
+width=648
+
+#xml.ldif.rfc  Experimental support for saving XML in LDIF files in editable form (e.g. not base64 encoded)
+xml.ldif.rfc=false
+xpos=240
+ypos=100
This page took 0.074646 seconds and 4 git commands to generate.