search for: _password

Displaying 10 results from an estimated 10 matches for "_password".

Did you mean: password
2004 Jan 13
0
Winbind & Wrong Password - PAM Issue? NT_STATUS_WRONG _PASSWORD?
...at Enterprise Linux WS 3.0 and configured winbind and samba the same way I normally do. However when I attempt to authenticate to the Linux workstation before I am even prompted to enter my password, winbind submits a rogue password to the Windows NT Domain Controller causing a "NT_STATUS_WRONG_PASSWORD" error to show up in the /var/log/messages log file and after a few attempts, lock out my windows account. Excerpt of /var/log/messages (BEFORE PROMPT FOR PASSWORD): ----------------------------------------------- Jan 12 08:59:59 localhost pam_winbind[1045]: request failed: Wrong Password, PA...
2006 Jan 09
0
[PATCH] Add service dependency to network
...00 @@ -551,14 +551,14 @@ then [ -z "${_cygwin}" ] && _cygwin="ntsec" if [ $_nt2003 -gt 0 -a "${sshd_server_in_sam}" = "yes" ] then - if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -u sshd_server -w "${_password}" -e "CYGWIN=${_cygwin}" + if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -u sshd_server -w "${_password}" -e "CYGWIN=${_cygwin}" -y tcpip then echo echo "The service has been installed under sshd_server account." e...
2006 Jun 08
2
LoginEngine: undefined method `generate_security_token''
Hi there, I''m trying to set up LoginEngine with Rails 1.1.2 on Ruby 1.8.4 on a Windows XP box and the log is reporting: undefined method `generate_security_token'' for #<User:0x39436a0> Rendering user/signup Rendered user/_edit (0.01600) Rendered user/_password (0.01600) Rails appears to be failing on key = @user.generate_security_token in user_controller.rb in the signup method. The offending block is: if @user.save key = @user.generate_security_token url = url_for(:action => ''home'', :user_id => @us...
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
...kgroup -l'" + echo "and restart this script." + exit 1 + fi + dos_var_empty=`cygpath -w ${LOCALSTATEDIR}/empty` + while [ "${sshd_server_in_sam}" != "yes" ] + do + if [ -n "${password_value}" ] + then + _password="${password_value}" + # Allow to ask for password if first try fails + password_value="" + else + echo + echo "Please enter a password for new user 'sshd_server'. Please be sure that" + echo "this password matches the password rules given on yo...
2014 Mar 13
0
Patch & feature request: hide passwords in doveconf -n by default
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, attached patch tries to hide any setting that ends in _password (singular) in the output of doveconf by default. doveconf -n - -> passwords replaced by "<hidden>" to prevent information leak when submitting bug reports doveconf -n -P - -> passwords visible when used by admins locally doveconf -n -P -P - -> setting itself is not show...
2006 Jan 09
2
Cisco phones 7940
I know this isn't a specifically asterisk question, but does anyone know how to make the phone NOT use it's old config? I'm trying to get rid of the second line registration crap and it's not working. Aaron
2009 Apr 27
2
Cucumber: Setting Dependency among scenarios
...redential as (.*) and (.*)$") public void setCredentials(String userName, String password) { // set credentials to members ... } @When("I call Validate Profile") public void validateProfile() { ... ValidatedProfile profile = validateProfile.validate(_userName, _password); // set profile in class member ... } @Then("Profile should validate successfully() { // assert contents of Validated Profile } } Now I would like to create a Test case, say ProfileSignInTest, for ProfileSignIn. As ProfileSignIn requires a ValidatedProfile, I would...
2016 Sep 26
1
[PATCH] p2v: add mnemonics to labels and buttons (RHBZ#1379289)
...@@ -317,11 +319,12 @@ create_connection_dialog (struct config *config) table_attach (table, username_entry, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, GTK_FILL, 4, 4); - password_label = gtk_label_new (_("Password:")); + password_label = gtk_label_new_with_mnemonic (_("_Password:")); table_attach (table, password_label, 0, 1, 2, 3, GTK_FILL, GTK_FILL, 4, 4); set_alignment (password_label, 1., 0.5); password_entry = gtk_entry_new (); + gtk_label_set_mnemonic_widget (GTK_LABEL (password_label), password_entry); gtk_entry_set_visibility (GTK...
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am
2003 Dec 01
0
No subject
...So I have applied a few fairly restrictive security policies. DOMAIN policy (actually on affects the account security policies) and a DOMAIN CONTROLLER policy.. that s a little more restrictive.... I get the following error when trying to join my samba server to the domain: --snip-- modify_trust_password: machine DOMAINCONTROLLER rejected the tconX on the IPC$ share. Error was : ERRDOS - ERRnoaccess. 2001/08/09 18:41:39 : change_trust_account_password: Failed to change password for domain DOMAIN. Unable to join domain DOMAIN. --snip-- Any ideas? Hugo Levasseur Ece Computing McGill University...