type=OLAP name=BI 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 # 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