@@ -70,7 +70,7 private | |||
|
70 | 70 | def initialize_ldap_con(ldap_user, ldap_password) |
|
71 | 71 | Net::LDAP.new( {:host => self.host, |
|
72 | 72 | :port => self.port, |
|
73 |
:auth => { :method => :simple, :username => |
|
|
73 | :auth => { :method => :simple, :username => ldap_user, :password => ldap_password }} | |
|
74 | 74 | ) |
|
75 | 75 | end |
|
76 | 76 |
General Comments 0
You need to be logged in to leave comments.
Login now