X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=web%2Fmachines.cgi;h=92deede238ebb30827c68bb5e52a7989ef5008e2;hb=493d0e14bffe589c8ae87e45f503c872993c4fb5;hp=72f729bae8844a5b205486eed268dc15f92d9764;hpb=bc0a3b648cab79ca4879317d503e3410944ae95a;p=mirror%2Fuserdir-ldap.git diff --git a/web/machines.cgi b/web/machines.cgi index 72f729b..92deede 100755 --- a/web/machines.cgi +++ b/web/machines.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: machines.cgi,v 1.7 2000/08/19 02:53:56 tausq Exp $ +# $Id: machines.cgi,v 1.9 2001/01/08 07:03:23 tausq Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. @@ -27,14 +27,18 @@ my (%attrs, @attrorder, %summaryattrs, @summaryorder); 'bandwidth' => 'Bandwidth', 'status' => 'Status', 'notes' => 'Notes', + 'sshrsahostkey' => 'SSH host key (RSA)', + 'sshdsahostkey' => 'SSH host key (DSA)', + 'description' => 'Description', 'createtimestamp' => 'Entry created', 'modifytimestamp' => 'Entry modified' ); # This defines what fields are displayed, and in what order -@attrorder = ('hostname', 'admin', 'architecture', 'distribution', 'access', - 'sponsor', 'sponsor-admin', 'location', 'machine', 'memory', - 'disk', 'bandwidth', 'status', 'notes', 'createtimestamp', 'modifytimestamp'); +@attrorder = qw(hostname admin architecture distribution access + sponsor sponsor-admin location machine memory + disk bandwidth status notes sshrsahostkey sshdsahostkey + description createtimestamp modifytimestamp); # ditto for summary %summaryattrs = ('hostname' => 'Host name',