similar to: Password caching issue

Displaying 20 results from an estimated 20000 matches similar to: "Password caching issue"

2024 Aug 02
1
Password caching issue
On Fri, 2 Aug 2024 11:50:00 +0200 Daniel Jordan via samba <samba at lists.samba.org> wrote: > Hey list, > > i've stumbled upon a very strange behaviour. > > I change the user password on the pdc with "samba-tool user > setpassword ..." How do you use samba-tool with a PDC ? Hang on, I think you mean the AD DC with FSMO roles, a PDC is something else
2019 Mar 31
2
Fwd: password administrator
root at dc:~# samba-tool user setpassword Administrator New Password: Retype Password: ERROR: Failed to set password for user 'Administrator': (34, "ldb_search: invalid basedn '(null)'") root at dc:~# Il 31/03/2019 19:35, Rowland Penny via samba ha scritto: > samba-tool user setpassword Administrator
2019 Oct 25
3
Old samba password is valid after setting the new one.
Hi, I've detected a very strange behavior on samba 4.8.9 and 4.10.6. After setting a new password for a user with samba-tool the old password remains valid. The user can use both passwords. After setting the third password become the first password invalid: :~ # samba-tool user setpassword extisadm --newpassword=12AbCdEf Changed password OK :~ # samba-tool user setpassword extisadm
2015 Nov 19
3
Problem setting password: : failed to pull old supplementalCredentialsBlob: NT_STATUS_BUFFER_TOO_SMALL
Hello, I am stuck with a error when setting password for a couple of specific users. This error makes impossible to set the password for the affected users. In Windows I get an operation error but the samba-tool output is more informative: samba-tool user setpassword user2 --newpassword= New Password: ndr_pull_error(11): Pull bytes 2 (../librpc/ndr/ndr_basic.c:103) ERROR: Failed to set
2019 Mar 31
2
Fwd: password administrator
I optaing this ERROR: Failed to set password for user 'administrator': (34, "ldb_search: invalid basedn '(null)'") Il 31/03/2019 18:32, Stefan Kania via samba ha scritto: > As user "root" do "samba-tool user setpassword administrator" that's it ;-) > > Am 31.03.19 um 17:48 schrieb marco pirola via samba: >> I lost the password of
2008 Oct 23
4
Problems With Rich Text I Think
I am trying to run a program called content composer and the text in the text field is invisible until i highlight it or sometimes just clicking around it will make it pop up for a bit. Also the words aren't wrapping correctly. Here are the errors i get when i run it command line. Code: fixme:mpr:WNetGetConnectionW Don't know how to convert L"\\junker" to an unc
2018 Mar 28
5
How to change Domain password as normal user?
On Tue, 27 Mar 2018 13:38:56 -0400 Mark Foley wrote: > > On Mon, 26 Mar 2018 08:08:53 +0200 Michael Wandel <m.wandel at t-online.de> wrote: > > > > Am 26.03.2018 um 06:31 schrieb Mark Foley via samba: > > > As a normal user, I want to change my Domain Password. I've tried: > > > > > > $ samba-tool user setpassword myuserId
2016 Oct 08
2
Administrator password expired - cannot change password
Hi, my samba4 Administrator password has expired and I cannot change it. I tried: [root at host] {~} > samba-tool user setpassword Administrator New Password: Changed password OK [root at host] {~} > kinit administrator at DOMAINS's Password: kinit: Password incorrect Typing the right password. The password is still the old one and expired. The password doesn't even change when
2004 Sep 10
2
flac can occasionally be worse than shorten
well, I took a look at the files. from my knowledge of shorten there are two things it does that flac doesn't do: 1. it estimates the mean of the signal for each block, subtracts it out and stores it separately. but this is pretty useless for the predictors that shorten uses as they are pretty insensitive to the mean (try different values of -m from 0 to whatever and note practically no
2019 May 13
2
Samba4 changing a user's password from linux workstation
Hi I'm trying to find a way to change user passwords from ubuntu client workstation on a samba4 domain. I tried in CLI from the client workstation (ubuntu 14.04) with: - smbpasswd -U $user => In this case, password seemed to be updated, but "wbinfo -a" didn't worked with the new password, the old one was still active. - samba-tool user setpassword $user => In this
2020 Aug 15
2
password reset using admin keytab on domain member
Hi, I was wondering if it is possible to use something like samba-tool user setpassword ... -k yes on a domain member if one has kerberos tickets for an admin account. That does not seem to work for me, as the above command appears to try to write to the database directly... ltdb: tdb(/var/lib/samba/private/sam.ldb): tdb_open_ex: could not open file /var/lib/samba/private/sam.ldb: No such file
2020 Mar 31
2
Change computer password
Hi, we work on authenticating computers via 802.1x with Samba AD as backend of Radius. Everything looks promising. We ask ourselves if it is a good idea to use the machine account which are created by joining a computer to the AD. We can change machine account passwords with `samba-tool user setpassword COMPUTERNAME$` This works, we have SUCCESS with `eapol_test` on the Radius server. The
2019 Jan 16
2
Howto set/reset/reaad computer account password with samba-4.9.x examples?
Hi list, I want to perform a domain join of a computer to a given machine account with reusing it, not overwriting. For this I think, it is the right way (for a unattend.xml) to use the <machinePassword> described here: https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-unattendedjoin-identification#child-elements in the new feature list of samba
2019 May 14
2
Samba4 changing a user's password from linux workstation
Le 13/05/2019 à 18:44, Rowland penny via samba a écrit : > On 13/05/2019 16:11, Julien TEHERY via samba wrote: >> Hi >> >> I'm trying to find a way to change user passwords from ubuntu client >> workstation on a samba4 domain. >> I tried in CLI from the client workstation (ubuntu 14.04) with: >> >> - smbpasswd -U $user >> >> => In
2016 Oct 08
2
Administrator password expired - cannot change password
Am 08.10.2016 um 16:08 schrieb barış tombul: > > Have you tried the "smbpasswd administrator" command of? > > 2016-10-08 16:21 GMT+03:00 Ronny Forberger via samba > <samba at lists.samba.org <mailto:samba at lists.samba.org>>: > > Hi, > > my samba4 Administrator password has expired and I cannot change it. > > I tried: > >
2016 Apr 27
1
why samba-tool allows password reset against Windows DC ?
The password encryption works because I can modify the password connected to a DC samba4, but the problem is when I try the same with the Windows DC. I'm using a LDAP java library. My question is: what is the samba-tool authentication method that you can reset password connected to a Windows DC using "samba-tool user setpassword Admin --newpassword=PASSWORD -H ldap://10.0.0.3 -U
2015 Apr 14
4
Samba AD changing a user's password as non-root user
Hi! I'm using Samba in an AD setup, (version 4.2.0) and I'm looking for a way to change the password of a user from the command line, as a non-root user. I know I can use 'smbpasswd', '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
2016 Oct 09
1
Administrator password expired - cannot change password
Am 08.10.2016 um 16:28 schrieb Rowland Penny via samba: > On Sat, 8 Oct 2016 16:13:57 +0200 > Ronny Forberger via samba <samba at lists.samba.org> wrote: > >> Am 08.10.2016 um 16:08 schrieb barış tombul: >>> Have you tried the "smbpasswd administrator" command of? >>> >>> 2016-10-08 16:21 GMT+03:00 Ronny Forberger via samba >>>
2017 Jun 22
2
Classic upgrade and forced password change...
Mandi! Rowland Penny via samba In chel di` si favelave... > Not if you turn the various complexity rules off, but I cannot > understand just what you have against complex passwords. Absolutely nothing against complex password, i'm a bit worried about complex INITIAL password... ;-) > You can do this, you just cannot use a simple password unless you turn > password complexity
2017 Apr 07
4
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
Hi everyone! I have a LDAP with all my users' accounts, each one with the sambaNTPassaword correctly defined. I also have a freshly installed Samba 4.2 running on a Debian 8.7 box. I followed the instructions described by Steve ThompsSmabon here <https://lists.samba.org/archive/samba/2014-June/182196.html> and I am able to create a Samba 4 domain account ('samba-tool user add ...