Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

LWP::Protocol::ldaps

Name LWP::Protocol::ldaps
Version
Located at /usr/local/share/perl5
File /usr/local/share/perl5/LWP/Protocol/ldaps.pm
Is Core No
Search CPAN for this module LWP::Protocol::ldaps
Documentation LWP::Protocol::ldaps
Module Details LWP::Protocol::ldaps

NAME

LWP::Protocol::ldaps - Provide LDAPS support for LWP::UserAgent


SYNOPSIS

  use LWP::UserAgent;
  $ua = LWP::UserAgent->new();
  $res = $ua->get('ldaps://ldap.example.com/' .
                  'o=University%20of%20Michigan,c=US??sub?(cn=Babs%20Jensen)',
                  Accept => 'text/ldif'):


DESCRIPTION

The LWP::Protocol::ldaps module provides support for using ldaps schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly.


SEE ALSO

the LWP::Protocol::ldap manpage, the LWP::Protocol::ldapi manpage


COPYRIGHT

Copyright (c) 2012 Peter Marschall. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024