Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janikvonrotz/activedirectory-password-change
ActiveDirectory Password Change
https://github.com/janikvonrotz/activedirectory-password-change
Last synced: about 2 months ago
JSON representation
ActiveDirectory Password Change
- Host: GitHub
- URL: https://github.com/janikvonrotz/activedirectory-password-change
- Owner: janikvonrotz
- License: mit
- Created: 2013-09-23T05:48:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T07:32:36.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T01:45:58.830Z (9 months ago)
- Language: PHP
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
- License: LICENSE
Awesome Lists containing this project
README
ActiveDirectory-Password-Change
- Install dependencies with bower
- Run a bower update in the project root
- Add an ActiveDirectory user which has the right to reset a user's password
- Set variables in
index.php
$ldapuser
$ldappwd
$ldaphost
$SecKey
- Move the project on a webserver
- Support for php ldap module must be enabled
- Use a SSL certified connection when publishing the site to the internet
- Open the password change website like this
https://site.yourdomain.com/index.php?sec=[your secure key from $SecKey]