[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_AuthorizeUser

Overview

Check username and password

Syntax

    int Ns_AuthorizeUser(
    char *user, 
    char *passwd
    );

Description

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

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.