Google Postini Directory Sync Configuration Guide User Manual Page 53

  • Download
  • Add to my manuals
  • Print
  • Page
    / 66
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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>
Page view 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 65 66

Comments to this Manuals

No comments