search for: keytab_dir

Displaying 2 results from an estimated 2 matches for "keytab_dir".

Did you mean: keytab_def
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...' + hostname + '@' + default_realm libvirt_princ = 'libvirt/' + hostname + '@' + default_realm + rsyslog_princ = 'rsyslog/' + hostname + '@' + default_realm outfile = ipaddress + '-libvirt.tab' @keytab_filename = @keytab_dir + outfile @@ -94,6 +95,8 @@ class HostBrowser kadmin_local('ktadd -k ' + @keytab_filename + ' ' + libvirt_princ) kadmin_local('addprinc -randkey ' + qpidd_princ) kadmin_local('ktadd -k ' + @keytab_filename + ' ' + qpid...
2009 Jul 10
2
[PATCH: server 0/3] Add host-register.rb (replaces host-browser.rb in part)
Removes node identification functionality from host-browser.rb and adds a new script, host-register.rb, that takes over that functionality. The chief difference is that host-browser used a simple TCP server setup to get data from the node, while host-register uses the qpid bus to do so. Specifically, it communicates with the matahari qmf agent added to the node in two related patchsets to node