You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
766 B
17 lines
766 B
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
|
|
|