RE: How to integrate JRoller in existing website.

2009-02-26 Thread Arun Kumar
@Frans: Yes, JForum does support LDAP. http://www.jforum.net/doc/Authenticators -Original Message- From: Frans Thamura [mailto:fr...@meruvian.org] Sent: Thursday, February 26, 2009 11:48 AM To: user@roller.apache.org Subject: Re: How to integrate JRoller in existing website. i think

Re: How to integrate JRoller in existing website.

2009-02-25 Thread Frans Thamura
essage- > From: henning.br...@googlemail.com [mailto:henning.br...@googlemail.com] On > Behalf Of Henning Brune > Sent: Tuesday, February 24, 2009 8:30 PM > To: user@roller.apache.org > Subject: Re: How to integrate JRoller in existing website. > > Hello, > > we made

RE: How to integrate JRoller in existing website.

2009-02-25 Thread Arun Kumar
lemail.com] On Behalf Of Henning Brune Sent: Tuesday, February 24, 2009 8:30 PM To: user@roller.apache.org Subject: Re: How to integrate JRoller in existing website. Hello, we made an integration of JRoller with our existing user management. We filled the two tables David mentioned from our user

Re: How to integrate JRoller in existing website.

2009-02-24 Thread Henning Brune
Hello, we made an integration of JRoller with our existing user management. We filled the two tables David mentioned from our user management which was not to difficult because jroller and our system live side by side in the same oracle database. Now when we create a new user in our system a simil

Re: How to integrate JRoller in existing website.

2009-02-24 Thread (David) Ming Xia
Hi, Arun.      In creating accout in Apache Roller, you need to insert a user profile including password into table ROLLERUSER and you also need to insert one or two user role record into table USERROLE.  You can take a look and compare these two tables with the tables for JForum and OpenFire.