You have to address the operationalAttributes explicit by their names,
and all the user-Attribute by '*':
Try:
$mesg = $ldap->search( ... ,
attrs => [
'*',
'createTimestamp',
'creatorsName',
'modifiersName',
'modifyTimestamp'
]
);
Good luck
Gert
William King wrote:
Is there a way to get the internal attributes? such as for an
inetOrgPerson entry I would want access to:
createTimestamp
creatorsName
modifiersName
modifyTimestamp
These are available when using phpldapadmin and selecting internal
attributes. Is it possible to expose these in perl?
-William King
--
Gert Büttner
Friedrich-Alexander-Universität Erlangen-Nürnberg
Regionales RechenZentrum Erlangen (RRZE)
Martensstraße 1, 91058 Erlangen, Germany
Tel. +49 9131 85-27809, Fax +49 9131 302941
[email protected]
www.rrze.uni-erlangen.de