# Global site specific options for UBC AddressBook # # all properties are optional. The address book will work fine # without them. # # JNDI datasource name for LDAP directory connection # Used for directory search in addressBook, must be specified # to turn on LDAP support. #ldapURL=ldap://ldap.sample.edu:389/ou=people,dc=sample,dc=edu # Time limit in milliseconds for LDAP search # if not specified, no time limit will be set # It is probably a good idea to set this value in case someone # does a search that takes a really really long time. #ldapTimeLimit=60000 # DN and password to use when Binding to LDAP for searches # both of these must be specified or the search will be done anonymously #ldapBindDN=cn=xxx,dc=sample,dc=edu #ldapBindPW=password # LDAP Search Filter factory # must implment ILdapSearchFilter #ldapFilterFactory=edu.sample.its.addressbook.LdapSearchFilterFactory # Number of input fields on the ldapSearch form # valid values are 1, 2 or 3. Default is 2. # This property is only used if you specifiy your own ldapFilterFactory #ldapInputCount=1