# $Id: c0c1ad58ee7e0b255355563bceb6ac200f24396a $

This package includes ntldap and/or nsmtp,
software written by Niklas Olmes <niklas@noxa.de>
and made available under
    http://www.nevm.de/ntldap/
    http://www.nevm.de/nsmtp/

Licensed under the GPLv2, see the file COPYING for details.

NOTE:  The software has been tested only under NetBSD
       and Linux under both x86_64 and x86 environments.

Building All
============

  (0) Read DEPENDS
  (1) Edit conf.mk to fit your needs
  (2) make (or bmake on foreign systems)
  (3) make install (bmake install)

Building A Specific Component
=============================

  (0) Read DEPENDS
  (1) Edit conf.mk to fit your needs
  (2) cd src/$component/
  (3) (b)make
  (4) (b)make install

Most components depend on libntldap and
all nsmtp-* depend on libnsmtp also,
so be sure to build them first.

Using ntldap
============

  (0) cp -i sample-dot-ntldaprc ~/.ntldaprc
  (1) $EDITOR ~/.ntldaprc
  (2) mkdir ~/.ntldap
  (3) cp -ipR sample-tpls ~/.ntldap
  (4) ntldap -h
      ntldap -p $PROFILE
      ntlsearch -h
