
Line 534 doesn't seem to obey the Params that I setup in Config.pm. I'm using AD on port 3268 and I need to be able to pass the port number. my $LDAP = Net::LDAP->new($Self->{Host)) or die "$@"; I've managed to mangle my version to work, but I was hoping there was a more elegant solution. Thanks -Mark

On Wednesday, July 07, 2004 9:32 PM
Mark Menke
Line 534 doesn't seem to obey the Params that I setup in Config.pm. I'm using AD on port 3268 and I need to be able to pass the port number.
my $LDAP = Net::LDAP->new($Self->{Host)) or die "$@";
I've managed to mangle my version to work, but I was hoping there was a more elegant solution.
Try using: $Self->{'Customer::AuthModule::LDAP::Host'} = 'ad.example.com:3268'; hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Mark Menke
-
Robert Kehl