|
NAMEAddressBook::DB::LDIF - Backend for AddressBook to use LDIF files.SYNOPSISuse AddressBook; $a = AddressBook->new(source => "LDIF", filename => "/tmp/ldif") DESCRIPTIONAddressBook::DB::LDIF supports sequential backend database methods.AddressBook::DB::LDIF behavior can be modified using the following options:
Any of these options can be specified in the constructor, or in the configuration file. newThe LDIF file is specified using the "filename" parameter:$a = AddressBook->new(source => "LDIF", filename => "/tmp/ldif") The filename may also be specified in the configuration file. TimestampsFor syncronization purposes, all records are timestamped with the modification date of the LDIF file.AUTHORDavid L. Leigh, <dleigh@sameasiteverwas.net>SEE ALSOAddressBook, AddressBook::Config, AddressBook::Entry.Net::LDAP
Visit the GSP FreeBSD Man Page Interface. |