README.ldap
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. LDAP support based on a patch by:
  2. Luc Saillard <luc.saillard@alcove.fr>  Thu, 30 Dec 1999 20:33:08 +0100
  3. Adapted as a generic authlib authentication module - SV 12/31/99.
  4. Configuration File
  5. ------------------
  6.      LDAP configuration is placed in the file authldaprc, which is installed,
  7.      by default, as /usr/lib/courier-imap/etc/authldaprc.
  8.      Use --with-authldaprc=pathname to override the location.
  9.      This file must be owned by root and have the permissions set to 0400
  10.      because the LDAP administrator password is stored in this file.
  11.      See the default authldaprc for more information.
  12.      CC both me and Luc Saillard for questions on authldap.
  13. Notice on Luc's original patch:
  14. -------------------------------
  15.   Copyright (C) 1999 Luc Saillard
  16.   This program is free software; you can redistribute it and/or modify
  17.   it under the terms of the GNU General Public License as published by
  18.   the Free Software Foundation; either version 2 of the License, or
  19.   (at your option) any later version.
  20.   This program is distributed in the hope that it will be useful,
  21.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  22.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  23.   GNU General Public License for more details.
  24.   You should have received a copy of the GNU General Public License
  25.   along with this program; if not, write to the Free Software
  26.   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.