[rules-users] Unable to locate a login configuration

melc c_melas at yahoo.com
Wed Nov 10 09:06:01 EST 2010


As stated in documentation,
http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-guvnor/html_single/index.html#d0e163

Initally, Guvnor uses jaas but no password checking occurs etc
So if you edit components.xml 
to comment 
<security:identity
authenticate-method="#{defaultAuthenticator.authenticate}"/>
and uncomment
 <security:identity authenticate-method="#{nilAuthenticator.authenticate}"/>

so everyone is guest, you might be ok.

p.s. as found in the posted url section "1.2.3. Security - Authentication
and basic access"
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Unable-to-locate-a-login-configuration-tp1875124p1876195.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list