search for: set_password

Displaying 20 results from an estimated 21 matches for "set_password".

Did you mean: get_password
2011 Aug 08
0
[PATCH] check admin password for upgrade verification
...orLeft = 1) pw_elements.setField(Label("Current Password: "), 0, 1, anchorLeft = 1) @@ -649,23 +649,21 @@ class NodeInstallScreen: gridform.add(progress_bar, 0, 1) gridform.draw() self.screen.refresh() - root_pw_set = password.set_password(self.root_password_1.value(), "root") - if root_pw_set: - admin_pw_set = password.set_password(self.root_password_1.value(), "admin") - if admin_pw_set: - gridform.add(progress_bar, 0, 1) - gridform.d...
2011 Aug 07
1
SQL passdb lookups not working
Hello everyone, I'm trying to make dovecot do user authentication against a SQL database. The passwords (managed by Django) are stored as salted SHA1 encoded in hex. I monkey patched Django's password method so that the password hash is made with <password><salt> (Django does <salt><password>, the patched method was verified to return same value as
2015 Jan 16
1
polkit ACL for remotely changing a spice console password
...king and can set the password - but I can also do everything else - the default policy is still in place, and once authenticated, anything goes. I'm setting the password using a command like this: virsh --connect qemu+tcp://remote.example.org/system qemu-monitor-command --hmp mydomain 'set_password spice mynewpassword123 disconnect' I've looked at the documentation for ACLs but I can't see anything that covers qemu-monitor-command, and specifically "set_password". The other way to set passwords is to update the domain settings using an XML fragment, but I'm not...
2018 Jan 18
0
Password change error when using mskutil to setup service keytab
...Setting userAccountControl bit at 0x200000 to 0x0 -- ldap_set_userAccountControl_flag: userAccountControl not changed 0x11000 -- ldap_set_userAccountControl_flag: Setting userAccountControl bit at 0x10000 to 0x1 -- ldap_set_userAccountControl_flag: userAccountControl not changed 0x11000 -- set_password: Attempting to reset computer's password -- set_password: Try change password using user's ticket cache -- ldap_get_pwdLastSet: pwdLastSet is 131607622799660050 Error: Unable to set machine password for FIREWALL-K$: (2) Server error Error: set_password failed -- ~msktutil_exec: Destroyi...
2008 Dec 05
4
Replicating Form Behaviour in Functional Test
Hi, I''m really struggling getting a controller test to pass while the form that uses the method operates correctly. I would really welcome a second pair of eyes to help me find out what I''m missing. The test def test_set_password @request.session[:user] = users(:admin) put :set_password, :id => users(:one).id, :user => {:password => "newpass", :password_confirmation => "newpass"} assert User.authenticate(users(:one).username, "newpass") assert_redirected_to user_pa...
2011 Aug 05
1
[PATCH 1/2] update comparison for presenting dowgrade/upgrade/install/reinstall options
rhbz#691679 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-installer.py | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/ovirt-config-installer.py b/scripts/ovirt-config-installer.py index ff2ccc8..cacce5e 100644 --- a/scripts/ovirt-config-installer.py +++ b/scripts/ovirt-config-installer.py @@ -29,6 +29,7 @@ import
2006 Oct 04
2
Trac full? - [Errno 28] No space left on device
...s_request(req) File "build/bdist.solaris-2.11-i86pc/egg/acct_mgr/web_ui.py", line 240, in process_request File "build/bdist.solaris-2.11-i86pc/egg/acct_mgr/web_ui.py", line 53, in _create_user File "build/bdist.solaris-2.11-i86pc/egg/acct_mgr/api.py", line 98, in set_password File "build/bdist.solaris-2.11-i86pc/egg/acct_mgr/htfile.py", line 69, in set_password File "build/bdist.solaris-2.11-i86pc/egg/acct_mgr/htfile.py", line 103, in _update_file File "/opt/csw/lib/python2.3/fileinput.py", line 231, in next line = self.readline()...
2009 Jul 21
0
[PATCH node] Adds a new kernel cmdline argument to toggle SSH password auth.
...tate="enabled" - fi - printf "\nSSH password authentication is currently ${state}.\n\n" - - PS3="Please select an option: " - select option in "$PASSWORD" "$SSH" "$QUIT" - do - case $option in - $PASSWORD) set_password; break;; - $SSH) toggle_ssh; break;; - $QUIT) exit;; - esac +if [[ "$1" == "AUTO" ]]; then + toggle_ssh_access $OVIRT_SSH +else + while true; do + state="disabled" + /usr/bin/augtool get /files/etc/ssh/sshd_config/PasswordAuthenticati...
2009 Jul 22
1
Updated patch...
This patch obsoletes the previous, renaming the karg to ssh_pwauth.
2009 Jul 22
1
Changes the ssh karg to ssh_pwauth
This patch obsoletes the previous one with feedback from pmyers at redhat.com.
2003 May 02
6
openssh 3.6.1_p2 problem with pam (fwd)
----- Forwarded message from Andrea Barisani <lcars at infis.univ.trieste.it> ----- Date: Fri, 2 May 2003 14:01:33 +0200 From: Andrea Barisani <lcars at infis.univ.trieste.it> To: openssh at openssh.com Subject: openssh 3.6.1_p2 problem with pam Hi, I've just updated to openssh 3.6.1_p2 and I notice this behaviour: # ssh -l lcars mybox [2 seconds delay] lcars at mybox's
2017 Apr 28
2
Re: Libvirtd freezes
On 04/27/2017 04:31 PM, Stefano Ricci wrote: > Here is the backtrace of the libvirt process just started [Just a side note, you shouldn't top post on technical lists. Gmail sucks at this.] > > https://pastebin.com/R66myzFp Looks like libvirtd is trying to spawn /usr/bin/qemu-system-x86_64 but it takes ages to init. In the debug logs you might see the actual command line that
2017 Apr 29
2
Re: Libvirtd freezes
...event-set-state"}, {"name": > "trace-event-get-state"}, {"name": "system_wakeup"}, {"name": > "system_reset"}, {"name": "system_powerdown"}, {"name": "stop"}, > {"name": "set_password"}, {"name": "set_link"}, {"name": "send-key"}, > {"name": "screendump"}, {"name": "rtc-reset-reinjection"}, {"name": > "ringbuf-write"}, {"name": "ringbuf-read"}, {&quo...
2015 Mar 23
2
[PATCH] customize: add --move
From: Maros Zatko <hacxman@gmail.com> This adds --move SOURCE:DEST, equivalent of calling g#mv src dst. RFE: RHBZ#1203817 Maros Zatko (1): customize: add --move builder/cmdline.ml | 2 +- customize/customize_run.ml | 4 ++++ generator/customize.ml | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) -- 1.9.3
2015 Mar 23
0
[PATCH] customize: add --move
...omize/customize_run.ml @@ -228,6 +228,10 @@ exec >>%s 2>&1 msg (f_"Making directory: %s") dir; g#mkdir_p dir + | `Move (src, dest) -> + msg (f_"Moving: %s -> %s") src dest; + g#mv src dest + | `Password (user, pw) -> set_password user pw diff --git a/generator/customize.ml b/generator/customize.ml index 96c4c48..99ff4b9 100644 --- a/generator/customize.ml +++ b/generator/customize.ml @@ -222,6 +222,16 @@ This uses S<C<mkdir -p>> so any intermediate directories are created, and it also works if the directory a...
2017 Sep 25
0
[PATCH] customize: Unconditionally set the machine-id if not set already.
...quot;%02x" (Char.code c)) id in + let id = String.concat "" id in + let id = id ^ "\n" in + g#write etc_machine_id id + | _ -> () + ) in + (* Store the passwords and set them all at the end. *) let passwords = Hashtbl.create 13 in let set_password user pw = @@ -399,8 +421,8 @@ exec >>%s 2>&1 let uid, gid = statbuf.st_uid, statbuf.st_gid in let chown () = try g#chown uid gid dest - with Guestfs.Error m as e -> - if g#last_errno () = Guestfs.Errno.errno_EPERM + with G.Error m as e -...
2017 Apr 29
0
Re: Libvirtd freezes
...;: "trace-event-set-state"}, {"name": "trace-event-get-state"}, {"name": "system_wakeup"}, {"name": "system_reset"}, {"name": "system_powerdown"}, {"name": "stop"}, {"name": "set_password"}, {"name": "set_link"}, {"name": "send-key"}, {"name": "screendump"}, {"name": "rtc-reset-reinjection"}, {"name": "ringbuf-write"}, {"name": "ringbuf-read"}, {"name&quo...
2017 Apr 30
0
Re: Libvirtd freezes
...ate"}, {"name": >> "trace-event-get-state"}, {"name": "system_wakeup"}, {"name": >> "system_reset"}, {"name": "system_powerdown"}, {"name": "stop"}, >> {"name": "set_password"}, {"name": "set_link"}, {"name": "send-key"}, >> {"name": "screendump"}, {"name": "rtc-reset-reinjection"}, {"name": >> "ringbuf-write"}, {"name": "ringbuf-read"...
2011 Mar 25
0
Some notes on using QMP to hot plug disks
...v_del"}, {"name": "block_resize"}, {"name": "balloon"}, {"name": "set_link"}, {"name": "getfd"}, {"name": "closefd"}, {"name": "block_passwd"}, {"name": "set_password"}, {"name": "expire_password"}, {"name": "qmp_capabilities"}, {"name": "human-monitor-command"}, {"name": "query-version"}, {"name": "query-commands"}, {"name": "query-ch...
2015 Feb 27
5
[PATCH 0/4] firstboot: assorted enhancements
This patchset attempts to address a number of shortcomings in the firstboot infrastructure I came across while working with v2v conversion of various Windows VMs. Roman Kagan (4): firstboot: consolidate line ending conversion firstboot: enhance firstboot driver script for Windows firstboot: make script naming descriptive convert_windows: split firstboot into steps