Re: First LDAP-Perl Script

2009-09-21 Thread Chris Ridd
On 21 Sep 2009, at 13:53, Graham Barr wrote: On Sep 21, 2009, at 5:41 AM, Chris Ridd wrote: On 20 Sep 2009, at 18:44, Parag Kalra wrote: I think I got what was going wrong...If I am not wrong 'bind' method uses authentication hence credentials only while making any changes (add/modify/d

Re: First LDAP-Perl Script

2009-09-21 Thread Graham Barr
On Sep 21, 2009, at 5:41 AM, Chris Ridd wrote: On 20 Sep 2009, at 18:44, Parag Kalra wrote: I think I got what was going wrong...If I am not wrong 'bind' method uses authentication hence credentials only while making any changes (add/modify/delete) to ldap server. So if I will use wrong c

Re: First LDAP-Perl Script

2009-09-21 Thread Chris Ridd
On 20 Sep 2009, at 18:44, Parag Kalra wrote: I think I got what was going wrong...If I am not wrong 'bind' method uses authentication hence credentials only while making any changes (add/modify/delete) to ldap server. So if I will use wrong credentials to modify ldap database then it will

Re: First LDAP-Perl Script

2009-09-20 Thread Parag Kalra
I think I got what was going wrong...If I am not wrong 'bind' method uses authentication hence credentials only while making any changes (add/modify/delete) to ldap server. So if I will use wrong credentials to modify ldap database then it will surely shout... Cheers, Parag On Sun, Sep 20, 20