################################# # # # LDAP Browser v2.8 config file # # # # cn=monitor all attributes # # # ################################# # host of the ldap server - change # or use edit feature in LDAPBrowser host=localhost # port of the ldap server port=389 # ssl port of the ldap server (if any) sslport=636 # base dn for cn=monitor basedn=cn=monitor # sets the ldap version number [2|3] version=3 # dn of the directory manager # same as rootdn value in # database monitor section managerdn=cn=admin,cn=monitor # password of the directory manager # same as rootpw in database monitor section password=secret # bind with the manager credentials [yes|no] managerlogin=no # specifies if the connection should be # made automatically [yes|no] autoconnect=no # specifies the type of the indicator of the leaf node # supports [int | boolean ] leafindicatortype=int # specifies the name of the indicator of the leaf node # valid attribute - usually operational attribute # note: works only with LdapV3 servers! leafindicator=numsubordinates # sets the maximum number of results # 0 or not specified - unlimited # limit=0 # sets the size of a batch. # 0 or not defined - all entries returned at once. # batchsize=0 # sets the timeout of the ldap operations in msec # 0 or not specified - unlimited timeout # timeout=0 # manage referrals [yes|no] # if no referrals are returned at normal entries managereferrals=no # set this to yes if your ldap server # supports moving tree in DIT supportsmovetree=no # sets the 'derefrence alias' option # [never|alwyas|search|find] derefaliases=never # defines if an entry should either keep or delete # the old rdn when renaming the entry deleteolddn=yes # defines the sorting order of the DIT tree # if not specifed, no sorting is performed # otherwise supports [ascending|descending] sorttree=ascending # used for fixing the location of the windows # on the screen. related to bugs in java # fixlocation = 10 # sets the buffer size of the error window # (in bytes) default=2048 # logsize=2048 # sets if the error window should popup on # error. [yes|no] default: no # popuperrorwindow=no # defines the ldap filter used to build # the tree structure. default: (objectclass=*) # ldap.list.filter=(objectclass=*) # defines the list of attributes to retreive # on each read. useful for specifying the # operational attributes (space separated) # use this to get all (user and operational) attributes ldap.attributes.list=* + ################### # SECURITY settings ################### # sets the security protocol # eg. [ssl|gssapi?] # security.protocol=ssl # sets the authentication # eg. [simple|external] # security.authentication=simple # sets the socket factory # eg. javax.net.ssl.SSLSocketFactory # ldapsocketfactory=javax.net.ssl.SSLSocketFactory