Help for this page

Select Code to Download


  1. or download this
        use Authen::Simple::NIS;
        
    ...
        if ( $nis->authenticate( $username, $password ) ) {
            # successfull authentication
        }