This content has been marked as final.
Show 2 replies
-
1. Re: Authentication AND Identification JBossPortal+LDAP+Kerbe
sdhaliwal Dec 15, 2007 11:12 AM (in response to badock)I am assuming that you are referring to user's profile stored in jboss portal tables. If that is the case you need to connect the user you are logging in as to user's profile stored in jbp_users table. For all the uses in Ldap directory that need to be authenticated and enabled to use jboss-portal there needs to be an entry in the jbp_users table where jbp_uname column is populated with the username.
Hope this helps -
2. Re: Authentication AND Identification JBossPortal+LDAP+Kerbe
badock Dec 17, 2007 4:35 AM (in response to badock)"sdhaliwal" wrote:
I am assuming that you are referring to user's profile stored in jboss portal tables. If that is the case you need to connect the user you are logging in as to user's profile stored in jbp_users table. For all the uses in Ldap directory that need to be authenticated and enabled to use jboss-portal there needs to be an entry in the jbp_users table where jbp_uname column is populated with the username.
Hope this helps
I'm not sure i understood everything ...
You say that the roles are stored in a jbp_users table. But I'm not using the default DB for authentication, i'm using a LDAP.
Are you sure i'm forced to edit this table, and if so, how can i do that ?
Thanks for helping ;)