search for: retype

Displaying 20 results from an estimated 2251 matches for "retype".

2008 Feb 13
4
FreeBSD: Changing UNIX password - Password Chat?
...and I have loglevel 100. I am not certain about the syntax in the password chat. But if I from a console try to change the password of a given user (here testuser1), I see these lines: mflserver3# /usr/bin/passwd testuser1 Changing local password for testuser1 New Password: (entering the password) Retype New Password: (entering it again) >From that i guess the expression in the chat would be: *Changing*local*password*for* %u\n *New*Password* %n\n *Retype*New*Password* %n\n Selected parts of the log shows: [2008/02/13 17:47:07, 100] smbd/chgpasswd.c:expect(279) expect: expected [*Changing*lo...
2003 Feb 05
3
Problem in changing Samba passwd
Dear Members, I face a problem in changing the samba password from a remote machine.The error is stated as RAP86. The version of Samba file sharing that I'm using is 2.2.7 The problem comes as follows; [Thushani@smbserver Thushani]$ smbpasswd Old SMB password: New SMB password: Retype new SMB password: machine 127.0.0.1 rejected the password change: Error was : RAP86: The specified password is invalid. Failed to change password for Thushani Please any one of you write to me what I should do to solve this problem In the smb.conf file I have unix password sync=yes passwd pro...
2014 Dec 20
1
doveadm pw generates different hash each time it is invoked !?
...specify the hashing method, I get the same password each time (as I expect). What on earth is going on here? There must be something fundamental that I am missing. ============================================== Illustrative example: machine(user) 6136 > doveadm pw -u joebob Enter new password: Retype new password: {CRAM-MD5}00747cf2ffaf11c5ea4a64979c3901fc1d20dee13f480bb598f7d8575b23e61b machine(user) 6137 > doveadm pw -u joebob Enter new password: Retype new password: {CRAM-MD5}00747cf2ffaf11c5ea4a64979c3901fc1d20dee13f480bb598f7d8575b23e61b #SAME, as expected machine(user) > doveadm p...
2002 Nov 18
3
Changing passwords under Win2K/WinXP (Samba 2.2.6)
G'day all... Has anyone had any success in achieving the above, without requiring the user to run smbpasswd on the samba server? On the client machine (2000 or XP) when I press ctrl-alt-del and attempt to change the password I get the error "The User name or old password is incorrect..." I need to keep things as simple as possible for my users, they're not highly computer
2004 May 29
1
Users can not change samba password
Following is permissions assigned to smbpasswd: -rwxr-xr-x 1 root system smbpasswd Following is what occurs when root attempts to change a user's password: # smbpasswd test New SMB password: Retype new SMB password: Password changed for user test Following is what occurs when the user attempts to change their own password: system> whoami test system> ./smbpasswd Old SMB password: New SMB password: Retype new SMB password: machine 127.0.0.1 rejected the password change : Error was : RAP...
2015 Apr 14
4
Samba AD changing a user's password as non-root user
...9;, 'samba-tool user setpassword', or 'samba-tool user password', but these all seem to require root privileges. When I run them as root, they work, but when I run them as non-root user, I get: user1a at test-s4ad:~$ smbpasswd -U dago Old SMB password: New SMB password: Retype new SMB password: SAMR connection to machine NT_STATUS_ACCESS_DENIED failed. Error was 127.0.0.1, but LANMAN password changes are disabled or user1a at test-s4ad:~$ samba-tool user password -U dago Password for [S4\dago]: New Password: Retype Password: ERROR: Failed to change password...
2005 Feb 10
2
problem creating trusts between NT4 and samba
...I'm following this help: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/InterdomainTr usts.html, specifically, using samba as the trusted domain. However, when I run "smbpasswd -a -i rumba" I get the following: phoenix:~ # smbpasswd -a -i ada New SMB password: Retype new SMB password: Failed to initialise SAM_ACCOUNT for user ada$. Does this user exist in the UNIX password database ? Failed to modify password entry for user ada$ The docs mention afterwards that there should be a unix account of the same name before trying the above. I've created that...
2000 Feb 01
4
Working Passwd Chat for Unix Password Sync on Redhat 6.1
...sync working for Redhat 6.1 (samba 2.05a rpm). I got the PDC working this morning, so I'm happy. The FAQ section on the samba site was very helpful. The password sync was the only sticking point. The default passwd chat script didn't work well passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passw d:*all*authentication*tokens*updated*successfully* I tried this one - but again no luck passwd chat = *(current)*UNIX*password:* %n\n *New*UNIX*password:* %n\n *Retype*new*UNIX*password:* %n\n *passwd:*all*authentication*tokens*updated*suc cessfully* I've see...
2004 Feb 25
1
probleb with 'passwd chat' and 'passwd program'
Hi ! I have a problem using an external script to change password : in smb.conf, i have : => passwd chat = "Changing password for*\nNew password*" %n\n "\nRetype new password*" %n\n => passwd chat debug = Yes => log level = 100 => unix password sync = Yes => passwd program = /usr/local/sbin/smbldap-passwd %u The script is called normally, and logs show that the "passwd chat" looks good as the new password (coucou) is send two time...
2003 Feb 04
2
Not able to login to Samba PDC : The specified user does not exist
...max log size = 50 hosts allow = 127.0.0.1 192.168.0.0/255.255.255.0 add user script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u ;sync UNIX passwords unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*passwd* %n\n *Retype*new*UNIX*passwd* %n\n *Enter*new*UNIX*password* %n\n *Retype*new*UNIX*passwd* %n\n *passwd: *all*authentication*tokens*updated*successfully* [pub] path = /home/public browseable = yes guest ok = yes read only = no writeable = yes [homes] comment = Home Directories browsable...
2018 Jan 03
3
samba AD: using passwd on linux to change PW
Hi, a short question about changing passwords. Our linux login server is using winbind for authentication. Everything is working well, but changing the password for a user does not work. We see the following error: passwd Changing password for USER (current) NT password: passwd: Authentication token manipulation error passwd: password unchanged /var/log/auth.log pam_winbind(sshd:auth):
2016 Feb 29
4
Segmentation Fault when trying to set root samba password, IPA as a backend
...smbpasswd -a root No builtin backend found, trying to load plugin Module 'ipasam' loaded smbldap_open_connection: connection opened ldap_connect_system: successful connection to the LDAP server pdb_init_ipasam: support for pdb_enum_upn_suffixes enabled for domain bolls.lan New SMB password: Retype new SMB password: Segmentation fault What to do??? Regards Martin
2011 Aug 31
1
[PATCH] Allow verification of user's hash in doveadm-pw
...pond to a given clear password. This can be useful to check if a hash generated by another program can be verified by Dovecot without any errors. This patch adds the ability the verify a password hash using `doveadm pw` via the `-V` option. ??? $ doveadm pw -s SSHA.hex ??? Enter new password: ??? Retype new password: ??? {SSHA.HEX}58b910d947c60b35be3e12b0d9897c1f87dfa450e6d5a75c ??? $ doveadm pw -s SSHA.hex -V{SSHA.HEX}58b910d947c60b35be3e12b0d9897c1f87dfa450e6d5a75c ??? Enter new password: ??? Retype new password: ??? {SSHA.HEX}4fdf801f57870fb624bee60895c2308187837dfb3987ca06 (verified) When th...
1999 Mar 24
1
About Samba passwords
...obal] workgroup = KILLER server string = Samba Server log file = /var/log/samba/log.%m security = user password level = 8 username level = 8 encrypt passwords = yes smb passwd file = /etc/smbpasswd unix password sync = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* socket options = TCP_NODELAY local master = yes os level = 33 domain master = yes preferred master = yes domain logons = yes name resolve order = wins lmhosts bcast wins support = yes preserve case =...
1999 Aug 01
0
Problem with Password sync
...with Samba 1.9.18p10 Client : Win98 with Primary Network Logon = Windows Logon Extract from /etc/smb.conf: [global] <snip> domain logons = yes encrypt passwords = yes guest account = nobody <snip> logon script = logon.bat <snip> passwd chat = New\sUNIX\spassword* %n\n *Retype\snew\sUNIX\spassword* %n\n passwd chat debug = True passwd program = /usr/bin/passwd %u <snip> security = SERVER unix password sync = True username map = /etc/smbusers workgroup = HOME Output from /usr/bin/passwd: [root@pc00 root]# passwd bhaezlr New UNIX password: Retype new UNI...
2007 Aug 30
1
Help with nis password changes
...until I have done as much research as possible, and again, this is the case... Just after I thought I had my RH5 samba/nis server working fine, I come across the inability to update nis passwords. >From the server as root: passwd guest1 Changing password for user guest1. New UNIX password: Retype new UNIX password: NIS password could not be changed. passwd: all authentication tokens updated successfully For the heck of it: yppasswd guest1 Changing NIS acount information for guest1 on server. Please enter root password: Changing NIS password for guest1 on server. Please enter new password...
2008 Dec 12
1
Unable to modify TDB passwd
Hi, I'm having difficulty creating new user accounts. Attempting to create a new user account using smbpasswd fails, as follows: #smbpasswd -a guest New SMB password: Retype new SMB password: Unable to modify TDB passwd: NT_STATUS_UNSUCCESSFUL! Failed to add entry for user guest. Failed to modify password entry for user guest Attempting to create a new user account using pdbedit fails, as follows: # pdbedit -a -u guest new password: retype new password: Unable to m...
2007 Sep 09
1
user / machine / group scripts, some work some don't
...sbin/useradd -s /bin/false -d /var/lib/nobody '%u' now the adduser syntax gives me loads of this over and over again: Use of uninitialized value in chop at /usr/sbin/adduser line 537. Use of uninitialized value in pattern match (m//) at /usr/sbin/adduser line 538. Enter new UNIX password: Retype new UNIX password: No password supplied Enter new UNIX password: Retype new UNIX password: No password supplied Enter new UNIX password: Retype new UNIX password: No password supplied passwd: Authentication token manipulation error passwd: password unchanged If only all scripts would give me some...
2004 Nov 02
1
Samba3 + LDAP - w2k says it couldn't change password (but it did)
Hello, I have a following test environment: 1) Samba PDC + OpenLDAP Slave (192.168.1.2) 2) OpenLDAP Master (192.168.1.1). Whatever is changed/added on the Master, it gets replicated to Slave. Now, when a user is logged in, and tries to change the password - he/she must supply the old password, and twice new one (normal behaviour). After pressing OK the user is said that the password
2015 Jan 24
2
Usability issue when forced to change password when logging in to a system
On Fri, Jan 23, 2015 at 10:50 AM, Peter Stuge <peter at stuge.se> wrote: > John Olsson M wrote: >> it looks like OpenSSH does not cache and copy the authentication password > .. >> So I am wondering if there is any reason for doing like this? > > Data hygiene is one. Also, in my opinion as more of an admin than a developer, any bug in a routine that stores psswords