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>
Comentários a estes Manuais