[teiid-issues] [JBoss JIRA] Resolved: (TEIID-664) Add "membership" service

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Tue Jul 7 15:41:51 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-664.
--------------------------------

    Resolution: Done


Membership service added to the "embedded" profile. It adds following properties to deploy.properties. This service is enabled by default.

# Enables the membership, where the logins must be authenticated
membership.enabled=true  

# admin/super user creadentails
membership.superUser=admin 
membership.superUserPassword=teiid

# Various domain providers can be specified with comma separated list (ex: file, ldap)
membership.DomainOrder=file

# you can restrict access only to certain hosts
#membership.allowedHosts=  


Every domain provider can define three properties to define their membership implementation. File, LDAP are provided by Teiid and example properties below. The domain class is initialized and contents of the property file are passed for its configuration. You can define any number of membership domains in single Teiid instance. During the authentication time, they will be invoked in the order they are defined to authenticate the user.

# File Membership Provider
file.activate=false
file.AuthDomainClass=com.metamatrix.platform.security.membership.spi.file.FileMembershipDomain
file.propertiesFile=./deploy/membership-file.properties

# LDAP Membership provider
ldap.activate=false
ldap.AuthDomainClass=com.metamatrix.platform.security.membership.spi.ldap.LDAPMembershipDomain
ldap.propertiesFile=./deploy/membership-ldap.properties



> Add "membership" service
> ------------------------
>
>                 Key: TEIID-664
>                 URL: https://jira.jboss.org/jira/browse/TEIID-664
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: Embedded, Query Engine, Server
>            Reporter: Ramesh Reddy
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 6.2.0
>
>
> Add the "membership" service. Should support implementations for LDAP and File based. Also, user should have an option to turn this OFF through configuration, which resembles with current embedded's functionality.

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

        



More information about the teiid-issues mailing list