17 lines
722 B
Markdown
17 lines
722 B
Markdown
# ONE ACCOUNT
|
|
A single sign-on server that supports multiple authentication methods including LDAP and Active Directory, with includes features such as Two-Factor Authentication (MFA) and more
|
|
|
|
|
|
## Running
|
|
- Edit `adinfo.yaml.template` to include your Active Directory/LDAP configuration details.
|
|
- Rename `adinfo.yaml.template` to `adinfo.yaml`.
|
|
- Install required dependencies
|
|
```sh
|
|
pip install -r requirements.txt
|
|
```
|
|
- Run
|
|
```sh
|
|
python accounts.py
|
|
```
|
|
|
|
###### All content in this repo is the sole property of Brandon Brunson including all copyrights and trademarks. Unauthorized use or distribution will result in punishments of the fullest extent of the law, including, but not limited to, inprisonment. |