This is my *shiro.ini* file 

jdbcRealm = org.apache.shiro.realm.jdbc.JdbcRealm
jdbcRealm.permissionsLookupEnabled = false

jdbcRealm.authenticationQuery = SELECT Password FROM User WHERE Name = ?

ds = com.orientechnologies.orient.jdbc.OrientJdbcDriver
ds.serverName = localhost
ds.user = root
ds.password = root
ds.databaseName = configurationData
jdbcRealm.dataSource = $ds

securityManager.realms = $jdbcRealm
securityManager.sessionManager.globalSessionTimeout = 6000



--
Sent from: http://shiro-user.582556.n2.nabble.com/

Reply via email to