Google Postini Directory Sync Configuration Guide Bedienungsanleitung Seite 53

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 66
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 52
IBM Lotus Domino Directory Server 53
2. With a text editor, create a file with the following content and name it
“batchrequest.dsml” and save it in your C:\DSML directory. Substitute <base
DN> with the base DN you found in the LDAP browser.
<batchRequest xmlns="urn:oasis:names:tc:DSML:2:0:core">
<searchRequest dn="<base DN>" scope="wholeSubtree"
derefAliases="neverDerefAliases" timeLimit="0"
typesOnly="false">
<filter>
<and>
<present name="mail"/>
<equalityMatch name="objectclass">
<value>person</value>
</equalityMatch>
</and>
</filter>
<attributes>
<attribute name="mail"/>
</attributes>
</searchRequest>
</batchRequest>
Seitenansicht 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 65 66

Kommentare zu diesen Handbüchern

Keine Kommentare