Fix int to string convertion error

This commit is contained in:
Timothée Floure 2018-12-23 16:41:10 +01:00
parent 396fcc7418
commit e66109b897
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def connect_ldap
)
ldap_addr = @configuration['ldap']['host'] + ':' +
@configuration['ldap']['port']
@configuration['ldap']['port'].to_s
begin
if conn.bind
conn