On 16/7/04 6:13 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Chris,
> Thanks for your help. Currently, I am binding with this line:
>
> $ldap->bind("cn=WVAdmin,cn=examplename,st=wv,c=us");
You need to add the arguments:
password => 'something'
to the bind, as otherwise you will be b
ng with the string '
cn=examplename,st=wv,c=us' like
cn=,cn=examplename,st=wv,c=us. Is this a correct assumption?
Thanks,
Sonya
Chris Ridd <[EMAIL PROTECTED]>
07/16/2004 09:49 AM
To
<[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
cc
Subject
Re: perl-ldap with ADAM
On 16/7/04 5:03 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Good morning,
> I have set up a MS ADAM instance named cn=examplename,st=wv,c=us. On
> install, the LostAndFound, Roles, and NTDS Quotas objects were created
> with dn's CN=LostAndFound,CN=examplename,ST=wv,C=us, CN=NTDS
> Quotas,
Good morning,
I have set up a MS ADAM instance named cn=examplename,st=wv,c=us. On
install, the LostAndFound, Roles, and NTDS Quotas objects were created
with dn's CN=LostAndFound,CN=examplename,ST=wv,C=us, CN=NTDS
Quotas,CN=examplename,ST=wv,C=us, and CN=Roles,CN=examplename,ST=wv,C=us.
This