Connecting to the database
- Make sure you have already created a project in Rational Application Developer. If you have yet to create a project, see the Rational Application Developer help system information on creating a project. This will make sure that you will have a project in which to place the resources that you will create in the following steps.
- Click the Create a WPCP Resource button in the toolbar to start the wizard.
- In the Specify Protocol and Data Model window, click LDAP.
- Type the LDAP URL. The pattern for an LDAP URL is ldap[s]://[host]:[port]/[dn][???filter]. If the LDAP URL does not specify a specific LDAP object type, then inetOrgPerson will be used as the base object type.
- If your LDAP server requires authentication, type your User ID and Password.
- Click Web users.
- Click Connect.
Back