Re: [Fwd] Writing in nonascii (binary) format

2003-05-30 Thread Neo -
eadable format like VGVzdCwgT3RoZXIgVGVsICA= Any body came across this issue. Any advise will greatly help me. Thanks in advance . Graham Barr <[EMAIL PROTECTED]> wrote: ----- Forwarded message from Neo - - Date: Thu, 29 May 2003 08:41:09 -0700 (PDT) To: [EMAIL PROTECTED] From:

Re: [Fwd] Writing in nonascii (binary) format

2003-05-30 Thread Neo -
attr => [%prod_hash]); $addresult->code && warn "failed to add entry: ", $addresult->code; hope this clears up ... Thanks again. -Neo Graham Barr <[EMAIL PROTECTED]> wrote: On Thu, May 29, 2003 at 09:15:23AM -0700, Neo - wrote: > This is follow-up of my pervious q

Re: [Fwd] Writing in nonascii (binary) format

2003-05-31 Thread Neo -
I didn't know ldapsearch is b64 encoding ...got it. Thanks all for your valuable feedback. -Neo Graham Barr <[EMAIL PROTECTED]> wrote: On Thu, May 29, 2003 at 12:15:23PM -0700, Neo - wrote: > No graham i am not using LDIF module . > > Just reading the values from ldaps

Re: New bee question

2003-08-07 Thread Neo -
OS : Free BSD Cheers Chris Ridd <[EMAIL PROTECTED]> wrote: On 6/8/03 2:33 pm, Neo - wrote: > Thanks Brisby and Shiva. I am able to ping for ldap.domain.edu from my > machine. . > > May be i am missing something here .. sadly my sys admin on vacation. Does your ping pr

New bee question

2003-08-08 Thread Neo -
Hi All! A new bee question . I am using Net::LDAP module to connect openldap it works fine when i use ipaddress of the machine . but it didn't respond when i use the domain name $dn="cn=admin,dc=domain,dc=edu"; $password="password"; $version=3; $url="ldap.domain.edu:389"; (didn't work) #$u

Re: New bee question

2003-08-10 Thread Neo -
them that either your workstation is misconfigured or the name services your network relies on are completely borked. On Tue, 2003-08-05 at 18:39, Neo - wrote: > Hi All! > > A new bee question . I am using Net::LDAP module to connect openldap it works fine > when i use ipaddress of the machine

Re: Authenticating to Novell eDir 8.7 from Linux CGI with LDAP

2003-08-22 Thread Neo -
Bill, try this if($mesg->code() != 0) { print "Bind failed. Improper UserID or Password\n"; exit; } else { print "Success\n\n"; } For users -- $ans=$result->count; if($ans == 0) { print "Sorry wrong user name & password"; exit; } if($ans == 1) { print " Succe

LDAP_TYPE_OR_VALUE_EXISTS

2004-10-25 Thread Neo -
Hi all, I am trying to add a entry into my ldap DS but i am getting following error code LDAP_TYPE_OR_VALUE_EXISTS uid i am trying to add is unique uid=username2,ou=people,dc=domain,dc=com (DN) ..some attributes may be same with other users ...or is there any thing else i have look into it. Tha

nsaccountlock attribute

2007-04-13 Thread Neo -
Hi, I am not able to retrieve nsaccountlock attribute value using net ldap. I did able to retrive using ldapsearch command and ldap browser tools ..i am not sure what i am doing wrong in the code any advise greatly appreciated. here is the code i used to retrieve #!/usr/bin/perl use Net::LDAP

Re: nsaccountlock attribute

2007-04-13 Thread Neo -
Thanks Chris, It worked. - Original Message From: Chris Ridd <[EMAIL PROTECTED]> To: Neo - <[EMAIL PROTECTED]>; [EMAIL PROTECTED] Sent: Friday, April 13, 2007 2:17:01 PM Subject: Re: nsaccountlock attribute On 13/4/07 7:31, "Neo -" <[EMAIL PROTECTED]> wr

Re: nsaccountlock attribute

2007-04-20 Thread Neo -
as the updated data. I need to check if the data exist on other servers and if not to add it to the other servers. What would be the easiest way to do this. Thanks - Bill - Original Message From: Neo - <[EMAIL PROTECTED]> To: Chris Ridd <[EMAIL PROTECTED]>; perl-ldap@per