mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
remove: obsolete info
This commit is contained in:
@@ -1,12 +1,6 @@
|
|||||||
import ldap
|
import ldap
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# LDAP server details
|
|
||||||
ldap_server = "ldap://localhost:5005"
|
|
||||||
base_dn = "ou=People,dc=atlantishq,dc=de"
|
|
||||||
manager_dn = "cn=Manager,dc=atlantishq,dc=de"
|
|
||||||
manager_password = "flanigan"
|
|
||||||
|
|
||||||
class Person:
|
class Person:
|
||||||
|
|
||||||
def __init__(self, cn, username, name, email, phone):
|
def __init__(self, cn, username, name, email, phone):
|
||||||
|
|||||||
Reference in New Issue
Block a user