If you have set up a development deployment thatruns Unwired Server with the included OpenDS server, all development environment users are authenticated using the credentials in the repository. In this case, all passwords must be changed in the user entry as required.
Either download and install Apache Directory Studio, or use another tool of your choosing.
In a production environment, you would need to edit the user entries in your native security repository, by using an appropriate tool.
- Launch Apache Directory Studio.
- Add a connection from Apache Directory Studio server to OpenDS LDAP server:
- Right-click the Connections view, then click New Connection.
- In the New Connection wizard, configure the following values:
Page |
Property |
Value |
Network Parameters |
Host |
localhost |
|
Port |
10389 (default port for OpenDS installed by SUP) |
|
Encryption method |
No encryption |
Authentication |
Authentication method |
Simple Authentication |
|
Bind DN |
cn=Directory Manager |
|
Bind password |
secret (default bind password) |
|
Save password |
checked |
- On the Authentication page, click Check Authentication to validate the properties you have provided.
- If the operation is successful, click Next , then click Fetch Base DNs (OpenDS server is preconfigured with users such as supAdmin, supDomainAdmin and others), and click OK.
- Click Finish.
The connection is added and available. You can see the new connection in the Connections view, and user accounts in the LDAP Browser view.
- Use the Apache Directory Studio LDAP Browser view to modify the userPassword property of the user. You will need the current password of the user. The default password for user supAdmin is s3pAdmin, for supDomainAdmin is s3pDomainAdmin, and so on for other default users.