- Intended For:
- Customer IT
- Difficulty:
- Moderate
- Prerequisite Skills:
- access to EL server
- Estimated Time to Complete:
- 15 minutes
- Applies to Software/Firmware Version(s):
- 4.x
Problem
Your agency upgraded from Evidence Library 3 to Evidence Library 4 (EL), and your network security is LDS (not Active Directory). A few weeks after the upgrade, users are unable to log in to EL.
Solution
Summary
In LDS, user passwords automatically expire after 42 days by default. This can be changed.
Details
On the Evidence Library server:
- From the Windows start menu, or Run menu (Win+R), search and start 'secpol.msc'
- Expand Account Policies
- Select Password Policy
- Set 'Password Age' to 0 (zero), or to the number of days defined by your agency's security policy
- Close the window
- From the Windows start menu, search and start 'ADSI Edit'
- If the left pane under ADSI Edit is empty, select Action > Connect to... in the menu, or right-click ADSI Edit in the left pane and select 'Connect to...'
- Connection Point: CN=EvidenceLibrary
- Computer: localhost
- Click OK
- In the left pane, double-click 'Default naming context...'
- Expand CN=EvidenceLibrary
- Select CN=Users
- Choose a user (either double click or right-click > Properties) to access user attributes
- Scroll down to and double-click
msDS-UserDontExpirePassword
and set to True
- Click OK to apply this setting
- The properties sheet should now be updated
- Click OK to save and close the properties for this user
- Scroll down to and double-click
- Reset the password
- Right-click on the user again and select Reset Password...
- Create a new password and confirm it
- Click OK
- Right-click on the user again and select Reset Password...
- Repeat for all users
- Close the ADSI Edit window
- If the left pane under ADSI Edit is empty, select Action > Connect to... in the menu, or right-click ADSI Edit in the left pane and select 'Connect to...'
- Restart Services
source: WKB-000455