# # Vorlagendatei die von SuperX-Standalone Anwendung propadmin ggfs. als Vorlage für WEB-INF/classes/saiku-datasources/edustore genutzt wird # # type=OLAP name=BI id=41113290-acab-11e6-9598-0800200c9a66 driver=mondrian.olap4j.MondrianOlap4jDriver #location=jdbc:mondrian:Jdbc=jdbc:apache:commons:dbcp:default;Catalog=res:edustore/edustore.xml;JdbcDrivers=org.apache.commons.dbcp.PoolingDriver;DynamicSchemaProcessor=de.superx.saiku.schema.SuperxDynamicSchemaProcessor location=jdbc:mondrian:Jdbc=jdbc:postgresql://localhost:5432/eduetl_head?ApplicationName=saiku;Catalog=mondrian:///datasources/edustore.xml;JdbcDrivers=org.postgresql.Driver;UseContentChecksum=true username="postgres" password="postgres" # some security configuration for roles, first enable it security.enabled=true # there are 3 different types of security: # "one2one" (try and map spring user roles to mondrian roles), # "mapping" (define the mapping of spring and mondrian roles manually) # "passthrough" (will pass username + password of logged in user to connection, e.g. jdbc user + password) security.type=superx # security.type=mapping # security.mapping=springRole=mondrianRole1;springRole2=mondrianRole2