pp108 : GetLDAPObject

GetLDAPObject


This Web service operation is used to retrieve specific LDAP entries.

SOAP Request

<GetLDAPObject xmlns="http://schemas.cordys.com/1.0/ldap">
    <dn>cn=SYSTEM,cn=authenticated users,cn=cordys,cn=defaultInst,o=vanenburg.com</dn>
</GetLDAPObject>

Request Parameters

Parameter

Description

dn

Distinguished name of the LDAP object.


SOAP Response

The parameters of the SOAP response will vary depending upon the dn.

<GetLDAPObjectResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <entry dn="cn=SYSTEM,cn=authenticated users,cn=cordys,cn=defaultInst,o=vanenburg.com">
                <defaultcontext>
                    <string>o=system,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                </defaultcontext>
                <description>
                    <string>System</string>
                </description>
                <osidentity>
                    <string>SYSTEM</string>
                    <string>CordysdefaultInst</string>
                </osidentity>
                <cn>
                    <string>SYSTEM</string>
                </cn>
                <objectclass>
                    <string>top</string>
                    <string>busauthenticationuser</string>
                </objectclass>
            </entry>
        </old>
    </tuple>
</GetLDAPObjectResponse>