Initial commit

This commit is contained in:
2024-12-05 22:56:57 +01:00
commit 1df066fe6c
9 changed files with 787 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
LDAP_SERVER=ldaps://ldap.example.com:636
USER_DN="ou=accounts,dc=example,dc=com"
GROUP_DN="ou=groups,dc=example,dc=com"
LDAP_SERVICE_USER="uid=self-service-portal,ou=service,ou=accounts,dc=example,dc=com"
LDAP_SERVICE_PASSWORD="yoursupersecurepassword"
FLASK_SECRET_KEY=your_flask_secret
JWT_SECRET=your_jwt_secret