LDAP Authentication Test
The SiteScope LDAP Authentication Test verifies that
a Lightweight Directory Access Protocol (LDAP) server can authenticate a
user by performing a "simple" authentication.
Completing the LDAP Authentication Test Form
Complete the items on the LDAP Authentication Test form as follows. When
the required items are complete, click the Authenticate User
button.
- Security Principal
-
Enter the constant that holds the name of the environment property
for specifying the identity of the principal for authenticating the
caller to the service. The format of the principal depends on the
authentication scheme. If this property is unspecified, the
behaviour is determined by the service provider. This should be of
the form (uid=testuser,ou=TEST,o=mydomain.com)
- Security Credential
-
Enter the constant that holds the name of the environment property
for specifying the credentials of the principal for authenticating
the caller to the service. The value of the property depends on the
authentication scheme. For example, it could be a hashed password,
clear-text password, key, certificate, and so on. If this property
is unspecified, the behavior is determined by the service provider.
- URL Provider Address
-
Enter the constant that holds the name of the environment property
for specifying configuration information for the service provider
to use. The value of the property should contain a URL string (for
example, "ldap://somehost:389"). This property may be
specified in the environment, an applet parameter, a system
property, or a resource file. If it is not specified in any of
these sources, the default configuration is determined by the
service provider.
- LDAP Query
-
Use this box to enter an object query to look at a LDAP object
other than the default user dn object. For example,
enter the mail object to check for an e-mail address
associated with the dn object entered above. You must
enter a valid object query in this text box if you are using a LDAP
filter (see the description below).
- Search Filter
-
Enter an search filter in this text box in order to perform a search
using a filter criteria. The LDAP filter syntax is a logical
expression in prefix notation meaning that logical operator appears
before its arguments. For example, the item sn=Freddie
means that the sn attribute must exist with the
attribute value equal to Freddie. Multiple items can be
included in the filter string by enclosing them in parentheses,
such as (sn=Freddie) and combined using logical operators
such as the & (the conjunction operator) to create
logical expressions. FOr example the filter syntax (&
(sn=Freddie) (mail=*)) requests LDAP entries that have both a
sn attribute of Freddie and a mail
attribute.
More information about LDAP filter syntax can be found at
http://www.ietf.org/rfc/rfc2254.txt
and also at
http://java.sun.com/products/jndi/tutorial/basics/directory/filter.html
|