summaryrefslogblamecommitdiffstats
path: root/config/global.properties.example
blob: 1b2ea3902c8d9799e319853460f052deb65e37e5 (plain) (tree)
1
2
3
4
5
6
                                                    




                                 





















                                                                                
                                                     




















                                                   
# fill in properties and rename to global.properties

#####################
#	Directories		#
#####################

# the dir where the images are stored
image_dir=/tmp

#####################
#	LDAP data		#
#####################

# the port of the LDAP server
ldap_port=636

# the host address of the LDAP server
ldap_host=bv1.ruf.uni-freiburg.de

# SSL usage
ldap_ssl=true

# bind query (don't forget to escape \= and use a % for the username replacement
ldap_bind_query=uid\=%,ou\=people,dc\=uni-freiburg,dc\=de

# search baseDn
ldap_search_base_dn=ou\=people,dc\=uni-freiburg,dc\=de

# search filter (use a % for the username replacement
ldap_search_filter=(&(objectclass\=person)(uid\=%))

#####################
#	Session 		#
#####################

# session timeout for users (in minutes)
session_timeout_user=30

# session timeout for servers (in minutes)
session_timeout_server=30

#####################
#	FTP Server		#
#####################

# the base dir of the ftp server (should exists)
ftp_base_dir=/home/nils/ftp

# the port of the ftp server
ftp_port=2221