active directory - Accessing ActiveDirectory properties belong to objectClass=posixGroup -


i trying update memberuid property of posixgroup.

  1. i directory search , find record. if loop through searchresults.property can list values (it defined multi-value) of field.
  2. i define directoryentry using searchresults.getdirectory method.

if property directoryentry, instance check if exists (property.contain), or list or try update unknown error x'8000500c'.

the fields cn , description' not cause problem.

if add other user defined properties error.

how can work properties belonging type of schema?

your error looks is: 8000500c active directory datatype cannot converted to/from native ds datatype

this seems imply data returned not native ad datatype.

there seems workaround @ article.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -