Google Postini Directory Sync Configuration Guide Manual de usuario Pagina 53

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 66
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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>
Vista de pagina 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 65 66

Comentarios a estos manuales

Sin comentarios