search for: add_princip

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

Did you mean: add_principal
2009 May 20
1
[PATCH server] update host-browser to use ipa commands rather than kadmin
...end + krb5conf.close + + puts "Writing keytab file: #{@keytab_filename}" unless defined?(TESTING) + admin_keytab="/usr/share/ovirt-server/ipa-admin.tab" + system("/usr/kerberos/bin/kinit admin -k -t #{admin_keytab}") + add_principal(libvirt_princ) + get_keytab(libvirt_princ,ipa_host) + add_principal(qpidd_princ) + get_keytab(qpidd_princ,ipa_host) File.chmod(0644, at keytab_filename) end @@ -367,8 +378,12 @@ class HostBrowser # Executes an external program to sup...
2009 Jan 11
1
Configure usage of MS Kerberos
Hi, i would like to use on Centos 5 Microsoft kerberos tickets for authentication for some applications. LDAP FDS for example. For that I have to add some spn to Active Directory. And afterwards to export this to local keytab. --------- kadmin -q "add_principal -randkey ldap/${INSTANCE}.${fully-qualified-domain}" Then, export that key to a keytab file. If you've deployed other services which also authenticate users using Kerberos on the same system, it's recommended that you give each one its own keytab file. kadmin -q "ktadd -k...