Automating System Administration with Perl by David N. Blank-Edelman
Author:David N. Blank-Edelman
Format: mobi, epub, pdf
Tags: COMPUTERS / Programming Languages / JavaScript
Publisher: O'Reilly Media
Published: 2009-05-13T23:00:00+00:00
To find anyone with the last name Finkelstein or Hodgkin:
(|(sn=Finkelstein)(sn=Hodgkin))
To find all of the Finkelsteins who do not work in Boston:
(&(sn=Finkelstein)(!(l=Boston)))
To find all the Finkelsteins or Hodgkins who do not work in Boston:
(&(|(sn=Finkelstein)(sn=Hodgkin))(!(l=Boston)))
Here are two code examples that take an LDAP server name and an LDAP filter and return the results of the query:
use Net::LDAP;
use Net::LDAP::LDIF;
my $server = $ARGV[0];
my $port = getservbyname('ldap','tcp') || '389';
my $basedn = 'c=US';
my $scope = 'sub';
Download
Automating System Administration with Perl by David N. Blank-Edelman.epub
Automating System Administration with Perl by David N. Blank-Edelman.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7743)
Grails in Action by Glen Smith Peter Ledbrook(7665)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6240)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6199)
Running Windows Containers on AWS by Marcio Morales(5722)
Kotlin in Action by Dmitry Jemerov(5017)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4734)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4394)
Combating Crime on the Dark Web by Nearchos Nearchou(4323)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(3991)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(3986)
The Age of Surveillance Capitalism by Shoshana Zuboff(3911)
Python for Security and Networking - Third Edition by José Manuel Ortega(3547)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3488)
Mastering Python for Networking and Security by José Manuel Ortega(3318)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3309)
Blockchain Basics by Daniel Drescher(3272)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3226)
TCP IP by Todd Lammle(2957)
