You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Arun Kumar (JIRA)" <je...@portals.apache.org> on 2006/12/19 11:42:21 UTC

[jira] Created: (JS2-630) Integrating js2 (Jetspeed2) with Windows 2003 Server ADS(Active Directory Service)

Integrating js2 (Jetspeed2) with Windows 2003 Server ADS(Active Directory Service)
----------------------------------------------------------------------------------

                 Key: JS2-630
                 URL: http://issues.apache.org/jira/browse/JS2-630
             Project: Jetspeed 2
          Issue Type: Wish
          Components: Deployment, Security
    Affects Versions: 2.0-FINAL
         Environment: Client: Windows XP,Apache Jetspeed2.0
Active Directory Service running on Windows 20003 Server

            Reporter: Arun Kumar


Hello everyone....

I have installed jetspeed2.0 installer version under apache tomcat 5.5.9  in my windows XP machine. It is working well with normal JAAS. Now I want to integrate my java portal application with windows active directory service for login authorization. I have tried it with the configuration settings as specified in apache LDAP documentation which was located in the following URL.

portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html

But it is not working at all and I am getting some initialization error. How to configure our portal application with windows Active Directory Service??????????????? Help me out to figureout this.......

Thanks in Advance,
Arun

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-630) Integrating js2 (Jetspeed2) with Windows 2003 Server ADS(Active Directory Service)

Posted by "Petr Janata (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-630?page=all ]

Petr Janata updated JS2-630:
----------------------------

    Attachment: ADS_patch.diff

I guess this have to be changed to use ADS

> Integrating js2 (Jetspeed2) with Windows 2003 Server ADS(Active Directory Service)
> ----------------------------------------------------------------------------------
>
>                 Key: JS2-630
>                 URL: http://issues.apache.org/jira/browse/JS2-630
>             Project: Jetspeed 2
>          Issue Type: Wish
>          Components: Security, Deployment
>    Affects Versions: 2.0-FINAL
>         Environment: Client: Windows XP,Apache Jetspeed2.0
> Active Directory Service running on Windows 20003 Server
>            Reporter: Arun Kumar
>         Attachments: ADS_patch.diff
>
>
> Hello everyone....
> I have installed jetspeed2.0 installer version under apache tomcat 5.5.9  in my windows XP machine. It is working well with normal JAAS. Now I want to integrate my java portal application with windows active directory service for login authorization. I have tried it with the configuration settings as specified in apache LDAP documentation which was located in the following URL.
> portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html
> But it is not working at all and I am getting some initialization error. How to configure our portal application with windows Active Directory Service??????????????? Help me out to figureout this.......
> Thanks in Advance,
> Arun

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-630) Integrating js2 (Jetspeed2) with Windows 2003 Server ADS(Active Directory Service)

Posted by "Petr Janata (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-630?page=comments#action_12459668 ] 
            
Petr Janata commented on JS2-630:
---------------------------------

Hello, I was able to run Jetspeed-2 with ADS. I am able to authenticate user, but roles/groups still not work properly due to JS2-21

I have altered assembly files to work for our directory structure. I guess you should be able to do it your self. (I guess Ate Douma) published good description of how to setup ldap security xml files in assembly. Look at 
http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html

But still you will have to do some changes to jetspeed security code.

1. ADS will not let you to get user credentials, so you have to implement getPublicCredentials() and getPrivateCredentials() to return empty set; or just create new user subjects with empty sets as credentials.
It also means you are not able to create or alter users in your ldap trough jetspeed administrative portlets.

2. I guess there was one getter which returned hardcoded string instead of string from assembly file

pls check the diff file I have appended, I also use searching in whole subtree.
forget the comments I made in code


> Integrating js2 (Jetspeed2) with Windows 2003 Server ADS(Active Directory Service)
> ----------------------------------------------------------------------------------
>
>                 Key: JS2-630
>                 URL: http://issues.apache.org/jira/browse/JS2-630
>             Project: Jetspeed 2
>          Issue Type: Wish
>          Components: Security, Deployment
>    Affects Versions: 2.0-FINAL
>         Environment: Client: Windows XP,Apache Jetspeed2.0
> Active Directory Service running on Windows 20003 Server
>            Reporter: Arun Kumar
>
> Hello everyone....
> I have installed jetspeed2.0 installer version under apache tomcat 5.5.9  in my windows XP machine. It is working well with normal JAAS. Now I want to integrate my java portal application with windows active directory service for login authorization. I have tried it with the configuration settings as specified in apache LDAP documentation which was located in the following URL.
> portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html
> But it is not working at all and I am getting some initialization error. How to configure our portal application with windows Active Directory Service??????????????? Help me out to figureout this.......
> Thanks in Advance,
> Arun

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org