Displaying 20 results from an estimated 192 matches for "passwordsettings".
2018 Oct 02
2
Passwordsettings
Hi!
I have one question about passwordsettings in Samba 4:
My configuration:
S.O. : Ubuntu 16.04
Samba Version: 4.7.7
--
samba-tool domain passwordsettings show
Password complexity: on
Store plaintext passwords: off
Password history length: 24
Minimum password length: 7
Minimum password age (days): 0
Maximum password age (days): 180
Acco...
2018 Oct 04
1
Passwordsettings
As Rowland points out, that password already meets the complexity
criteria, so I don't think Password Settings Objects (PSOs) will help
here. PSOs allow you to tailor different passwordsettings for different
users, i.e. turn complexity on or off for specific users. PSOs don't let
you customize the criteria that determines whether a password is complex
or not.
So you could use PSOs to enforce a longer minimum password length for
certain users, but they would likely just make the s...
2019 May 05
2
samba-tool max-pwd-age error
debian 9 fresh install, samba-4.10.2 from Louis:
root at lnxdc1:/home/service# samba-tool domain passwordsettings show
Password informations for domain 'DC=mydomain,DC=lan'
Password complexity: on
Store plaintext passwords: off
Password history length: 10
Minimum password length: 8
Minimum password age (days): 0
Maximum password age (days): 60
Account lockout duration (mins): 30
Account lockout thresh...
2013 Aug 09
1
Removing password complexity requirements under Samba4
...usion on the list about exactly this topic. So I thought I would post
our success.
We're talking about a Samba4 PDC/AD here. Once we got Samba installed and
provisioned, we used samba-tool from the command-line on the Samba box to
change the domain password settings:
sudo samba-tool domain passwordsettings set --complexity=off
sudo samba-tool domain passwordsettings set --history-length=0
sudo samba-tool domain passwordsettings set --min-pwd-age=0
sudo samba-tool domain passwordsettings set --max-pwd-age=0
Restarted Samba, did a gpupdate /force on the workstation, and it worked.
No need to...
2014 Sep 04
4
can't turn off password complexity requirements
Hello,
I'm unsing Ubuntu 14.4 Server and samba 4.1.6-Ubuntu. Everything
works great but I somehow fail to switch off the password complexity
requirements. It is not unlikely that this is because I'm very
unexperienced with Windows. I've heard that the password-settings are
always a bit tricky and I did exactly what the windows-tutorials say.
I've tried gpresult for
2016 Feb 21
1
user login passwords are mixed up
Thank you! That was the hint I needed with 4.2 and ""Bad Password Lockout
in the AD DC".
I did it via samba-tool this time and not via GPO with RSAT.
samba-tool domain passwordsettings set --history-length=0
samba-tool domain passwordsettings show
Password informations for domain 'DC=x,DC=x,DC=x'
Password complexity: on
Store plaintext passwords: off
Password history length: 0
Minimum password length: 7
Minimum password age (days): 1
Maximum password age (days): 42
syst...
2017 Nov 21
4
Time synchronization and Password Policies
...tions.
Any specific setting we have to enable on the Samba-AD to automatically
synchronize the time while adding domain members?
/*Password Policies*/
Password policies are not getting enforced on the clients. Initially we
thought that we have to set those policies using "samba-tool user
passwordsettings" and not on Windows GPO. As this was not enforcing the
password policies, we set the GPO with the same settings. Yet the same
result. Password Policies are not getting applied.
We have three domain controllers in out environment.
Any guidance to set these right?
--
Thanks & Regards...
2017 Nov 21
2
Time synchronization and Password Policies
...wrote:
> Hi,
>
> On 21-11-2017 4:40, Anantha Raghava via samba wrote:
>>
>> /*Password Policies*/
>>
>> Password policies are not getting enforced on the clients. Initially
>> we thought that we have to set those policies using "samba-tool user
>> passwordsettings" and not on Windows GPO. As this was not enforcing
>> the password policies, we set the GPO with the same settings. Yet the
>> same result. Password Policies are not getting applied.
>>
>> We have three domain controllers in out environment.
>
> No expert, and p...
2019 May 06
0
samba-tool max-pwd-age error
Hai,
Well, i think you found a bug here, i get exact the same.
But i found a workaround ;-)
We need to verify it. Can someone test this on a source build also for this.
Try this for the error.
samba-tool domain passwordsettings show
samba-tool domain passwordsettings set --max-pwd-age=90
That errors.
And if you try this and set Min + Max age, then it works:
kinit Administrator
samba-tool domain passwordsettings set --max-pwd-age=90 --min-pwd-age=1 -k yes
Minimum password age changed!
Maximum password age changed!
All...
2017 Aug 30
4
Force password complexity on NT4 style domain (Samba 4.6.4)
Hi,
is there a way to force password complexity on NT4 style domains?
the "samba-tool domain passwordsettings" seems to only work on DC
mode, right?
Boris
2019 May 06
2
samba-tool max-pwd-age error
...at lists.samba.org> wrote:
> Hai,
>
> Well, i think you found a bug here, i get exact the same.
> But i found a workaround ;-)
>
> We need to verify it. Can someone test this on a source build also
> for this.
>
> Try this for the error.
> samba-tool domain passwordsettings show
> samba-tool domain passwordsettings set --max-pwd-age=90
>
> That errors.
>
> And if you try this and set Min + Max age, then it works:
>
> kinit Administrator
> samba-tool domain passwordsettings set --max-pwd-age=90
> --min-pwd-age=1 -k yes Minimum password a...
2018 Jan 18
5
Changing expired Samba AD password during Windows login
...m running a Samba AD 4.7.4 and cannot set a new password for a user
with an expired password during login from a Windows PC. Changing a
password from inside a login with cntl-alt-del "change password" works ok.
I've already decreased the minimum password age to 0
samba-tool domain passwordsettings show
Password complexity: on
Store plaintext passwords: off
Password history length: 24
Minimum password length: 7
Minimum password age (days): 0
Maximum password age (days): 42
Account lockout duration (mins): 30
Account lockout threshold (attempts): 0
Reset account lockout after (mins): 30
My S...
2018 Jan 18
2
Changing expired Samba AD password during Windows login
...command line: samba-tool user setpassword --filter=samaccountname=username --newpassword=password
or you can also use command below to reset the user password if you remember the old password kpasswd username
Also you can change password settings on Samba 4 using the command belowsamba-tool domain passwordsettings set --history-length=0
samba-tool domain passwordsettings set --min-pwd-age=0
samba-tool domain passwordsettings set --max-pwd-age=90
Thanks n Regards
Harsh Kukreja Systems Administrator International University of Namibia Tel: 061-4336000 - E-mail: h.kukreja at ium.edu.na - Web: http://www.ium...
2017 Nov 21
3
Time synchronization and Password Policies
...7 11:36
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Time synchronization and Password Policies
>
> Mandi! lists via samba
> In chel di` si favelave...
>
> > No expert, and please someone correct me if I'm wrong, but:
> > I think the samba-tool user passwordsettings are
> local-DC-specific, so you
> > need to run it on all your DCs.
> > Could it be that you configured only one DC, and your
> password change
> > happens to be talking with a different DC..?
>
> AFAIK you are wrong: the policies are on the domain (in the LDAP data...
2013 Jan 12
3
Samba4 Domain Account Lockout
...I tried to join this list with!
I'm currently using samba4 as an AD DC (domain and forest are both configured with the samba-tool command to be at the 2008_R2 functional level) for both Windows and Linux systems. I've got the default password settings set using the "samba-tool domain passwordsettings" command and I have all the GPOs configured as I need them for clients. However, I would like to configure how the account lockout functions for the domain accounts. I read in the archive for this list that there isn't currently support for server side GPOs, so I'm not certain how to...
2016 Apr 28
3
Password must change
Hello!
Own Samba 4.4 as ADDC with this cnfiguração passwords:
root @ Upsilon: ~ # samba-domain tool PasswordSettings show
Password informations for domain 'DC = XXXXXXXX "
Password complexity: on
Store plaintext passwords: off
Password history length: 24
Minimum password length: 7
Minimum password age (days): 1
Maximum password age (days): 400
Account lockout duration (mins): 30
Account lockout threshol...
2014 Jun 23
1
Simple: change user passwort and password policy
Hi,
I seting up a samba4 server for testing. With the Remote Server Administration Tools I could manage to create users and policys.
When I try to change a password for my testusers, I get an emergency about the password policy. But in the domain group policy it isn't set?
I change the unset policy to deactivate but nothing changed.
Bye
Gregor
--
2015 Jan 28
2
Windows users can't change password 4.1.6
...n't say it change it, it
>> say that new password that I entered is not valid with password politic
>> settings, and wasn't change.
> Does it met the requirements?
> https://technet.microsoft.com/en-us/library/cc786468%28v=ws.10%29.aspx
>
> See 'samba-tool domain passwordsettings --help' if you wanna change
> domain wide password settings.
>
>
>
>> But if you try to change the old password once more (even with the same
>> password you enter right before) it say that the user name or password
>> is invalid.
>> And you can not log anymo...
2017 Jun 21
2
Classic upgrade and forced password change...
Mandi! Rowland Penny via samba
In chel di` si favelave...
> samba-tool domain passwordsettings set --complexity=off
Ahem, i've typed '--comploxity'... sorry... OK, option is available in
samba-tool in 4.2, but does not seems to work:
root at lupus:~# samba-tool domain passwordsettings set --complexity=off
Password complexity deactivated!
All changes applied successfully!
ro...
2016 Aug 19
2
User accounts being blocked
James,
I configured the account lockout policies by RSAT, GPEDIT.MSC.
By GPEDIT.MSC I set the value = 10 attempts.
Through the samba-tool, I used this command:
# samba-tool domain passwordsettings set --account-lockout-threshold=11
INFO: Current debug levels:
...
pm_process() returned Yes
Module 'tombstone_reanimate' is disabled. Skip registration.lpcfg_servicenumber: couldn't find ldb
schema_fsmo_init: we are master[yes] updates allowed[no]
schema_fsmo_init: we are maste...