search for: systemkey

Displaying 4 results from an estimated 4 matches for "systemkey".

Did you mean: systeme
2014 Nov 03
0
[PATCH] customize: Add --ssh-inject option for injecting SSH keys.
...h this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + *) + +open Common_gettext.Gettext +open Common_utils + +open Customize_utils + +open Printf +open Sys +open Unix + +module G = Guestfs + +type ssh_key_selector = +| SystemKey +| KeyFile of string +| KeyString of string + +let rec parse_selector arg = + parse_selector_list arg (string_nsplit ":" arg) + +and parse_selector_list orig_arg = function + | [] | [ "" ] -> + SystemKey + | [ "file"; f ] -> + KeyFile f + | [ "stri...
2017 Oct 13
3
Samba 4.6.2 member server errors
...beros tickets works. https://i-technet.sec.s-msft.com/dynimg/IC195542.gif ( from https://technet.microsoft.com/nl-nl/library/cc772815(v=ws.10).aspx ) Now look at this one https://i-technet.sec.s-msft.com/dynimg/IC195551.gif Thats the user/computer login. And if im correct, you problem is the systemkey on the member. Due to somehow, an out of sync password in AD and the member server. > > There is no keytab on the member servers. Ok, can you post your smb.conf Because without it is a guessing game as of this point. > > I do not know if it matters but all of the machines are &g...
2014 Nov 02
3
[PATCH] customize: Add --ssh-inject option for injecting SSH keys.
This adds a customize option: virt-customize --ssh-inject USER[=KEY] virt-builder --ssh-inject USER[=KEY] virt-sysprep --ssh-inject USER[=KEY] In each case this either injects the current (host) user's ssh pubkey into the guest user USER (adding it to ~USER/.ssh/authorized_keys in the guest), or you can specify a particular key. For example: virt-builder fedora-20 --ssh-inject root
2017 Oct 12
3
Samba 4.6.2 member server errors
Hi, I have 2 samba AD DC's running 4.7.0 and 2 member servers running 4.6.2. Everything seems to be working OK except that I see the following errors over and over again in the winbind log on one of the member servers: [2017/10/12 00:53:52.351095, 2] ../auth/kerberos/kerberos_pac.c:96(check_pac_checksum) check_pac_checksum: PAC Verification failed: Decrypt integrity check failed