[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2007-10-12 Thread Jesse McConnell (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_109761
 ] 

Jesse McConnell commented on CONTINUUM-358:
---

there is no facility in place for pulling roles from ldap yet...it should be 
pretty simple to put into place but its implemented yet..the biggest hangup is 
that it needs to be writable which wasn't in the scope of this first ldap bit.

ideally when that bit gets implemented we'll have a mapping in place that lets 
you map roles from ldap to roles in the application.

this pass with ldap was strictly for user authentication so the role management 
is handled with the embedded derby database or whatever else you might have the 
users database pointing at

 User Authentication via LDAP
 

 Key: CONTINUUM-358
 URL: http://jira.codehaus.org/browse/CONTINUUM-358
 Project: Continuum
  Issue Type: New Feature
  Components: Web interface
Reporter: Frank Zhao
Assignee: Jesse McConnell
 Fix For: 1.1-beta-3


 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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




[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2007-10-12 Thread Christian Schneider (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_109807
 ] 

Christian Schneider commented on CONTINUUM-358:
---

Why do you think the ldap roles have to be writeable? I think it would be 
completely sufficient to pull roles from ldap and do the changes with the 
normal ldap administration tools. In most organisations the admins of a system 
like continuum will not have direct write support to the ldap server anyway. 
Often changes to roles have to be done with a special web front end.

 User Authentication via LDAP
 

 Key: CONTINUUM-358
 URL: http://jira.codehaus.org/browse/CONTINUUM-358
 Project: Continuum
  Issue Type: New Feature
  Components: Web interface
Reporter: Frank Zhao
Assignee: Jesse McConnell
 Fix For: 1.1-beta-3


 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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




[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2007-10-12 Thread Jesse McConnell (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_109810
 ] 

Jesse McConnell commented on CONTINUUM-358:
---

well maybe your right...I was just thinking in terms of retaining that 
functionality from the edit user page since its more dynamic what with role 
creations for each new project group, etc...



 User Authentication via LDAP
 

 Key: CONTINUUM-358
 URL: http://jira.codehaus.org/browse/CONTINUUM-358
 Project: Continuum
  Issue Type: New Feature
  Components: Web interface
Reporter: Frank Zhao
Assignee: Jesse McConnell
 Fix For: 1.1-beta-3


 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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




[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2007-10-12 Thread Christian Schneider (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_109825
 ] 

Christian Schneider commented on CONTINUUM-358:
---

I think it is quite useful to distinguish between groups in ldap that represent 
organizational groups like a team and authorizational groups in continuum that 
mean the right to do something in the project. A good combination could be to 
reference organizational groups read only in ldap and use them to populate 
authorization groups that live in the continuum database. 

So for example you could have a project crm in contiuum and give the team 
crm_team from ldap the necessary rights in continuum by populating the 
authorization group crm_project_admins.

This two level aproach to authorization is a very useful thing in big companies.


 User Authentication via LDAP
 

 Key: CONTINUUM-358
 URL: http://jira.codehaus.org/browse/CONTINUUM-358
 Project: Continuum
  Issue Type: New Feature
  Components: Web interface
Reporter: Frank Zhao
Assignee: Jesse McConnell
 Fix For: 1.1-beta-3


 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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




[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2007-10-10 Thread Preston Parkinson (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_109574
 ] 

Preston Parkinson commented on CONTINUUM-358:
-

I've posted this to the user mailing list and haven't heard a reply.  Was 
hoping someone here could point me in the right direction.

I've gone through the process of enabling the Ldap integration.  It 
authenticates the admin that I've defined in the security.properties file 
successfully.  It queries Ldap successfully for all users and logins them in as 
a guest with basically no access to see anything at this point.  Which is as I 
would expect.  However,  I could not find in the redback or continuum 
documentation where I can set the role base to query for in the config.  Is 
that even possible?  Guess the question is, how do I assign the default 
continuum roles to my Ldap users?

 User Authentication via LDAP
 

 Key: CONTINUUM-358
 URL: http://jira.codehaus.org/browse/CONTINUUM-358
 Project: Continuum
  Issue Type: New Feature
  Components: Web interface
Reporter: Frank Zhao
Assignee: Jesse McConnell
 Fix For: 1.1-beta-3


 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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




[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2007-09-05 Thread Emmanuel Venisse (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106583
 ] 

Emmanuel Venisse commented on CONTINUUM-358:


continuum 1.1-beta-3 uses now redback alpha-3 and support LDAP authentication.

We need to write a sample conf in application.xml (in comments)

 User Authentication via LDAP
 

 Key: CONTINUUM-358
 URL: http://jira.codehaus.org/browse/CONTINUUM-358
 Project: Continuum
  Issue Type: New Feature
  Components: Web interface
Reporter: Frank Zhao
Assignee: Jesse McConnell
 Fix For: 1.1-beta-3


 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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




[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2007-09-05 Thread Jesse McConnell (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106606
 ] 

Jesse McConnell commented on CONTINUUM-358:
---

sample conf is in the application.xml now

 User Authentication via LDAP
 

 Key: CONTINUUM-358
 URL: http://jira.codehaus.org/browse/CONTINUUM-358
 Project: Continuum
  Issue Type: New Feature
  Components: Web interface
Reporter: Frank Zhao
Assignee: Jesse McConnell
 Fix For: 1.1-beta-3


 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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




[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2006-05-26 Thread Darren Hague (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-358?page=comments#action_65926 
] 

Darren Hague commented on CONTINUUM-358:


I'd be happy if Continuum supported JAAS Modules, or even forwarded 
authentication from Apache's mod_auth_ldap and similar modules. This may 
present an easier path to supporting other authentication methods.

 User Authentication via LDAP
 

  Key: CONTINUUM-358
  URL: http://jira.codehaus.org/browse/CONTINUUM-358
  Project: Continuum
 Type: New Feature

   Components: Web interface
 Reporter: Frank Zhao



 Please add LDAP support for the user authentication in Continuum user 
 management function. 

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