LDAP Integration with Roller 4.0.1

View: New views
5 Messages — Rating Filter:   Alert me  

LDAP Integration with Roller 4.0.1

by Anish Varghese :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm trying to integrate Roller with LDAP (ADS system).

I'm running Roller 4.0.1 on Apache Tomcat 6.0.18 with Oracle 10g as the
database.

I've followed some posts here which say that you have to edit the
security.xml. I've pasted the same contents to my security.xml and
customized it with my LDAP details. But still I was not successful.

Does anyone have any tutorial which explain clearly how to integrate Roller
with LDAP.

I'm new to this. So any help would be appreciated

If I'm successful, I have to try it out in Websphere Application Server 6as
well.

Thanks,

Anish

Re: LDAP Integration with Roller 4.0.1

by Dave-401 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Have you seen these instructions?

    http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS

- Dave


On Tue, Aug 25, 2009 at 5:45 AM, Anish Varghese<anishva@...> wrote:

> Hi,
>
> I'm trying to integrate Roller with LDAP (ADS system).
>
> I'm running Roller 4.0.1 on Apache Tomcat 6.0.18 with Oracle 10g as the
> database.
>
> I've followed some posts here which say that you have to edit the
> security.xml. I've pasted the same contents to my security.xml and
> customized it with my LDAP details. But still I was not successful.
>
> Does anyone have any tutorial which explain clearly how to integrate Roller
> with LDAP.
>
> I'm new to this. So any help would be appreciated
>
> If I'm successful, I have to try it out in Websphere Application Server 6as
> well.
>
> Thanks,
>
> Anish
>

Re: LDAP Integration with Roller 4.0.1

by Frans Thamura-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

we try the wiki, there is no integration between registration in
roller with ldap

so if you did registration there, the user wont added in the ldap

if you have user in ldap, u need to register again,

any idea to solve this problem


--
Frans Thamura
Meruvian.
Experiential Tempationwe of Java and Enterprise OpenSource

Meruvian bukan hanya membuat anak SMK menjadi bisa tapi SAKTI, malah
saktinya SAKTI Mandraguna.


Mobile: +62 855 7888 699
Blog & Profile: http://frans.thamura.info

We provide services to migrate your apps to Java (web), in amazing
fast and reliable.



On Wed, Aug 26, 2009 at 5:57 PM, Dave<snoopdave@...> wrote:

> Have you seen these instructions?
>
>    http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS
>
> - Dave
>
>
> On Tue, Aug 25, 2009 at 5:45 AM, Anish Varghese<anishva@...> wrote:
>> Hi,
>>
>> I'm trying to integrate Roller with LDAP (ADS system).
>>
>> I'm running Roller 4.0.1 on Apache Tomcat 6.0.18 with Oracle 10g as the
>> database.
>>
>> I've followed some posts here which say that you have to edit the
>> security.xml. I've pasted the same contents to my security.xml and
>> customized it with my LDAP details. But still I was not successful.
>>
>> Does anyone have any tutorial which explain clearly how to integrate Roller
>> with LDAP.
>>
>> I'm new to this. So any help would be appreciated
>>
>> If I'm successful, I have to try it out in Websphere Application Server 6as
>> well.
>>
>> Thanks,
>>
>> Anish
>>
>

Re: LDAP Integration with Roller 4.0.1

by Anish Varghese :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the link. I had already seen it earlier.

The issue has been solved now. We are using Microsoft Active Directory
Server as our LDAP.

The problem was when the search base was set to the root dn. While
performing search, for some reason, it was throwing an error
(PartialResultException) in this case.  After changing the search base to a
specific path, it's working fine.


Now I'm trying to synchronise both the LDAP and Roller database and I have
some doubts.

1) How can we make sure that an ldap authenticated user gets automatically
registered in roller database at first login?

2) How can we make sure that the user registration page is restricted to
ldap authenticated users only?


Thanks,

Anish

On Wed, Aug 26, 2009 at 4:27 PM, Dave <snoopdave@...> wrote:

> Have you seen these instructions?
>
>
> http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS
>
> - Dave
>
>
>
>

Re: LDAP Integration with Roller 4.0.1

by Dave-401 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Aug 28, 2009 at 10:52 AM, Anish Varghese<anishva@...> wrote:
> 1) How can we make sure that an ldap authenticated user gets automatically
> registered in roller database at first login?

I believe that there's a Roller configuration property that enables
SSO. When this property is set to true, when a arrives at Roller who
is logged into SSO but is not yet registered in Roller they will be
directed to a user registration page which will allow them to register
but not enter a password.


> 2) How can we make sure that the user registration page is restricted to
> ldap authenticated users only?

There is also a configuration property to turn off user registration.
I think you use it

Check the Roller Install Guide appendix, which lists all Roller
properties, for the names of those two config. properties.

Hope that helps...

- Dave