Init project
This commit is contained in:
9
config.py-example
Normal file
9
config.py-example
Normal 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"
|
||||
Reference in New Issue
Block a user