PrepAway - Latest Free Exam Questions & Answers

Category: LX0-102 (v.2)

Exam LX0-102: Linux Part 2

Which code snippet contains the correct query?

The following excerpt is from a Perl script that reads a LDAP database and writes a LDIF file:
$ldap =Net::LDAP->new( ‘ldap.server.com’ ); $mesg = $ldap->bind( ‘cn=incadmin,o=inc’,
password => ‘secret’);[YOUR ANSWER GOES HERE] Net::LDAP::LDIF->new( \*STDOUT,”w” )->write( $mesg->entries ); $mesg=$ldap->unbind; Which code snippet contains the correct query?


Page 31 of 45« First...1020...2930313233...40...Last »