add adinfo.yaml.template and readme

This commit is contained in:
2024-02-23 01:11:29 -08:00
parent 4a6257ec6c
commit e981135f08
2 changed files with 19 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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.