[JBoss-user] [Installation & Configuration] - Which JAR is needed to use org.jboss.security.auth.callback.

2004-05-07 Thread tradingbr
jboss-jaas.jar doest seem to be, which one should I put on my classpath?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834092#3834092

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834092


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Authentication problem, jaas, postgres,JBOSS

2004-05-07 Thread tradingbr
I did solved the problem of the error message but as I thought it wasnt much related 
to that. I already set on LOG4j.xml to set to trace level the jobss security, but I 
doest show me a error message EVER, why???
I doest give me access to the resource,  the only message I receive is:
Created securityMgr=org.jboss.plugins.JassSecurityManager
setCachePolicy, c=org.jboss.util.TimedCachePolicy
Added PlSecurity org.jboss.security.plugins.SecurityDomainContext
as Soon as I start browsing the war, but I when I attempt to login
with wrong or correct password it doest say anything.
I think the problem is not related to the client anyone can help?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834087#3834087

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834087


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Authentication problem, jaas, postgres,JBOSS

2004-05-06 Thread tradingbr
I receive the classic principal null when I starting jboss
Starting failed
java.lang.SecurityException: Invalid authentication attempt, principal=null
Then
Problem starting service jboss.mq:service=PersistenceManager
java.lang.SecurityException: Invalid authentication attempt, principal=null
But I not sure this is the problem because even when I comment the 
""  I'm using the error keep appearing.

When I go to the form and type a wrong password it gives me the error page which is 
ok, but if I type a CORRECTt login and password it forwards to the login page again, 
which at least tells that it must have saw its a valid login and password and didnt 
tought it was login error case yet it doest give me access to the web collection, here 
is my web.xml

  | 
  | 
  | Restricted
  | /web/admin/*
  | HEAD
  | GET
  | POST
  | PUT
  | DELETE
  | 
  | 
  | Admin
  | 
  | 
  | NONE
  | 
  | 
  | 
  | FORM
  | My Realm
  | 
  | /web/admin/loginadmin_contents.jsp
  | /web/admin/errorlogin.jsp
  | 
  | 
  | 
  | Restricted Area User
  | Admin
  | 
  | 
The 'Admin' is in the table roles in the role field so I think this is ok.
The login-config.xml seems to be ok

  |  
  | 
  | 
  | 
  | 
  | jboss.jca:service=ManagedConnectionPool,name=PostgresDS
  | java:/PostgresDS
  | select password from admins 
where login=?
  | select Role, Rolegroup from Roles 
where login=?
  | 
  | 
  |  
  | 
the jboss-web.xml is


java:/jaas/pl


so the only thing can be wrong is that error message which I  coundnt find anything 
useful googling, but does anyone here know why its cant retrive the principals?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834005#3834005

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834005


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user