On 3/5/20 9:02 AM, Emmanuel Lécharny wrote:
> 
> On 05/03/2020 07:48, Stefan Seelmann wrote:
>> On 3/4/20 10:48 PM, Emmanuel Lécharny wrote:
>>> we can't send a PasswordModify extended operation in Studio, and that is
>>> a bit of a bother for servers that deal with support such operations.
>>> The only way to get a password injected is to first hash it on the
>>> client side, then send a Modify operation. This is unefficient,
>>> especially if the server uses a specific Hash function that is not
>>> common.
>>>
>>>
>>> What would it take to add such a feature in Studio (more from the
>>> functional PoV, because technically this is pretty trivial). Typically,
>>> shouldd we have a popup where we ask which user we have to change the
>>> password for, or is t better to right click on a user and hhave a meny
>>> entry 'Password modification' ?
>> A menu entry (maybe within an "Extended Operations" sub-menu) in the
>> context makes most sense to me.
> 
> 
> Yes, sounds legit. It might also be worthful to have a popup where you
> can pick the user then modify its password.

Hm, I thought if it's just in the context menu of the entry you select
in the left-hand tree then we already know the user (it's DN). Studio
also has sufficient search capabilities to find an entry, so also the
context menu of search result entries can containt the new menu.

When clicking we have of course a popup where to enter the new password,
and showing the DN. We can reuse the existing password widget in case it
should be posssible to select different hashing methods, but I don't
know what the extended op supports.

> Implementation wise, the tricky part is to check that the server
> supports the extended operation (I think most of them do).

Shouldn't that be exposed in RootDSE?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to