Skip to content

Commit

Permalink
Also update port in test ldapserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 12, 2022
1 parent 3ca6b31 commit 5c4d800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ldapserver.rb
Expand Up @@ -283,7 +283,7 @@ def load_test_data
require 'net/ldap'
LdapServerAsnSyntax = Net::BER.compile_syntax(LdapServer::LdapServerAsnSyntaxTemplate)
EventMachine.run do
port = (ENV['PORT'] || 3890).to_i
port = (ENV['PORT'] || 43890).to_i
EventMachine.start_server "127.0.0.1", port, LdapServer
#EventMachine.add_periodic_timer 60, proc { $logger.info "heartbeat" }
#$logger.info "started LDAP server on 127.0.0.1 port #{port}"
Expand Down

0 comments on commit 5c4d800

Please sign in to comment.