remove: obsolete info

This commit is contained in:
2023-08-05 14:41:51 +02:00
parent 2d9bc0b532
commit 1cc93f14b5

View File

@@ -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):