What problem are you seeing? -Brian
> On Jan 24, 2019, at 8:31 AM, Sunil kumar <[email protected]> > wrote: > > 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/
