LiveCycle Workbench ES Help | |||
| Creating Processes > Service reference > LDAP > LDAP service configuration | |||
Properties used for connecting to the LDAP server. You must configure these properties before using the operations of the LDAP service.
A string value that represents the Java class to use as the context factory. This class is used to create a connection to the LDAP server. The default value is com.sun.jndi.ldap.LdapCtxFactory, which is appropriate for most LDAP servers.
A string value that represents the URL to use to connect to the LDAP service. The format of the value is ldap://server name:port
server name is the name of the computer that hosts the LDAP serverport is the communications port that the LDAP service uses. The default value is 389, which is the standard port used for LDAP connections.A string value that represents the user name of the user account to use to log in to the LDAP server. The user account needs to have permission to connect to the server and read the information in the LDAP directory.
Depending on the LDAP server, the user name could be a simple user name such as "myname" or a DN, such as "CN=myname,CN=users,DC=myorg".
A string value that represents the password that corresponds with the user name provided for the Username property.
A string value that represents other properties and their corresponding values that you can provide to the LDAP server. The value is in the following format:
property=value;property=value;...
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/wb_help/00000924.html
Comments
No screen name said on Jun 8, 2007 at 9:56 AM : Scott Brodersen said on Nov 20, 2007 at 8:51 AM :