The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

Perl extension for interfacing to the DCE login API.

AUTHOR

Doug MacEachern <dougm@osf.org>

SEE ALSO

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