Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Setup LDAP session
Function
This script action is used to initialize a secure or not secure LDAP
session with the LDAP Server. The session parameters are stored in a variable
that is used in subsequent UMRA LDAP actions.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
LDAP server |
The name of the host running the LDAP server.
The name must be specified using the TCP/IP address or DNS name. Optionally,
the name can be followed by a colon (:) and port number. |
%LdapServer% |
|
|
LDAP port |
The TCP/IP port number of the LDAP server
to which to connect. This property is ignored if the property LDAP
server includes a port number. If not specified, the default port
is used. |
Optional |
For non-secure LDAP, the default LDAP port
is 389, for secure LDAP (SSL), the default port is 636. |
|
SSL encryption flag |
If set to "Yes", the session will
use SSL encryption to communicate. In this case, appropriate SSL certificates
need to be installed on both the LDAP client and server side. If set to
"No", the action will establish a plain TCP connection and use
plain text (no encryption). |
No |
It is strongly recommended to use SSL encryption.
To implement this option, SSL certificates need to be installed on both
the LDAP Client and Server. The methods how to do this, largely depends
on the implementation of the operating system and directory service. For
Microsoft Active Directory, Novell eDirectory and Linux OpenLDAP the exact
implementations are described in the document Manage
LDAP directory services with UMRA which is available in the document
library on the Tools4ever website. For other systems, a similar approach
must be used. |
|
User name |
The user name used to connect to the LDAP
server. If this property is not specified, no users are authenticated
and you will not be able to execute other LDAP actions. |
|
The format and exact name depends on the directory
service. |
|
User password |
The password for the user specified in property
User name. Note that by default,
the password is stored with encryption. |
Usually the result of the Generate
password script action. |
If a value is entered manually, it will be
encrypted automatically as soon as you enter OK. |
|
Ldap session |
An internal data structure representing the
resulting LDAP session. This property is an "output only" property
and is generated automatically. This property is used as input for other
LDAP script actions. |
|
|
For more detailed information and examples, see the document Managing
LDAP directory services with UMRA on our website.
See also:
Managing LDAP
Directory Services using UMRA - Introduction
Managing LDAP
Directory Services using UMRA - Concept
Script Action:
Load LDAP modification data
Script
Action: Add directory service object (LDAP)
Script
Action: Modify directory service object (LDAP)
Script
Action: Delete directory service object (LDAP)
Script Action: Search LDAP
|