ldap_auth.h revision cdaa29d2c5724a4c72bfa0f42284ccfac3d5a464
/*
SSSD
Copyright (C) Pavel Reichl <preichl@redhat.com> 2015
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _LDAP_AUTH_H_
#define _LDAP_AUTH_H_
#include "config.h"
enum pwexpire {
PWEXPIRE_NONE = 0,
};
struct sss_domain_info *domain,
struct sdap_options *opts,
const char *username,
char **user_dn,
enum pwexpire *user_pw_expire_type,
void **user_pw_expire_data);
void *pw_expire_data,
#endif /* _LDAP_AUTH_H_ */