GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Connector::Proxy::Net::LDAP::Simple(3) User Contributed Perl Documentation Connector::Proxy::Net::LDAP::Simple(3)

Connector::Proxy::Net::LDAP::Simple

Get/Set scalar values on unique ldap entries. The connector will die if multiple entries are found.

See Connector::Proxy::Net::LDAP for basic configuration options

 connector:
    LOCATION:...
    ....
    attrs: Str|Array

The class needs one or more attribtues to look for. You can pass them either as space delimited string or array ref in the attrs parameter.

The attrs list must contain at least one argument. You can specify multiple attributes but you will receive only the first non undef value which is found. If the attribute itself is multivalued, only the first value is returned.

If called with an empty path, returns { TYPE => "connector" }. Otherwise calls get internally and returns undef if not found or the value accompanied with TYPE => scalar.

Not supported.

If you want to use the set method, your attribute map must contain exactly one value that denotes the attribute to which the value is written. You can set only a scalar value.

You can control how existing attributes in the node are treated and if missing nodes are created on the fly. See Connector::Proxy::Net::LDAP for details.

2022-02-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.