updated boolean for the ssl variable
This commit is contained in:
@@ -9,7 +9,7 @@ config.read(cwd + '/config.ini')
|
||||
|
||||
serverDNS = config['LDAP SERVER']['server']
|
||||
serverPort = config['LDAP SERVER']['port']
|
||||
serverSSL = config['LDAP SERVER']['ssl']
|
||||
serverSSL = config['LDAP SERVER'].getboolean('ssl')
|
||||
|
||||
bindAccount = config['Bind Account']['username']
|
||||
bindPassword = config['Bind Account']['password']
|
||||
|
||||
Reference in New Issue
Block a user