Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: perld
  • Content: Threads
  • Order by date
  1. perld

    LDAP interaction

    I'm trying to extract values from an LDAP server. I've a very basic script to grab these using the following: *** START *** my $ldapconn = Net::LDAP->new($ldap{host},port => $ldap{port},version => $ldap{version}) or die "LDAP error: $@\n"; my $ldapbind = $ldapconn->bind($ldap{admin},password...
  2. perld

    Net::SSH::Perl failure via Apache

    Have a script using Net::SSH::Perl that connects to remote machines and executes commands. Running the script via a shell as user apache returns as expected. When trying to run the script from a web browser (running as user apache) the script fails at the the line $session->login($user, $pass)...

Part and Inventory Search

Back
Top