Files
mars-tinyldap/auth.h
leitner 1d03b1e60f searchrequest scope handling (fixed by Thomas Walpuski)
add (primitive) auth support
2002-05-14 20:11:36 +00:00

8 lines
152 B
C

#ifndef _AUTH_H
#define _AUTH_H
/* return non-zero if the password matches */
int check_password(const char* fromdb,struct string* plaintext);
#endif