[
https://issues.apache.org/jira/browse/DIRSERVER-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737835#action_12737835
]
Kiran Ayyagari commented on DIRSERVER-1392:
-------------------------------------------
By default server won't return operational attributes. The client should ask
for returning operational attributes by sending '+' in the attributes section
as part of the search options.
ex. ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w secret -x -LLL
-bou=system sn +
> operational attributes return null values
> -----------------------------------------
>
> Key: DIRSERVER-1392
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1392
> Project: Directory ApacheDS
> Issue Type: Bug
> Reporter: satish
>
> user : uid=admin,ou=system
> Server version : apacheds_1.5.4
> I am able to see operational attributes thru' apache directory studio browser
> once the user is successfully created.
> when we try to fetch operational attributes of the created user
> (createTimestamp, modifyTimestamp.. etc) through WebSphere Portal
> usermanagement java code null values are returned for operational attributes,
> other attributes are retrieved successfully.
> has this some thing to do with Apache Directory Server configuration settings
> to retrieve operational attributes?
> is there any way I can access operational attributes?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.