Init project

This commit is contained in:
2024-12-20 18:17:50 +07:00
commit db4dbc2e14
7 changed files with 155 additions and 0 deletions

9
config.py-example Normal file
View File

@@ -0,0 +1,9 @@
API_TOKEN = "YOU TOKEN"
API_VERSION = "38.1"
SITE = "SITE NAME"
TENANT = "TENANT NAME"
AD_SERVER = "x.x.x.x"
AD_USERNAME = "UserLogin@domain.name"
AD_PASSWORD = "VeeeeryStrongPassword"
AD_BASE_DN = "OU=Super,OU=Users,dc=consto,dc=com"