TAM::Admin::User

TAM::Admin::User is a support module for the TAM::Admin module.
Download

TAM::Admin::User Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • George Chlipala
  • Publisher web site:
  • http://search.cpan.org/~chlige/TAM-Admin-0.35/Admin/User.pm

TAM::Admin::User Tags


TAM::Admin::User Description

TAM::Admin::User is a support module for the TAM::Admin module. TAM::Admin::User is a support module for the TAM::Admin module.SYNOPSIS use TAM::Admin; # Connect to the policy server as sec_master my $pdadmin = TAM::Admin->new('sec_master', 'password'); # Get the user with the ID joe and print basic information my $user = $pdadmin->get_user('joe'); print 'Login ID: ', $user->id, "n"; print 'Login CN: ', $user->cn, "n"; print 'Login DN: ', $user->dn, "n"; if ( $user->valid ) { print "User account valid.n"; } else { # Make the user account valid $user->valid(1); } # Make the user a Non-GSO user $user->gso(0); Requirements: · Perl


TAM::Admin::User Related Software