[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: can't read createTimestamp
"Sahlke, Jan" wrote:
> Hello,
>
> after upgrading my LDAP-Server to 2.0.7, I can not read the attribute
> 'createTimestamp'.
>
> In slapd.conf I set the lastmod on and I give everybody the read-access.
>
> Why I can not read the attribute?
>
> Best regards,
> Jan Sahlke
> Germany
Are you asking for it explicitly? OpenLDAP 2.x requires you request
operational attributes, or use the '+' to indicate you want all operational
attributes. Use the asterisk in combination with '+' to request all
attributes.
Randy