PMDF System Manager's Guide


Previous Contents Index


TEST/URL

Test an LDAP query URL.

Syntax

PMDF TEST/URL [ldap-url]

Command Qualifiers Defaults
/DEBUG /NODEBUG

restrictions

None.

prompts

_URL: ldap-url

Parameters

ldap-url

LDAP URL to try resolving.

Description

Test an LDAP query URL.

Note that the LDAP server to query is controlled by the setting of the PMDF options LDAP_HOST and LDAP_PORT in the PMDF option file; see Section 7.3.2.


Command Qualifiers

/DEBUG

/NODEBUG (default)

The testing process is capable of producing additional debug output. The /DEBUG qualifier enables this output; it is disabled by default.

EXAMPLES

This example shows a sample query for a site example.com that has set the LDAP_HOST and LDAP_PORT options in the PMDF option file to point to an LDAP server containing e-mail addresses in a mail attribute.


$ pmdf test/url "ldap:///dc=example,dc=com?mail?sub?sn=doe"
URL> Jane.Doe@example.com 
URL> John.Doe@example.com 


Previous Next Contents Index