|
| IADs & Revision |
 |
Wed, 01 Jun 2005 16:34:18 GMT |
I am trying to access the revision of an account via LDAP using IADs.
Even though revision has been added to my LDAP Group, and the account
has a Revision value it's not showing up. Is revision a 'generated'
property that I need to specifically request? or is it just not
available?
Thanks,
|
| Post Reply
|
| Re: IADs & Revision |
 |
Wed, 08 Jun 2005 19:13:25 GMT |
Hi
It's an operational attribute as defined at
http://developer.novell.com/ndk/doc/ndslib/schm_enu/data/sdk5064.html#sdk5064
Server only for updates, but you can read it with ldapsearch -h server
revision=* revision.
If ldapsearch works ok for you but IADs doesn't it may be one of those that
IADs doesn't want to recognize unless you call getInfoEx and specify the
type.
Thank you
Susan
|
| Post Reply
|
| Re: IADs & Revision |
 |
Mon, 13 Jun 2005 22:53:01 GMT |
Thanks Susan. Specifically asking for it worked.
In article <prHpe.3520$hY.1224@prv-forum2.provo.novell.com>, "Susan
Perrin" <devsup @novell.com> says...
> Hi
>
> It's an operational attribute as defined at
>
http://developer.novell.com/ndk/doc/ndslib/schm_enu/data/sdk5064.html#sdk5064
>
> Server only for updates, but you can read it with ldapsearch -h server
> revision=* revision.
>
> If ldapsearch works ok for you but IADs doesn't it may be one of those
that
> IADs doesn't want to recognize unless you call getInfoEx and specify the
> type.
>
> Thank you
> Susan
>
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|