00001 /* Copyright (C) 2000,2001 Red Hat, Inc. 00002 * 00003 * This is free software; you can redistribute it and/or modify it under 00004 * the terms of the GNU Library General Public License as published by 00005 * the Free Software Foundation; either version 2 of the License, or 00006 * (at your option) any later version. 00007 * 00008 * This program is distributed in the hope that it will be useful, but 00009 * WITHOUT ANY WARRANTY; without even the implied warranty of 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00011 * General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU Library General Public 00014 * License along with this program; if not, write to the Free Software 00015 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00016 */ 00017 00018 #ifndef modules_h 00019 #define modules_h 00020 #include "../include/libuser/user.h" 00021 00022 #define LU_KRBNAME "krbName" 00023 00024 struct lu_module *lu_files_init(struct lu_context *context, struct lu_error **error); 00025 struct lu_module *lu_shadow_init(struct lu_context *context, struct lu_error **error); 00026 struct lu_module *lu_krb5_init(struct lu_context *context, struct lu_error **error); 00027 struct lu_module *lu_ldap_init(struct lu_context *context, struct lu_error **error); 00028 struct lu_module *lu_sasldb_init(struct lu_context *context, struct lu_error **error); 00029 #endif