DCE::Login - Perl extension for interfacing to the DCE login API


DCE-Perl documentation  | view source Contained in the DCE-Perl distribution.

Index


NAME

Top

DCE::Login - Perl extension for interfacing to the DCE login API

SYNOPSIS

Top

  use DCE::Login;
  my($l, $status) = DCE::Login->get_current_context;
  my $pwent = $l->get_pwent;

DESCRIPTION

Top

Perl extension for interfacing to the DCE login API.

AUTHOR

Top

Doug MacEachern <dougm@osf.org>

SEE ALSO

Top

perl(1), DCE::login_base(3), DCE::Registry(3).


DCE-Perl documentation  | view source Contained in the DCE-Perl distribution.