pp108 : FlushLDAPCache

FlushLDAPCache

This Web service operation clears the LDAP cache in all distributed systems and ECX machines, that have an LDAP directory installed.

SOAP Request

<FlushLDAPCache xmlns="http://schemas.cordys.com/1.1/ldap">
    <dn>cn=Cordys LDAP Connector,cn=cordys,cn=defaultInst,o=vanenburg.com</dn>
</FlushLDAPCache>

Request Parameters

Parameter

Description

dn

The distinguished name of the entry.

Note
This Web service operation accepts the dn object as an argument and based on user authorization of the dn object, it flushes the LDAP cache in all instances of the LDAP directory.

<dn xmlns="">cn=testrole,cn=organizational roles,o=system,cn=cordys,o=vanenburg.com</dn>

To clear the entire LDAP cache, you need to pass the dn argument "*". Based on user authorization, the Web service operation clears the LDAP cache.

<dn xmlns="">*</dn>

SOAP Response

<FlushLDAPCacheResponse xmlns="http://schemas.cordys.com/1.1/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"/>