Displaying 2 results from an estimated 2 matches for "ehb".
Did you mean:
eb
2007 Dec 11
0
Net::ldap no bind result
Hi,
im having some trouble using net::ldap. bind doesnt return anything (not
even false)
i basically use this code:
user,psw = ''test'', ''test''
ldap = Net::LDAP.new(:host => ''myldapserverip'', :port => 636, :base
=>''dc=ehb,dc=be'', :auth => {:method => :simple, :username => user,
:password => psw)
if (ldap.bind) then
"Authorization Succeeded! #{ldap.get_operation_result.message}"
else
"Authorization Failed: #{ldap.get_operation_result.message}"
end
The connection to the...
2010 Jul 28
6
Attempting to bypass .net check/use mono
I am trying to use the mono26 install from winetricks in order to run an installer that fails to find:
C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe
even though I have both that 2.0 and the 3.0 framework in my .wine/ folder. Once it fails to find that file it starts to run a 3.5 framework installer that wine doesn't quite have working yet.
Does anybody have any advice on