RE: range-upper/range-lower

2003-12-16 Thread Hirmke Michael
> -Original Message- > From: Norbert Klasen > [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 2:50 PM > To: _BA-Zentralamt-Maildienste; [EMAIL PROTECTED] > Subject: Re: range-upper/range-lower > [...] > These fields are not included in the attr

Re: range-upper/range-lower

2003-12-12 Thread Norbert Klasen
--On Montag, 24. November 2003 16:58 +0100 _BA-Zentralamt-Maildienste <[EMAIL PROTECTED]> wrote: Hi *, is it possible to retrieve the range-upper and range-lower attributes for Active Directory attributes with Perl::LDAP? I tried it with the ditcontentrule method, but I only get back name, syn

Re: range-upper/range-lower

2003-11-26 Thread Chris Ridd
On 26/11/03 12:15 pm, Hirmke Michael <[EMAIL PROTECTED]> wrote: > Hi, > > [...] >> Everything looks OK, except for the missing stuff. Are you certain the >> server's actually returning the missing stuff? > > uhm, sorry, perhaps I asked the wrong question 8-( > I'm quite sure, that the actual ans

RE: range-upper/range-lower

2003-11-26 Thread Hirmke Michael
Hi, [...] > Everything looks OK, except for the missing stuff. Are you certain the > server's actually returning the missing stuff? uhm, sorry, perhaps I asked the wrong question 8-( I'm quite sure, that the actual answer does *not* include the missing stuff. The better question might be: In whic

Re: range-upper/range-lower

2003-11-25 Thread Chris Ridd
On 25/11/03 10:56 am, Hirmke Michael <[EMAIL PROTECTED]> wrote: > Hi, > > thx for your answer. > > [...] >> However that shouldn't affect the parsing. Have you got an >> example of the >> raw AD attribute value? What does the returned schema hash >> look like? It is > > I used Data::Dumper to i

RE: range-upper/range-lower

2003-11-25 Thread Hirmke Michael
Hi, thx for your answer. [...] > However that shouldn't affect the parsing. Have you got an > example of the > raw AD attribute value? What does the returned schema hash > look like? It is I used Data::Dumper to inspect the resulting hash - see below. > clearly valid since you're able to look

Re: range-upper/range-lower

2003-11-24 Thread Chris Ridd
On 24/11/03 3:58 pm, _BA-Zentralamt-Maildienste <[EMAIL PROTECTED]> wrote: > Hi *, > > is it possible to retrieve the range-upper and range-lower attributes > for Active Directory attributes with Perl::LDAP? > I tried it with the ditcontentrule method, but I only get back name, > syntax, single-v

range-upper/range-lower

2003-11-24 Thread _BA-Zentralamt-Maildienste
Hi *, is it possible to retrieve the range-upper and range-lower attributes for Active Directory attributes with Perl::LDAP? I tried it with the ditcontentrule method, but I only get back name, syntax, single-value, no-user-modification, oid, type and aliases as attributes. Any hint? TIA. Bye.