
OpenInteract::SPOPS::LDAP - Common SPOPS::LDAP-specific methods for objects

# In configuration file
'myobj' => {
'isa' => [ qw/ ... OpenInteract::SPOPS::LDAP ... / ],
}

This class provides common datasource access methods required by SPOPS::LDAP.

global_datasource_handle( [ $connect_key ] )
Returns an LDAP handle corresponding to the connection key $connect_key. If $connect_key is not given, then the default connection key is used. This is specified in the server configuration file under the key 'default_connection_ldap'.
connection_info( [ $connect_key ] )
Returns a hashref of LDAP connection information. If no $connect_key is given then we get the value of 'datasource' from the object configuration, and if that is not defined we get the default datasource from the server configuration.
See the server configuration file for documentation on what is in the hashref.

None known.

Nothing known.


Copyright (c) 2001-2002 MSN Marketing Service Nordwest, GmbH. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Chris Winters <chris@cwinters.com>