terminalserverprofilepath ActiveDirectory

Hey,Is there any way to set 'terminalserverprofilepath' attribute in ActiveDirectory through JNDI?I understand that Microsoft had silly ideas making this attribute binary or something... any way of doing this?Thanks in advanced,Asaf.
[277 byte] By [Troubya] at [2007-11-27 6:19:08]
# 1

No.

And it isn't a silly idea, it's because of backwards compatibility.

Like many other applications (Remote Access Services, Services for Netware, Lotus Notes), in Windows NT 4, Terminal Services stored its user configuration information in an application specific opaque blob in the NT Domain user object.

To ensure backwards compatibility, in Active Directory these services still store the application specific information in the userParameters attribute.

Some applications, for example RAS, while being administered through a COM API, also duplicate this information in RAS specific attributes, but alas Terminal Services doesn't.

The only way to modify this information is via a Terminal Services COM API. Perhaps one day when there is guaranteed to be no vestiges of NT4, then this configuration information may be stored in appkication specific attributes, rather than in a binary blob.

adler_stevena at 2007-7-12 17:33:28 > top of Java-index,Core,Core APIs...