LDAPviewer

LV.conf Format

LDAPviewer uses a configuration file to maintain default information and user preferences. The file is maintained in the User Base Directory/config subdirectory and is a convential text file with the name LV.conf. The contents of this file are updated indirectly by user actions (such as changing the size and location of LDAPviewer windows) or directly when the user selects the Preferences item from the Options menu. In general, the contents of LV.conf should not be manually edited but its format and layout are shown below. Each line item is commented (line begins with #) to explain its purpose, change source and default value as a user convenience - these comments are not present in the operational file.

Note: The value %USER_DIR% indicates the OS specific application directory base as described in User Directories.

#Generated Property List C:\Users\rona\AppData\Roaming\LV\config\LV.conf
# The Application property file is written to OS specific user directory 
#
#Tue Nov 21 08:49:59 EST 2017
# User's default Deref. Alias in Connection Profile, changeable by using Preferences
# LDAPviewer default = always
alias=finding
# User's default Attributes Types in Connection Profile, changeable by using Preferences
# LDAPviewer default = * + (USER + OPERATIONAL ATTRIBUTES)
attributes=* +
# User's default location for audio files, changed whenever user navigates to
# new directory, LDAPviewer default = %USER_DIR%
audio.dir=C\:\\Users\\rona\\AppData\\Roaming\\LV\\
# User's default location for binary files, changed whenever user navigates to
# new directory, LDAPviewer default = %USER_DIR%
binary.dir=C\:\\Users\\rona\\AppData\\Roaming\\LV\\security
# User's current button bar mode (TRUE = on, FALSE = off), changed by user action on View Menu
# LDAPviewer default = TRUE
buttonbar=TRUE
# User's default location for certificate files, changed whenever user navigates to
# new directory, LDAPviewer default = %USER_DIR%\security
cert.dir=C\:\\Users\\rona\\AppData\\Roaming\\LV\\security
# User's default OLC DIT in Connection Profile, changeable by using Preferences
# LDAPviewer default = false
configdit=false
# User's selected Look and Feel, changed by Preferences
# LDAPviewer default = Java default Cross Platform Look and Feel
gui=Windows

# User's base Viewer window height (first or only) instance, changed by 
# user Window size manipulation. LDAPviewer default = 700
height=700

# User's Viewer window height for the second Viewer instance, changed by 
# user Window size manipulation. LDAPviewer default = 700
height-1=700

# User's default location for image files, changed whenever user navigates to
# new directory, LDAPviewer default = %USER_DIR%
image.dir=C\:\\Users\\rona\\AppData\\Roaming\\LV\\

# Indicates whether a prompt message is output if LDAPS is selected when defining a
# Connection Profile but port is not 636, changeable by using Preferences
# LDAPviewer default = true
ldaps.port=true

# User's default location for LDIF files, changed whenever user navigates to
# new directory, LDAPviewer default = %USER_DIR%\ldifs
ldif.dir=C\:\\Users\\rona\\AppData\\Roaming\\LV\\ldifs

# Indicates whether a log file will be written to %USER_DIR%\config\LV.log (true)
# or not (false). Changeable using Preferences. LDAPviewer default = false
log.file=true

# Indicates user's current logging level (to Console or file). Changeable using Preferences. 
# LDAPviewer default = warning
loglevel=TRACE

mask.passwords=FALSE

option.ssl.protocol=any

# User's default Pagesize in Connection Profile, changeable by using Preferences
# LDAPviewer default = 0
pagesize=0

# User's default Port in Connection Profile, changeable by using Preferences
# LDAPviewer default = 389
port=389

prompt=false

# User's default Protocol in Connection Profile, changeable by using Preferences
# LDAPviewer default = LDAPv3
protocol=LDAPv3

# User's default Read Only in Connection Profile, changeable by using Preferences
# LDAPviewer default = FALSE
readonly=FALSE

# Number of items that will appear in Recent Connections and Recent Searches menu items, changeable # by using Preferences. LDAPviewer default = 5
recent=5

# User's default Referrals in Connection Profile, changeable by using Preferences
# LDAPviewer default = Ignore
referral=Ignore

# User's default Show RootDSE in Connection Profile, changeable by using Preferences
# LDAPviewer default = false
rootdse=false

# User's default Save in Profile in Connection Profile, changeable by using Preferences
# LDAPviewer default = false
savepw=false

# User's current Quick Search bar mode (TRUE = on, FALSE = off), changed by user action
# on View Menu. LDAPviewer default = TRUE
searchbar=TRUE

# User's default Access Type in Connection Profile, changeable by using Preferences
# LDAPviewer default = Anonymous
security=Anonymous

# Indicates users current theme selection. Set by Preferences.
# LDAPviewer default = default
theme=default

# User's default Timeout in Connection Profile, changeable by using Preferences
# LDAPviewer default = 0
timeout=0

# Indicates whether TLS tracing is active (true) or not (false). Set by Preferences.
# LDAPviewer default = false
tls.trace=true

# User's default TLS value in Connection Profile, changeable by using Preferences
# LDAPviewer default = Check
tls.type=Check

# User's default Sort Tree in Connection Profile, changeable by using Preferences
# LDAPviewer default = false
treesort=None

# User's Viewer DIT Tree width (first or only instance), changed by 
# user size manipulation. LDAPviewer default = 320
treewidth=320

# User's Viewer DIT Tree width (second window instance), changed by 
# user size manipulation. LDAPviewer default = 320
treewidth-1=320

# Indicates the presence and location of the User's Trusted KeyStore. Only present 
# if user has created KeyStore (Certificate Menu), LDAPviewer default - not present
user.cacerts=C\:\\Users\\rona\\AppData\\Roaming\\LV\\security\\cacerts\\cacerts

# Indicates which Editors (HTML, TABLE or BOTH) are shown in the Entry Window
# Changeable using Preferences. LDAPviewer default = both
views=both

# User's Viewer width (first or only instance), changed by 
# user size manipulation. LDAPviewer default = 1000
width=1000

# User's Viewer width (second instance), changed by 
# user size manipulation. LDAPviewer default = 1000
width-1=1000

# Indicates the number of active Viewer windows when the application was terminated.
# Changeable by user opening and closing windows (File menu). 
# LDAPviewer default = 1
windows=1

# User's Viewer X-position (first or only instance), changed by 
# user window location manipulation. LDAPviewer default = based on screen size
xpos=228

xpos-1=460

# User's Viewer Y-position (first or only instance), changed by 
# user window location manipulation. LDAPviewer default = based on screen size
ypos=13
ypos-1=190

force.locale=default

Notes:

  1. The backslash (\) characters are inserted automatically by the Java functions as escape characters and must be inserted appropriately if manual editing is performed.

  2. Each line item MUST be present in the file with an appropriate value field. If a line item is deleted it reverts to a default value which may radically change the behavior of the application.

  3. While the above file has been sorted for convenience of documentation, line items are not sorted and may appear in any order.

© LV Project 2016. Creative Commons Attribution 4.0 International License.