# vCE 4 Property File
#
# LDAP settings:
# If you use ldaps and java >1.8.160 please add the following parameter if using IP address instead of dns name for LDAP servers:
# Or set the correct SSL Certificate in the LDAP Server object
# -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true
# 
#

# START LDAP
#
# LDAP server, a FQDN list, separated by ";" for the LDAP connection
vce.ldap.server=vce24-new.schule.intern
#vce.ldap.server=vce4.local
# demo server IP: 80.156.242.181
# NEED a entry in /etc/hosts!!!!!!
# 80.156.242.181  s01.schule.local
#vce.ldap.server=192.168.250.188

# LDAP port, default value is set to '636'
#vce.ldap.port=636

# LDAP user, the user which the application binds to. Need create and modify rights on the base context
#vce.ldap.user=cn=vCEAdmin,ou=Administratoren,ou=Berufsschule,o=Schulnetz
#vce.ldap.user=cn=vceAdmin,ou=Administratoren,ou=Berufsschule,ou=Unterricht,o=CL
vce.ldap.user=cn=Admin,ou=Adm,o=CL

# LDAP Password for the bind user
vce.ldap.password=cala

# LDAP use SSL, default value is set to 'true'
#vce.ldap.useSSL=true

# LDAP base context, here starts every search
#vce.ldap.base=ou=schule1,o=schulen
vce.ldap.base=ou=Unterricht,o=CL

# END LDAP

#license
vce.license=test

# session timeout in seconds (optional, default 15min)
#vce.session.timeout=900

# Logging
# Log levels are from 0-5, 0 - Logging Off, 1 - ERROR, 2 - WARN, 3 - INFO, 4 - DEBUG, 5 - Trace
# default value is set to '0'
vce.log.level=4

# Jobs
# Update LDAP Source interval minutes
# default every 5 minutes
vce.ldap.updateInterval = 5

