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

WEB邮件程序

开发平台:

C/C++

  1. /*
  2.  * modauthldap.c - Define the authentification ldap module
  3.  * 
  4.  * courier-imap - 
  5.  *
  6.  * Copyright 1999 Luc Saillard <luc.saillard@alcove.fr>.
  7.  *
  8.  * This module use a server LDAP to authenticate user.
  9.  * See the README.ldap
  10.  *
  11.  * This program is free software; you can redistribute it and/or
  12.  * modify it under the terms of the GNU General Public License
  13.  * as published by the Free Software Foundation; either version 2
  14.  * of the License, or (at your option) any later version.
  15.  *
  16.  * This program is distributed in the hope that it will be useful,
  17.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
  19.  *
  20.  * See the GNU General Public License for more details.
  21.  * 
  22.  * You should have received a copy of the GNU General Public License
  23.  * along with this program; see the file COPYING. If not, write to 
  24.  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  25.  * Boston, MA  02111-1307, USA.
  26.  */
  27. #define MODULE auth_ldap
  28. #include "mod.h"