updated boolean for the ssl variable

This commit is contained in:
2021-10-12 09:16:33 -04:00
parent ec2fd0d3a9
commit 435093e685

View File

@@ -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']