Task #4833 (closed)
Opened 8 years ago
Closed 8 years ago
LDAP: Allow nulling DN for users
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description
Rather than just blanking the DN, it may be necessary to allow nulling the field. However, ILdap.setDN takes a string for the DN, which will get converted to the empty string if null.
Change History (4)
comment:1 Changed 8 years ago by jmoore
- Sprint set to 2011-05-19 (12)
comment:2 Changed 8 years ago by jmoore
- Status changed from new to accepted
comment:3 Changed 8 years ago by jmoore
comment:4 Changed 8 years ago by jmoore <josh@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from accepted to closed
(In [9311c18b1003d1b3da6c2fdea61e39be43962a93/ome.git] on branch develop) Treating empty DNs as nulls, i.e. disabled (Fix #4833)
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
After a discussion in devteam, it was decided to treat empty DN strings like nulls. This will happen at the SqlAction level.