[jboss-user] [JBoss Portal] - JBossPortal and ldap with different schema than the usual on

2008-02-22 Thread badock
Hello all,

I use JBossPortal 2.6.3 with Openldap 2.23 for authentication.
In a first time i used the ldif schema provided with the documentation : 
http://docs.huihoo.com/jboss/portal/2.6/reference-guide/html/ldap.html#d0e7333 
and the ldap_identity-config.xml associated.

Now i need to use  a ldap schema like describe here : 
http://blog.jboss-portal.org/2007/07/ldap-support-tutorial-for-jboss-portal.html.
So i used my ldap_identity-config.xml and change the things as describe.
However, it doesn't work at all, meaning that i can't have the portal displayed 
at all.

Did i miss something ?
Should i first edit the login-config.xml file ?  and if so, how, cause i can't 
find any accurate tutorial on this subject.

Thank you for your time.
Regards,


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131467#4131467

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131467
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-22 Thread badock
I'm sorry, but i don't see any connection between what you're writing and my 
problems...

Sure, you seem to have issues with ldap+jboss too, but since your problems look 
a lot different from mine, i think you should get your own thread...

No offense, but you're not helping me getting information by flooding this 
thread.

Regards.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131468#4131468

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131468
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - JbossPortal and ldap

2008-02-21 Thread badock
Hello all,

I use JBossPortal 2.6.3 with Openldap 2.23 for authentication.
In a first time i used the ldif schema provided with the documentation : 
http://docs.huihoo.com/jboss/portal/2.6/reference-guide/html/ldap.html#d0e7333 
and the ldap_identity-config.xml associated.

Now i need to use  a ldap schema like describe here : 
http://blog.jboss-portal.org/2007/07/ldap-support-tutorial-for-jboss-portal.html.
So i used my ldap_identity-config.xml and change the things as describe.
However, it doesn't work at all, meaning that i can't have the portal displayed 
at all.

Did i miss something ?
Should i first edit the login-config.xml file ?  and if so, how, cause i can't 
find any accurate tutorial on this subject.

Thank you for your time.
Regards,




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131129#4131129

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131129
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Automatically log someone in.

2007-12-21 Thread badock
wesleyhales wrote : although not very elegant, have you tried:
  | body onload=submitmyform()

yes, that's the solution i came up with, but i don't find it elegant, 
i'm still looking for a better solution 

thanks anyway ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4114986#4114986

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114986
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Automatically log someone in.

2007-12-20 Thread badock
Hi, still on my SS0+Apache+Kerberos+JBossPortal problem.

OK, so let's hear what's my plan :
First of all, i have JBossPortal running behind an Apache.
That Apache authenticates users with Kerberos, and can store the login in the 
variable REMOTE_USER that is handed to JBoss.
Now, for identification, I use a LDAP and the jbossportal html form.
By modifying the login.jsp file, i can already fill the form with the login : 
input text=text name=j_username value=% 
out.print(request.getAttribute(REMOTE_USER)); % /
And i also fill in the password with a value that is the same for every user in 
the LDAP (no need to have different passwords, the authentication has been done 
with Kerberos).

Now i'd like the form to Submit itself, so the user doesn't have to click nor 
can he get the oportunity to change the j_username variable.

Do you have any idea how can i do that ? For instance with a javascript maybe ?
Or can i use the response.sendRedirect(request.getContextxPath() + 
/some/path/); ?

Thanks in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4114624#4114624

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114624
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user