[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: modifyTimestamp



Wenn man den Netscape Browser benutzt ( so hört es sich aus Deiner Email ), muß
man im URL-Feld folgendes eingeben:

>ldap://fully_qualified_domain_name:portnumber/suffix?<comma delimited attribute
list>?sub?      oder
>ldaps://fully_qualified_domain_name:portnumber/suffix?<comma delimited
attribute list>?sub?

Nun angenommen, daß mein LDAP Server auf folgenden Merkmalen gesetzt wurde:
FQDN: testopenldap.mydomain.de
PortNr: 389
SSLPort: 636
Suffix: dc=mydomain,dc=de
gesuchte Attribute:
modifytimestamp,modifiersname,createtimestamp,creatorsname,usercertificate;binary
....

Dann muß man folgende URL String beim Netscape Browser eingeben.

ldap://testopenldap.mydomain.de:389/dc%3Dmydomain%2Cdc%3Dde?modifytimestamp,modifiersname,createtimestamp,creatorsname,usercertificate;binary?sub?

oder

ldaps://testopenldap.mydomain.de:636/dc%3Dmydomain%2Cdc%3Dde?modifytimestamp,modifiersname,createtimestamp,creatorsname,usercertificate;binary?sub?

Deine gesuchten Attribute fallen unter der Kategorie, die sammelbegrifflich als
"operational attributes" bezeichnet werden, sie müssen EXTRA angefordert werden.

Wenn Du Kommadozeile Tools benutzen willst, sieht die Suche Formulierung ähnlich
aus:

> ldapsearch -s sub -b "dc=mydomain,dc=de" -v -P 3 -x -D "bind-identity" -W -LLL
-H ldaps://testopenldap.mydomain.de:636/ "(objectclass=*)" "<attribute list" "+"

Bemerkenswert ist das letzte "+", welches ein Shorthand für die Suche nach den
operational attributes darstellt!

Gruß, Un

Manuel Vazquez wrote:

> Hello all,
>
> I'm running a database on OpenLDAP. It provides for example a telephone book
> and different information about every employee. It can be accessed with any
> web browser. I am looking for a possibility to query the date when the
> database was last modified. Sorry if this might be a beginner's question,
> but I haven't found the right clue in the archives.
>
> Thank you in advance,
> Manuel Vazquez

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature