Posted By:
vinod_kotnala
Posted On:
Friday, February 22, 2002 01:20 AM
Hi, I have an incredible problem. I have created a Resource and an Operation object class in Active Directory schema with the following attributes: Operation: cn, description Resource: cn, description, operationList The Resource object has operationList (type:DN) as one of its attributes,that contains the DN of the operations which are associated with that resource. I'm creating various resources, operations and their associations using JNDI. The problem is : If I create a new resource and an operation, then associate this operation with the resource it works fine i.e
More>>
Hi,
I have an incredible problem.
I have created a Resource and an Operation object class in Active
Directory schema with the following attributes:
Operation: cn, description
Resource: cn, description, operationList
The Resource object has operationList (type:DN) as one of its
attributes,that contains the DN of the operations which are
associated with that resource.
I'm creating various resources, operations and their associations
using JNDI.
The problem is :
If I create a new resource and an operation, then
associate this operation with the resource it works fine i.e the DN
value of the operation gets properly inserted into the 'operationList'
attribute.
But now if I change the operation's description (through
JNDI again), the above valid DN value gets modified with some garbage
value pushed into it.
I wonder how could it get modified, when I'm not even touching the
Resource Object during operation's description modification.
Has anybody faced/solved this problem ? Any pointers would be of
great help.
Regards,
Vinod
<<Less