Displaying 4 results from an estimated 4 matches for "kadmin_local".
Did you mean:
adminlocal
2009 May 20
1
[PATCH server] update host-browser to use ipa commands rather than kadmin
...r
# TODO need a way to test this portion
unless (defined? TESTING) || File.exists?(@keytab_filename)
# TODO replace with Kr5Auth when it supports admin actions
- puts "Writing keytab file: #{@keytab_filename}" unless defined?(TESTING)
- kadmin_local('addprinc -randkey ' + libvirt_princ)
- kadmin_local('ktadd -k ' + @keytab_filename + ' ' + libvirt_princ)
- kadmin_local('addprinc -randkey ' + qpidd_princ)
- kadmin_local('ktadd -k ' + @keytab_filename + ' ' + qpidd_...
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...irt-db-omatic
diff --git a/scripts/ovirt-rsyslog-kerbsetup b/scripts/ovirt-rsyslog-kerbsetup
new file mode 100755
index 0000000..7b7dd90
--- /dev/null
+++ b/scripts/ovirt-rsyslog-kerbsetup
@@ -0,0 +1,28 @@
+#!/usr/bin/python
+
+import krbV
+import os
+import socket
+import shutil
+import sys
+
+def kadmin_local(command):
+ ret = os.system("/usr/kerberos/sbin/kadmin.local -q '" + command + "'")
+ if ret != 0:
+ raise
+
+def get_ip(hostname):
+ return socket.gethostbyname(hostname)
+
+default_realm = krbV.Context().default_realm
+
+# In the fol...
2014 Oct 23
1
Aix 7.1 + Samba 3.60 + W2003 AD can not access shares
...er = dc.mydomain.com:749
default_domain = MYDOMAIN.COM
}
[domain_realm]
.mydomain.com = MYDOMAIN.COM
mydomain.com = MYDOMAIN.COM
[logging]
kdc = FILE:/var/krb5/log/krb5kdc.log
admin_server = FILE:/var/krb5/log/kadmin.log
kadmin_local = FILE:/var/krb5/log/kadmin_local.log
default = FILE:/var/krb5/log/krb5lib.log
And this is my smb.conf :
[global]
workgroup = MYDOMAIN
realm = MYDOMAIN.COM
server string = AIXCLINT
netbios name = aixclient
encrypt passwords = yes...
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