LDAP URLs

2003-09-23 Thread John Woodell
I plan to use a 'memberurl' or 'membershipFilter' attribute to store a search that generates a list of uids. A perl script would then build an aliases file from these. Is there a fancy method that accepts LDAP URLs? dn: cn: sales-ne,ou=Departments,

Fwd: LDAP question

2003-09-23 Thread Graham Barr
Begin forwarded message: From: "Ajay Lulia" <[EMAIL PROTECTED]> Date: 23 September 2003 5:54:19 BST To: <[EMAIL PROTECTED]> Subject: LDAP question Hello, I am using Net::LDAP to connect my GroupWise Address Book and getting data from the Address Book. This module is really good and help me a lot

Re: Strange error from Net::LDAP::Message... bug?

2003-09-23 Thread Marco Marongiu
This seems to be a line that was missed when the memory leak patch was applied. Change line 253 in Net::LDAP::Entry from $mesg = Net::LDAP::Message->new( {} ); to $mesg = Net::LDAP::Message->new( $ldap ); should fix it. Just tried it: Message stopped crying, but no useful action takes p

Re: Strange error from Net::LDAP::Message... bug?

2003-09-23 Thread Graham Barr
On 23 Sep 2003, at 9:18, Marco Marongiu wrote: This seems to be a line that was missed when the memory leak patch was applied. Change line 253 in Net::LDAP::Entry from $mesg = Net::LDAP::Message->new( {} ); to $mesg = Net::LDAP::Message->new( $ldap ); should fix it. Just tried it: Messa