From 5d629fd8a9f4306f46135ce95c37aa6febc8b68c Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Thu, 8 Oct 2015 06:53:44 +0000 Subject: [PATCH] config changes due to sso manager --- etc/daq-web-service.conf.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/daq-web-service.conf.template b/etc/daq-web-service.conf.template index 3f0b950d..4f5f4fe2 100644 --- a/etc/daq-web-service.conf.template +++ b/etc/daq-web-service.conf.template @@ -12,6 +12,10 @@ principalRetriever=dm.ds_web_service.service.auth.dsAuthPrincipalRetriever.DsAut principalAuthenticator1=CryptedPasswordPrincipalAuthenticator() principalAuthenticator2=LdapPasswordPrincipalAuthenticator(serverUrl='ldaps://phoebusldap.aps.anl.gov:636', dnFormat='uid=%s,ou=people,o=aps.anl.gov,dc=aps,dc=anl,dc=gov') +[SingleSignOnManager] +sessionManager=dm.ds_web_service.service.auth.dsSessionManager.DsSessionManager() +sessionTimeoutInSeconds=3600 + [FileSystemObserver] # Minimum file processing delay since last update minFileProcessingDelayInSeconds=10 @@ -22,6 +26,7 @@ numberOfProcessingThreads=3 defaultNumberOfRetries=3 defaultRetryWaitPeriodInSeconds=60 fileProcessor1=dm.common.processing.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin() +fileProcessor2=dm.common.processing.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin(dest=\ffdfdsf') #fileProcessor1=dm.common.processing.plugins.gridftpFileTransferPlugin.GridftpFileTransferPlugin() fileProcessor2=dm.daq_web_service.service.impl.dsProcessFileNotificationPlugin.DsProcessFileNotificationPlugin() -- GitLab