Hello *,
I have a very special problem.
Our user objects have a multiline value attribute.
In this attribute the drive connection are saved, for example:
entrytype ; letter ; unc ; description
networkdrive;M:;=\\myserver\myshare;mydescription
As we are introducing Adaxes for that domain I have the problem to edit that.
Is there any way to give the users a form for editing those entries?
Like "New drive mapping" -> Choose Letter -> Choose drive (Fileshare object from AD) -> Description filled (from that fileshare object)
So editing the values is simple if you do that directly with the specific format but I would like to give the users a more comfortable way to do that.
I can't use GPP drive mappings for that as we're talking about more than 1000 shares and we need the possiblity of a flexible mapping of them to letters per user.
Actually the attribute is taken by a login script and connects those drives.
Thanks in advance!