search for: delete_host

Displaying 5 results from an estimated 5 matches for "delete_host".

2009 Aug 18
1
[PATCH server] Add of a button destroy for disabled hosts.
...t;icon_suspend_11px.png" %> Disable Host @@ -23,6 +26,7 @@ :rel=>"facebox[.bolder]", :class=>"selection_facebox" %> <%- end -%> <%- end -%> +<%= confirmation_dialog("confirm_delete", "Are you sure?", "delete_host()") %> <script type="text/javascript"> function host_action(action) { @@ -39,6 +43,19 @@ } }, 'json'); } + function delete_host() + { + $(document).trigger('close.facebox'); + $.post('<%= url_for :cont...
2010 Mar 03
2
Viewing cetificate details
Hi, I don't see any way to view the details of a certificate once it is generated. Having such a capability would be very handy for debugging purposes to check what constraints, principals, and validity interval are associated with a given cert. -- Iain Morgan
2016 Apr 13
1
[Fwd: Re: Samba_dlz, dhcp y zona inversa no actualiza]
...CC" "$PRINCIPAL" || { logger -s -p daemon.error -t dhcpd kinit for dynamic DNS failed; exit 11; } } add_host(){ logger -s -p daemon.info -t dhcpd Adding A record for host $HNAME with IP $IP to zone $ZONE on server $NAMESERVER samba-tool dns add $NAMESERVER $ZONE $HNAME A $IP -k yes } delete_host(){ logger -s -p daemon.info -t dhcpd Removing A record for host $HNAME with IP $IP from zone $ZONE on server $NAMESERVER samba-tool dns delete $NAMESERVER $ZONE $HNAME A $IP -k yes }update_host(){ CURIP=$(host -t A $HNAME | cut -d " " -f 4) logger -s -p daemon.info -t dhcpd Removing A rec...
2007 Oct 10
0
PATCH: incorrect behaviour of 'ssh-keygen -HF'
...LL) fatal("hash_host failed"); @@ -726,7 +726,7 @@ printf("# Host %s found: " "line %d type %s\n", name, num, key_type(public)); - print_host(out, cp, public, hash_hosts); + print_host(out, name, public, hash_hosts); } if (delete_host && !c) print_host(out, cp, public, 0);
2006 Nov 15
11
OpenSSH Certkey (PKI)
...case 's': + sign_host_key = 1; + break; case 'v': if (log_level == SYSLOG_LEVEL_INFO) log_level = SYSLOG_LEVEL_DEBUG1; @@ -1221,6 +1363,8 @@ printf("Can only have one of -p and -c.\n"); usage(); } + if (sign_host_key) + do_sign_host_key(pw); if (delete_host || hash_hosts || find_host) do_known_hosts(pw, rr_hostname); if (print_fingerprint || print_bubblebabble) Index: ssh_config.5 =================================================================== RCS file: /cvs/src/usr.bin/ssh/ssh_config.5,v retrieving revision 1.97 diff -u -r1.97 ssh_config.5 -...