Fix int to string convertion error
This commit is contained in:
parent
396fcc7418
commit
e66109b897
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue