11-12-2014 06:21 AM
###############################
## Common Alfresco Properties #
###############################
dir.root=/home/alfresco-5.0.b/alf_data
authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad
#You can login by bulidin alfresco authentication system and ldap
ntlm.authentication.sso.enabled=true
ldap.authentication.allowGuestLogin=false
#do not allow guest logon
ldap.authentication.userNameFormat=%s@domain.co.uk
#your login is the same like user name in windows
ldap.authentication.java.naming.provider.url=ldap://<activedirectoryserver>:389
#adres of ldap server
ldap.authentication.defaultAdministratorUserNames=admin
#users with admin rights
ldap.synchronization.java.naming.security.principal=_ALFRESCO_SERVICE@domain.co.uk
#account ldap administrator on your server
ldap.synchronization.java.naming.security.credentials=REMOVED
ldap.synchronization.groupSearchBase=dc=\domain,dc\=co,dc\=uk
ldap.synchronization.userSearchBase=dc=\domain,dc\=co,dc\=uk
alfresco.context=alfresco
alfresco.host=<alfresco_server_name>.domain.co.uk
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=<alfresco_server_name>.domain.co.uk
share.port=8080
share.protocol=http
### database connection properties ###
db.driver=org.gjt.mm.mysql.Driver
db.username=alfresco
db.password=REMOVED
db.name=alfresco
db.url=jdbc:mysql://localhost/alfresco?useUnicode=yes&characterEncoding=UTF-8
# Note: your database must also be able to accept at least this many connections. Please see your database documentation for instructions on how to configure this.
db.pool.max=275
db.pool.validate.query=SELECT 1
# The server mode. Set value here
# UNKNOWN | TEST | BACKUP | PRODUCTION
system.serverMode=TEST
### FTP Server Configuration ###
ftp.port=21
### RMI registry port for JMX ###
alfresco.rmi.services.port=50500
### External executable locations ###
ooo.exe=/home/alfresco-5.0.b/libreoffice/program/soffice
ooo.enabled=true
ooo.port=8100
img.root=/home/alfresco-5.0.b/common
img.dyn=${img.root}/lib
img.exe=${img.root}/bin/convert
swf.exe=/home/alfresco-5.0.b/common/bin/pdf2swf
swf.languagedir=/home/alfresco-5.0.b/common/japanese
jodconverter.enabled=false
jodconverter.officeHome=/home/alfresco-5.0.b/libreoffice
jodconverter.portNumbers=8100
### Initial admin password ###
alfresco_user_store.adminpassword=REMOVED
### E-mail site invitation setting ###
notification.email.siteinvite=false
### License location ###
dir.license.external=/home/alfresco-5.0.b
### Solr indexing ###
index.subsystem.name=solr4
dir.keystore=${dir.root}/keystore
solr.port.ssl=8443
### BPM Engine ###
system.workflow.engine.jbpm.enabled=false
### Allow extended ResultSet processing
security.anyDenyDenies=false
08-28-2015 10:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.