bugblatterbeast
2014-Sep-04 17:40 UTC
[Samba] 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 several users and it always says, that it's ok. Are there any known problems with this setting? Is there a linux-way to check gpo-settings? Is there a step by step tutorial that is known to work with samba4? Thanks in advance, bbb
Rowland Penny
2014-Sep-04 17:50 UTC
[Samba] can't turn off password complexity requirements
On 04/09/14 18:40, bugblatterbeast wrote:> 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 several users and it always says, that it's ok. > > Are there any known problems with this setting? > Is there a linux-way to check gpo-settings? > Is there a step by step tutorial that is known to work with samba4? > > Thanks in advance, bbbHi, try running this, on the Samba4 AD DC: samba-tool domain passwordsettings --help this will display all the password options. Rowland
El 04/09/14 13:40, bugblatterbeast escribi?:> 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 several users and it always says, that it's ok. > > Are there any known problems with this setting? > Is there a linux-way to check gpo-settings? > Is there a step by step tutorial that is known to work with samba4? > > Thanks in advance, bbb/usr/local/samba/bin/samba-tool domain passwordsettings set --complexity=off further info: /usr/local/samba/bin/samba-tool domain passwordsettings set -h cheers.
Marc Muehlfeld
2014-Sep-04 18:31 UTC
[Samba] can't turn off password complexity requirements
Hello, Am 04.09.2014 19:40, schrieb bugblatterbeast:> 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 several users and it always says, that it's ok. > > Are there any known problems with this setting? > Is there a linux-way to check gpo-settings? > Is there a step by step tutorial that is known to work with samba4?https://wiki.samba.org/index.php/FAQ#Is_it_possible_to_set_user_specific_password_policies_in_Samba4_.28e._g._on_a_OU-base.29.3F Regards, Marc
Agustín Dixan Díaz Corrales
2014-Sep-06 13:33 UTC
[Samba] can't turn off password complexity requirements
El 04/09/14 a las #4, bugblatterbeast escribi?:> 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 several users and it always says, that it's ok. > > Are there any known problems with this setting? > Is there a linux-way to check gpo-settings? > Is there a step by step tutorial that is known to work with samba4? > > Thanks in advance, bbbwell i solved: samba-tool domain passwordsettings set --complexity=off samba-tool domain passwordsettings set --history-length=0 samba-tool domain passwordsettings set --min-pwd-age=0 samba-tool domain passwordsettings set --max-pwd-age=0 is a not safe way...i only activate for testing mode....user change his password any time wherever text.