similar to: users can not change pasword

Displaying 20 results from an estimated 500 matches similar to: "users can not change pasword"

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
2005 May 31
1
problems with telling rsync what to delete
Hi, I'm a system manager using rsync 2.6.3 to run backups. One of the main requirements is that the data is GPG encrypted before it is sent to the remote host (and stays encrypted there). As it is impossible to encrypt the entire system (which could be well over 10GB) I built a small script to determine which files were modified, unchanged and removed. It does this by generating an md5sum
2010 Oct 14
0
no such file to load -- ZenTest but I have already installed ZenTest
$ rake spec cucumber --trace (in /home/soroush/projects/mediapilot) ** Invoke spec (first_time) ** Invoke db:test:prepare (first_time) ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:abort_if_pending_migrations ** Execute db:test:prepare ** Invoke db:test:load (first_time) ** Invoke db:test:purge (first_time) ** Invoke
2007 Mar 21
0
Samba FDS pasword problem
Hello List I try to configure samba workig with FDS. It's look OK I can connect but when user try to change his password using CTRL + ALT + DEL from windows, after typing the passwords it returns: "current password or user's name is incorrect...." The samba-pasword is change but not the usePassword attribute The logs of samba tells: [2007/03/19 12:28:51, 0]
2006 Nov 29
1
How to add Postgresql user & pasword details
Hi Groups! I am running Ruby on Rails on Red Hat Es 3 with Postgresql. to do that I install PgSQL & Ruby from source code working properly. then Install rubygems from source code. working properly. then Install gems [for postgresql] from source code. install properly. install RAILS, working properly with apache server. *****showing the page -> Welcome aboard [with the link -> About
2019 Mar 06
0
Strange behaviour with BLF-CRYPT and SHA*-CRYPT pasword schemas
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 6 March 2019 18:16 Kristijan Savic - ratiokontakt GmbH via dovecot < <a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:
2019 Mar 07
0
Strange behaviour with BLF-CRYPT and SHA*-CRYPT pasword schemas
On 7.3.2019 14.00, Kristijan Savic - ratiokontakt GmbH wrote: >> You could configure default scheme as CRYPT. It covers these all. Otherwise >> you need to make sure passwords have {SCHEME} prefix when it differs from >> default or oddities occur. --- > Thank you for the tip with CRYPT. > > Is there any explanation for this behaviour though? > > Why are BCRYPT
2003 Nov 11
1
Machine account pasword change failed (NT 4)
Hi guys and girls, I run a Samba-3.0 PDC for N.T. workstations on a Slackware Linux box. I often see the following error in the N.T. workstation's event log: Changing machine account password for account "xxxxx$" failed with the following error: The handle is invalid. Any ideas what this could be ? I'm not using PAM in any way. Any assistance would be greatly appreciated. --
2004 Mar 02
1
Changing AD pasword
Running Samba3.0.2a in linux (Gentoo) security = ads Users are logging in fine (XP and W2K), using samba for file sharing and printing. We have (by corporate decree) a fairly short password life. When the password is about to expire the user is prompted to change it during their windows logon. I have seen mention of synchronizing the password with unix but no mention of pushing it back to the AD
2004 Oct 06
1
Need to mass update pasword expiration - which ldap attributes?
Hi, I need to mass-update my users in openldap so that their passwords don't expire (school teachers). Anyone have any ideas about what the best process would be for accomplishing this? Thanks... -Jeff -- Jefferson K. Davis Technology and Information Systems Manager Standard School District 1200 North Chester Ave Bakersfield, CA 93308 USA 661-392-2110 ext 120
2014 Mar 20
1
Do _kpasswd DNS entries determine server used for pasword changes
I am trying to do something apparently unsupported in trying to use Samba 4.1.6 as an additional Active Directory Domain Controller with a Windows Server 2000 controller. I find that inbound replication works but outbound replication does not. Also DNS replication is not supported (this was noted during provisioning). In an effort to get outbound replication working, I manually entered all of the
1999 Mar 30
0
Pasword Changing Error
I just test samba 2.0.3 on Solaris 2.6/Sparc no NIS+. I just do an smbpasswd -a frank it woked, but it is not possible to change the password except i'm root. The only thing i get is: [1999/03/30 11:37:38, 1] smbd/server.c:(614) smbd version 2.0.3 started. Copyright Andrew Tridgell 1992-1998 [1999/03/30 11:37:38, 1] smbd/files.c:(219) file_init: Information only: requested 10000 open
2019 Mar 07
2
Strange behaviour with BLF-CRYPT and SHA*-CRYPT pasword schemas
> You could configure default scheme as CRYPT. It covers these all. Otherwise > you need to make sure passwords have {SCHEME} prefix when it differs from > default or oddities occur. --- Thank you for the tip with CRYPT. Is there any explanation for this behaviour though? Why are BCRYPT hashes accepted when default_pass_scheme is set to SHA512-CRYPT and not vice versa? Is this
2024 Aug 14
1
a way to migrate pasword from Samba 4.0 AD DC to new AD DC?
Please, is there any way to migrate passwords from old Samba 4.0 Ad DC to new (Samba 4.20) one? On ldbsearch export on old AD only related item I see is 'unicodePwd' attribute, and it is maybe possible write to new system using ldbmodify - but it is right and simplest solution? And one more question - why don't I get any result from the command (on 4.20 AD DC, provisioned with
2024 Aug 14
1
a way to migrate pasword from Samba 4.0 AD DC to new AD DC?
On Wed, 14 Aug 2024 05:56:22 +0200 Franta Hanzl?k via samba <samba at lists.samba.org> wrote: > Please, is there any way to migrate passwords from old Samba 4.0 Ad DC > to new (Samba 4.20) one? Yes, add another DC, but you will probably have to do it in stages, Samba 4.0.x went EOL 9 years ago. I think you would have to upgrade to 4.5.x then 4.20.x > On ldbsearch export on old AD
2019 Mar 06
2
Strange behaviour with BLF-CRYPT and SHA*-CRYPT pasword schemas
Greetings, this is less of a bug report or a help request, but we would like to know if someone can explain the following: Environment: Centos 7 with Dovecot 2.3.4-2 default_pass_scheme = BLF-CRYPT password hash in database : BLF-CRYPT login = works default_pass_scheme = SHA512 or SHA256-CRYPT password hash in database : BLF-CRYPT login = also works default_pass_scheme = BLF-CRYPT password
2024 Aug 14
1
a way to migrate pasword from Samba 4.0 AD DC to new AD DC?
On Wed, 14 Aug 2024 12:24:12 +0200 Franta Hanzlik via samba <samba at lists.samba.org> wrote: > Dne 2024.08.14 10:16, Rowland Penny via samba wrote: > > On Wed, 14 Aug 2024 05:56:22 +0200 > > Franta Hanzl?k via samba <samba at lists.samba.org> wrote: > > > >> Please, is there any way to migrate passwords from old Samba 4.0 > >> Ad DC to new
2024 Aug 14
2
a way to migrate pasword from Samba 4.0 AD DC to new AD DC?
Dne 2024.08.14 10:16, Rowland Penny via samba wrote: > On Wed, 14 Aug 2024 05:56:22 +0200 > Franta Hanzl?k via samba <samba at lists.samba.org> wrote: > >> Please, is there any way to migrate passwords from old Samba 4.0 Ad DC >> to new (Samba 4.20) one? > > Yes, add another DC, but you will probably have to do it in stages, > Samba 4.0.x went EOL 9 years ago.
2003 Aug 05
2
FreeBSD5.1 as PDC cant connect winXP box
I am at the end of my rope, I am trying to get a winxp box to logon to a pdc using freebsd5.1 and keep getting "Logon failure: unknown user name or bad passsword." or "Access Denied". I am trying to logon with 'root' and the user is in smbpasswd and /etc/passwd. I think my problem is I am not sure how to add the machine account into the samba server. I have tried just
2008 Mar 04
1
auth_debug_passwords only on mismatches?
>From the configuration notes (1.0.10), it sounds like setting 'auth_debug_passwords' will only log the user supplied password if there was a mismatch.. When I set it (with auth_debug=no), I get a good amount of auth debug info, regardless of password matching.. ------ dovecot.conf: # In case of password mismatches, log the passwords and used scheme so the # problem can be debugged.