How to query operational attributes with LDAP

(Last modified: 08Nov2004)

This document (10070418) is provided subject to the disclaimer at the end of this document.

goal

How to query operational attributes with LDAP

fact

Novell eDirectory

Novell eDirectory 8.7.3 for All Platforms

fix

The following information was taken from the eDirectory Libraries for C Developer Kit which can be found at http://developer.novell.com

The information contained in the LDAP operational attributes are read-only. Clients cannot modify the attribute values. All of these operational attributes except creatorsName and ModifiersName are available only through LDAP. CreatorsName and modifiersName are available through LDAP and NDAP.

They are not returned in search results unless explicitly requested by name. They can be requested for all entries in an NDS directory.

Operational attributes listed in the developer kit:

createTimeStamp
creatorsName
entryFlags
federationBoundary
localEntryID
modifiersName
modifyTimeStamp
structuralObjectClass
subordinateCount
subschemaSubentry

Sample query to extract several operational attributes for user Fred

./ldapsearch -D cn=admin,o=novell -W -b o=novell cn=fred createtimestamp creatorsname entryflags localentryid modifytimestamp

version: 2

#
# filter: cn=fred
# requesting: createtimestamp creatorsname entryflags localentryid modifytimestamp
#

# fred,teds
dn: cn=fred,o=novell
creatorsname: CN=admin,O=novell
localEntryID: 32847
entryFlags: 0
createTimeStamp: 20020422213635Z
modifyTimeStamp: 20020423212816Z

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

document

Document Title: How to query operational attributes with LDAP
Document ID: 10070418
Solution ID: NOVL78078
Creation Date: 26Apr2002
Modified Date: 08Nov2004
Novell Product Class:NetWare
Novell eDirectory

disclaimer

The Origin of this information may be internal or external to Novell. Novell makes all reasonable efforts to verify this information. However, the information provided in this document is for your information only. Novell makes no explicit or implied claims to the validity of this information.
Any trademarks referenced in this document are the property of their respective owners. Consult your product manuals for complete trademark information.