diff --git a/seafile-ldap.py b/seafile-ldap.py index f819bb3..83476aa 100644 --- a/seafile-ldap.py +++ b/seafile-ldap.py @@ -90,6 +90,12 @@ else: logger.critical("Unable to find/read ccnet.conf file. Please ensure the ccnet.conf path is correct in the config.ini.") exit(2) +# Seafile url +seafileURL = ccnetConfig['General']['SERVICE_URL'] + +# mysql config + + # ldap Config ldapServer = config['LDAP']['HOST'] #ldapPort = config['LDAP SERVER'].getint('port')