Stuff
This commit is contained in:
parent
d28c6375c8
commit
ac92458573
8 changed files with 327 additions and 0 deletions
8
config.py.example
Normal file
8
config.py.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
device_mac = "00:1a:22:..."
|
||||
user_key = ""
|
||||
|
||||
ldap_cafile = "l511_ca.crt"
|
||||
ldap_server = "ldaps://leidap.server.c3h"
|
||||
ldap_user = "cn=lock,ou=applications,dc=leitstelle511,dc=net"
|
||||
ldap_pass = ""
|
||||
ldap_filter = "(&(objectClass=posixaccount)(memberOf=cn=keymatic,ou=groups,dc=leitstelle511,dc=net))"
|
Loading…
Add table
Add a link
Reference in a new issue