|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
Check user's encrypted password
    int Ns_PermPasswordCheck(
    char *user, 
    char *password
    );
Validate a user's encrypted password. This function is only accessible if the nsperm module is loaded. NS_TRUE is returned if the password is correct.