add adinfo.yaml.template and readme
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal 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.
|
||||||
2
adinfo.yaml.template
Normal file
2
adinfo.yaml.template
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
adbind_user: # Full DN of Active Directory user to bind too (ex. cn=One,cn=users,dc=corp,dc=website,dc=com)
|
||||||
|
adbind_pass: # Password for Active Directory user to bind with
|
||||||
Reference in New Issue
Block a user