Perl Sasl GSSAPI and

2009-04-14 Thread Dale Moore
I am having problems with Net::LDAP and the patch by Dominic Hargreaves referenced at http://git.goingon.net/?p=perl-ldap.git;a=commitdiff;h=af630673855d88c9a88e1f86ee0d068337562e91 for supporting Round-Robin based LDAP servers. This is the code that is in the Net::LDAP Version 0.39. I am looking

Re: Perl Sasl GSSAPI and

2009-04-14 Thread Graham Barr
On Apr 13, 2009, at 12:25 PM, Simon Wilkinson wrote: On 13 Apr 2009, at 17:23, Dale Moore wrote: I recommend that if we are going to use Net::LDAP get the peerhost, and use it as part of the service name, that we modify Net::LDAP to do the reverse DNS and not expect GSSAPI to do it. Or we

Re: Perl Sasl GSSAPI and

2009-04-14 Thread Clif Harden
Graham Barr wrote: On Apr 13, 2009, at 12:25 PM, Simon Wilkinson wrote: On 13 Apr 2009, at 17:23, Dale Moore wrote: I recommend that if we are going to use Net::LDAP get the peerhost, and use it as part of the service name, that we modify Net::LDAP to do the reverse DNS and not expect

Re: How to replace multiple values of an attribute

2009-04-14 Thread Oliver Dörr
Hi Graham, thanks for your hint. I found it. The correct syntax was my $mesg1=$backendConn-modify($dn, replace = [$attr, $values]); The problem was, that $values was iso-8859-1 encoded. After decoding it, it works. Thanks again Oliver Graham Barr schrieb: On Apr 13, 2009, at 3:50 PM,