<HELP> How to find the "Unique org unit" value for a user </HELP>

Hi All,

I am writing an application program using Notes Api s. I manage users on the Domino Server through this application. While registering the user, i provide the “Unique org unit” along with all the other necessary parameters for the user. All this works fine.

This application also provides means for changing the passwords of the already registered users. In this case i would use the new password of the user to register him again.

My question is “Where can i get the value of the Unique org unit for the user from the Domino Server” so that, after i register the user again, his name heirarchy remains as it was before the password change.

Is there any field on the Domino Server that is mapped to the “Unique org unit”. OR Is there any other workaround available to find the value ?

Thanks in anticipation,

Anish Uppal.

Subject: How to find the “Unique org unit” value for a user

since you get users full canonicalized name (FullName in person doc in servers n&a) you could use DNParse - see capi reference.

Markus Seitz

markus.seitz@icodex.com