""" LDAPĀ Server informations and credentials """ LDAP_SERVER_URI = "ldap://ldap-test.admin.atilla.org" LDAP_AUTHENTICATION_DN = "cn=webuser,dc=atilla,dc=org" LDAP_AUTHENTICATION_PASSWORD = "123456"