Can i got AD password ??

2006-07-04 Thread news.hinet.net
Can AD password be decode?? Or it is another hash like crypt or md5?

How do I retrieve operational attributes for an LDAP entry using Net::LDAP?

2005-03-12 Thread news.hinet.net
how do I retrieve the values for 'creatorsName','createTimestamp', 'modifiersName', 'modifyTimestamp' using Net::LDAP module? pleae help = use Net::LDAP; use Net::LDAP::Util qw(ldap_error_text ldap_error_name ldap_error_desc); $host='.com'; $rdn='cn=manager,dc=,dc=com'; $ldappasswd='1

Re: [openldap] The server is referring the client to another server

2004-09-09 Thread news.hinet.net
f (!$obj) { # Search complete } elsif ($obj->isa('Net::LDAP::Reference')) { my $ref; foreach $ref ($obj->references) { print $ref , "\n"; # process ref } } else { # Process Net::LDAP::Entry } } "New

[openldap] The server is referring the client to another server

2004-09-09 Thread news.hinet.net
The ldap_error_text($mesg->code()) ahow this messgae when i search an ou that referral to another server. Ok! I know this is a referral .But how to solve this problem? How to search the remote server data and what is the server info ?

Re: [openldap] The server is referring the client to another server

2004-09-09 Thread news.hinet.net
; my $data = shift; foreach my $obj( $data->references() ) { # Oooh, recursion! Might be a reference to another reference, after all return handle_object( $msg, $obj ); } } "news.hinet.net" <[EMAIL PROTECTED]> ¦b¶l¥ó news: ¤¤¼¶¼g... > The ldap_error_text($mesg->code()) ahow this messgae when i search an ou > that referral > to another server. Ok! I know this is a referral .But how to solve this > problem? > How to search the remote server data and what is the server info ? > >

Re: Re: Have any method to find max uidnumber??]

2004-08-25 Thread news.hinet.net
thanks! But if ldap had 50,000 users and want to insert 1000 records! Use this method to find max uidnumber and do the ldapadd action. How many times the transaction cost? "Robert Boone" <[EMAIL PROTECTED]> ¦b¶l¥ó news:[EMAIL PROTECTED] ¤¤¼¶¼g... > >

Have any method to find max uidnumber??

2004-08-18 Thread news.hinet.net
Openldap V2.2 support Modify/Increment extension but have no any document teach us how to setup or to got the last uidnumber. Have any method to find max uidnumber??

How to know someone is AD User??

2004-08-05 Thread news.hinet.net
I don't know what ou or group an user locate?So i can't use this username/passwd to bind on AD. How can i check an username/passwd is AD User??

can not install net::ldap in local

2004-08-02 Thread news.hinet.net
can not install net::ldap module in local? will return; "LDAP_SUCCESS" is not exported by the Net::LDAP::Constant module at /usr/local/modftp/perlmod/Net/LDAP/Message.pm line 7 "LDAP_COMPARE_TRUE" is not exported by the Net::LDAP::Constant module at /usr/local/modftp/perlmod/Net/LDAP/Message.pm li

Re: How to install net::ldap into a nonstandard place ??

2004-07-27 Thread news.hinet.net
26 Jul 2004, at 17:46, news.hinet.net wrote: > > > Locally applied patches: > > MAINT18379 > > Built under linux > > Compiled at Feb 18 2003 22:19:53 > > %ENV: > > PERL5LIB="/home/joseph/perllib" > > @INC: > >

Re: How to install net::ldap into a nonstandard place ??

2004-07-26 Thread news.hinet.net
??? news:[EMAIL PROTECTED] ???... > > On 26 Jul 2004, at 17:46, news.hinet.net wrote: > > > Locally applied patches: > > MAINT18379 > > Built under linux > > Compiled at Feb 18 2003 22:19:53 > > %ENV: > > PERL5LIB="/home/joseph/perllib&quo

Re: How to install net::ldap into a nonstandard place ??

2004-07-26 Thread news.hinet.net
Do the same thing on solaris perl v5.8.3! Every thing is good but linux perl v5.8.0 will fail. "Graham Barr" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > > On 26 Jul 2004, at 17:46, news.hinet.net wrote: > > > Locally applied patches: > >

Re: How to install net::ldap into a nonstandard place ??

2004-07-26 Thread news.hinet.net
find /home/joseph/perllib -name LDAP.pm /home/joseph/perllib/Bundle/Net/LDAP.pm /home/joseph/perllib/Net/LDAP.pm "Graham Barr" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > > On 26 Jul 2004, at 17:46, news.hinet.net wrote: > > > Locally applied

Re: How to install net::ldap into a nonstandard place ??

2004-07-26 Thread news.hinet.net
nux-thread-multi /usr/lib/perl5/5.8.0 "Graham Barr" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > > On 26 Jul 2004, at 16:57, news.hinet.net wrote: > > > perl Makefile.PL LIB=/home/joseph/perllib > > make > > make install > > > > &

How to install net::ldap into a nonstandard place ??

2004-07-26 Thread news.hinet.net
perl Makefile.PL LIB=/home/joseph/perllib make make install perl -MNet::LDAP "LDAP_SUCCESS" is not exported by the Net::LDAP::Constant module at /usr/local/modftp/mod_perl/Net/LDAP/Message.pm line 7 "LDAP_COMPARE_TRUE" is not exported by the Net::LDAP::Constant module at /usr/local/modftp/mod_p

how to delete attribute?

2004-07-01 Thread news.hinet.net
The objectclass:alias must exist attribute aliasedObjectnmae. I want to delete aliasedObjectnmae attribute but i dont know to do this. Of course i must delete objectclass:alias ,too.

How to search an entry that have attribute(objectclass:alias)?

2004-07-01 Thread news.hinet.net
When search an entry that have attribute(objectclass:alias) i got the error message: a problem while attempting to dereference an alias How to search an entry that have attribute(objectclass:alias) ? dn: uid=alaistest,ou=test,ou=people,dc=pduke,dc=com,dc=tw objectClass: top objectClass: shadowA

Re: how to delete entry like this?

2004-06-22 Thread news.hinet.net
code using net::ldap. "Chris Ridd" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > On 22/6/04 11:20 am, news.hinet.net <[EMAIL PROTECTED]> wrote: > > > uid=,ou=people,dc=program,dc=com,dc=tw > > Since that isn't a valid DN, you may not be able

Re: how to delete entry like this?

2004-06-22 Thread news.hinet.net
uid=,ou=people,dc=program,dc=com,dc=tw "Sevastian Foglia" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > On Monday 21 June 2004 13:52, news.hinet.net wrote: > > http://211.22.252.67/KMSpire/1.gif > can you post the complete dn of this entry?

how to delete entry like this?

2004-06-21 Thread news.hinet.net
http://211.22.252.67/KMSpire/1.gif

help please

2004-02-12 Thread news.hinet.net
I add entry using Net::LDAP But i got error code 80072014 using ADSI ! == Dim oLDAP As IADsOpenDSObject Dim oUser As IADs Set oLDAP = GetObject("LDAP:") Set oContainer = oLDAP.OpenDSObject("LDAP://se2.program.com.tw/ou=People,dc=program,dc=com,dc =tw