Update README

This commit is contained in:
Ryan Gartin 2018-01-28 12:13:38 -05:00
parent 5e9f0e9ffa
commit a36f059d11

View File

@ -31,8 +31,13 @@ accessControl:
ldap_uri: ldaps://ldap.server.com/
ldap_tls_reqcert: demand
ldap_search_base: dc=server,dc=com
groups: TheGroupName
```
#### Groups
- You can list multiple groups via comma seperation: Group1, Group2, Group3.
- Leaving blank will skip a group check.
#### Installation
You can install it using ```pip install https://github.com/gillg/OctoPrint-LDAP/archive/master.zip```