#!/usr/bin/perl
use strict;
use warnings;
use RFC::Main;
print &RFC::Main::passwd_client(@ARGV),"\n";
