Re: LDAP Sorting

2005-05-26 Thread Peter Marschall
Hi On Thursday 26 May 2005 15:50, [EMAIL PROTECTED] wrote: > Yes, I discovered the typo, but even after I corrected it. I was not > getting any sorted data. Are you sure your LDAP server supports server side sorting ? Peter -- Peter Marschall eMail: [EMAIL PROTECTED]

Re: LDAP Sorting

2005-05-26 Thread CZachary
Yes, I discovered the typo, but even after I corrected it. I was not getting any sorted data. Thanks Peter Marschall <[EMAIL PROTECTED]> 05/26/2005 03:00 AM To perl-ldap@perl.org cc [EMAIL PROTECTED] Subject Re: LDAP Sorting Hi, another typo: @enttries (see the double t) is empty.

Re: Ask the LDAP

2005-05-26 Thread Peter Marschall
Hi, On Monday 23 May 2005 01:51, SideKick wrote: > I can create and delete an attibute ... but i can't ask the > LDAP-Directory for a existing attribut and values try the search() method of the Net::LDAP object. The results come back in a Net::LDAP::Search object. It is all documented in the re

Re: LDAP Sorting

2005-05-26 Thread Peter Marschall
Hi, another typo: @enttries (see the double t) is empty. Thus the empty line Maybe you should consider using * using 'perl -c FILENAME' to check for syntax errors in your file * calling your files with perl -w set your 1st line to '#!/bin/perl -w' and this is done automatically * 'use strict