View comments | RSS feed

LDAP service configuration

Properties used for connecting to the LDAP server. You must configure these properties before using the operations of the LDAP service.

Initial Context Factory

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.

Provider URL

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

Username

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".

Password

A string value that represents the password that corresponds with the user name provided for the Username property.

Other Properties

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;...


Comments


No screen name said on Jun 8, 2007 at 9:56 AM :
Along with XPath function name, syntax, parameters and returns descriptions, providing examples sections with as many examples of usages would be really helpful.

For example, serialize(node, bOmitXML):
serialize(/process_data/formanme/object/data/xdp/datasets/data/..., false)
Scott Brodersen said on Nov 20, 2007 at 8:51 AM :
Thanks for your feedback.

For the next release, we plan to provide usage examples for the more-often used XPath functions, and continue to add examples for other functions in future releases.

Scott

 

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