Home - All the pastes - Authored by Thooms
Raw version
1 2 3 4 5
""" 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"