This commit is contained in:
7marcus9 2022-07-11 20:27:33 +02:00
parent d28c6375c8
commit ac92458573
8 changed files with 327 additions and 0 deletions

8
config.py.example Normal file
View 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))"