Requirement #1936 (new)
Opened 15 years ago
Last modified 9 years ago
Secure Login and Ldap improvements
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | FacilityManagers |
Component: | General | Keywords: | n.a. |
Cc: | jburel, atarkowska | Business Value: | 300 |
Total Story Points: | n.a. | Roif: | n.a. |
Mandatory Story Points: | n.a. |
Description (last modified by jburel)
Login
For logging in to OMERO over hostile networks (especially when using a site-wide password, e.g. from LDAP) it must be guaranteed that no passwords are sent in the clear. Note: This does not yet include certificate-based login (#1747)
Usage
- Login screen
- By default, only choose server
- Click on "advanced settings"
- Option one: choose regular (4063) and SSL (4064) ports for server
- Option two: Enter manual connection string: "Ice.Default.Router:OMERO.Glacier2/router -p 10000 -h foo:OMERO.Glacier2/router -p 10101 -h ..."
LDAP
LDAP improvements
System administrators should be able to easily and flexibly configure integration with LDAP systems. The current LDAP plugin is limited in how it maps LDAP values and groups to the OMERO ObjectModel.
Usage
The simplest usage might should be:
omero.ldap.plugin=posix # or omero.ldap.plugin=ads
After that, new properties should be added which allow mapping from LDAP to OMERO:
omero.ldap.plugin=group_templates omero.ldap.group_templates=name=cn;members=(memberOf...)
Insight links for Login
OMERO.insight: See insight#1213
- Add "advanced configuration" panel to clients for setting ports and similar. (3 days)
Change History (5)
comment:1 Changed 15 years ago by jmoore
- Description modified (diff)
comment:2 Changed 15 years ago by jmoore
- Description modified (diff)
- Summary changed from Secure Login to Secure Login and Ldap improvements
comment:3 Changed 15 years ago by jburel
- Cc jburel atarkowska added
comment:4 Changed 14 years ago by jburel
- Description modified (diff)
comment:5 Changed 9 years ago by jburel
- Component set to General
- Milestone changed from Unscheduled to FacilityManagers
- Priority set to minor