Issue Details (XML | Word | Printable)

Key: DIRSERVER-352
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Trustin Lee
Reporter: Alex Karasulu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

cannot set password on initial run to the supplied password in the server.xml

Created: 27/Jun/05 08:57 PM   Updated: 10/Feb/06 12:34 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 27/Jun/05 09:09 PM


 Description  « Hide
On initial run the server should use the credentials of the user from the configuration file (server.xml). After this point on the user has to change the admin password from LDAP.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alex Karasulu added a comment - 27/Jun/05 08:58 PM
The stack trace is available here:

http://rafb.net/paste/results/yIOOQp80.html

Trustin Lee added a comment - 27/Jun/05 09:09 PM
I checked in the fix:

* Prevented users from initiating the first run as a non-admin account.
* At the first run, password is set to what user specified as SECURITY_CREDENTIALS instead of 'secret' now.

Alex Karasulu added a comment - 27/Jun/05 10:50 PM
Looks good.