Guest User

Untitled

a guest
Jul 3rd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. type=OLAP
  2. name=pentaho
  3. driver=mondrian.olap4j.MondrianOlap4jDriver
  4. location=jdbc:mondrian:Jdbc=jdbc:sqlserver://SERVALL:1433;databaseName=pentaho;Catalog=res:warehouses/Bancos.xml;JdbcDrivers=com.microsoft.sqlserver.jdbc.SQLServerDriver; username=pentaho
  5. password=xxx
  6.  
  7. # some security configuration for roles, first enable it
  8. # security.enabled=true
  9.  
  10. # there are 3 different types of security:
  11. # "one2one" (try and map spring user roles to mondrian roles),
  12. # "mapping" (define the mapping of spring and mondrian roles manually)
  13. # "passthrough" (will pass username + password of logged in user to connection, e.g. jdbc user + password)
  14.  
  15. # security.type=one2one
  16.  
  17. # security.type=mapping
  18. # security.mapping=springRole=mondrianRole1;springRole2=mondrianRole2
Add Comment
Please, Sign In to add comment