1LWP::Protocol::ldaps(3)User Contributed Perl DocumentatioLnWP::Protocol::ldaps(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

22       LWP::Protocol::ldap, LWP::Protocol::ldapi
23
25       Copyright (c) 2012 Peter Marschall. All rights reserved. This program
26       is free software; you can redistribute it and/or modify it under the
27       same terms as Perl itself.
28
29
30
31perl v5.32.0                      2020-07-28           LWP::Protocol::ldaps(3)
Impressum