int Ns_AuthorizeUser( char *user, char *passwd );
int Ns_AuthorizeUser(
char *user,
char *passwd
);
Checks that the cleartext password is correct for the specified user. Returns NS_OK if it matches or NS_ERROR if not (or if no authorization procedure is registered).
Top of Page
Copyright © 1998-99 America Online, Inc.