Who Am I? extension

2004-11-02 Thread Norbert Klasen
=head1 METHODS =over 4 =item who_am_i Obtain the authorization identity which the server has associated with the user or application entity. =back =head1 SEE ALSO L, L =head1 AUTHOR Norbert Klasen E[EMAIL PROTECTED], Please report any bugs, or post any suggestions, to the perl-ldap ma

Re: Net::LDAP problem (newrdn: attribute type undefined)

2004-08-02 Thread Norbert Klasen
--On Montag, 2. August 2004 10:56 +0200 Ulrich Windl <[EMAIL PROTECTED]> wrote: Graham, sorry for contacting you directly, but I have a documentation problem with Net::LDAP: I wrote a CGI script to edit LDAP directory entries. The script works fine for modifying attributes (add/modify/delete), b

Re: issue on Net::LDAP sasl issue on windows 2000.

2004-04-14 Thread Norbert Klasen
--On Freitag, 9. April 2004 13:09 -0400 [EMAIL PROTECTED] wrote: my $sasl = Authen::SASL->new(mechanism => 'DIGEST-MD5', password =>'xyzabc'); Are you sure Active Directory in Windows 2000 supports DIGEST-MD5? According to Microsoft's "Active Directory LDAP Compliance" document RFC 2831 (Using

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: Auth to AD via Net::LDAP

2003-10-14 Thread Norbert Klasen
--On Freitag, 10. Oktober 2003 09:43 -0400 Edward Brookhouse <[EMAIL PROTECTED]> wrote: my $result=$ldap->bind("CN=$name",$LDAPSearchBase,password=>$password) || return "Can't bind:".$result->error; shouldn't this be $ldap->bind("CN=$name,$LDAPSearchBase", password => $password) i