Great. Thanks for working this out, Ray.

I've added support for setting the port via the namespace, but
we'll still need a default port value, so I've switched it to 33389. The
tests now use 53389 (by setting the port attribute) which is in the
dynamic port range (http://www.iana.org/assignments/port-numbers).


Ray Krueger wrote:
> I found the problem!
> 
> In the LdapBeanDefinitionParser I see this...
> 
>         //TODO: Allow port configuration
>         configuration.setLdapPort(3389);
> 
> The TODO says it all :), the problem is that 3389 is the port that
> Windows runs the Remote Desktop service on. I figured this out because
> I saw "port already in use" errors in the tests.
> 
> As a test I changed the 3389 (and the ldap urls in the tests and such)
> to 3399 and everything passes in 2 minutes. We should definitely make
> this a configurable property somehow.
> 
> Can I change this port for now?
> 
> 
> 

-- 
 Luke Taylor.                      Monkey Machine Ltd.
 PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to