Skip to content
Snippets Groups Projects
Commit fab09560 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Add message where the username is being pulled from

parent 71273a08
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ if (!defined($username) || $username eq "") {
print STDERR "Your LDAP CN : ";
$username = <STDIN>;
} else {
print STDERR "Your LDAP CN : $username\n";
print STDERR "Your LDAP CN : $username (passwd->gecos)\n";
}
print STDERR "Your LDAP Password: ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment