Suluck Ridthiprasart
2011-Mar-06 08:27 UTC
[Samba] Samba4 - Constraint violation - check_password_restrictions: the password does not meet the complexity criteria!'
Hello All, Firstly many apologies if this post has been asked before.? I did google search but not much info.? I've been trying to get the latest samba4 running on a test computer running ubuntu 9.10 (kernel 2.6.31-22-generic), by following the steps found through http://wiki.samba.org/index.php/Samba4/HOWTO.? Samba4 compiled successfully and right through Step 4 . Provision Samba, I'm stuck there, with $ ./source4/setup/provision --realm=samdom.example.com --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller' Below is the error I get: Traceback (most recent call last): File "./source4/setup/provision", line 256, in <module> useeadb=eadb, next_rid=opts.next_rid, lp=lp) File "bin/python/samba/provision/__init__.py", line 1563, in provision next_rid=next_rid) File "bin/python/samba/provision/__init__.py", line 1262, in setup_samdb "KRBTGTPASS_B64": b64encode(krbtgtpass.encode('utf-16-le')) File "bin/python/samba/provision/__init__.py", line 366, in setup_add_ldif ldb.add_ldif(data, controls) File "bin/python/samba/__init__.py", line 221, in add_ldif self.add(msg, controls) _ldb.LdbError: (19, '0000052D: Constraint violation - check_password_restrictions: the password does not meet the complexity criteria!') Thanks in advance. -- Suluck R.
Daniel Müller
2011-Mar-06 18:08 UTC
[Samba] Samba4 - Constraint violation - check_password_restrictions: the password does not meet the complexity criteria!'
Your choosen password does not match with samba4 security. Trya more complex password and you are up and running. Good Luck Daniel On Sun, 6 Mar 2011 00:27:09 -0800 (PST), Suluck Ridthiprasart <sridthiprasart at yahoo.com> wrote:> Hello All, > > Firstly many apologies if this post has been asked before.? I did google > search but not much info.? > > I've been trying to get the latest samba4 running on a test computer > running ubuntu 9.10 (kernel 2.6.31-22-generic), by following the steps > found through http://wiki.samba.org/index.php/Samba4/HOWTO.? Samba4 > compiled successfully and right through Step 4 . Provision Samba, I'mstuck> there, with > $ ./source4/setup/provision --realm=samdom.example.com --domain=SAMDOM > --adminpass=SOMEPASSWORD --server-role='domain controller' > > Below is the error I get: > > Traceback (most recent call last): > File "./source4/setup/provision", line 256, in <module> > useeadb=eadb, next_rid=opts.next_rid, lp=lp) > File "bin/python/samba/provision/__init__.py", line 1563, in provision > next_rid=next_rid) > File "bin/python/samba/provision/__init__.py", line 1262, insetup_samdb> "KRBTGTPASS_B64": b64encode(krbtgtpass.encode('utf-16-le')) > File "bin/python/samba/provision/__init__.py", line 366, in > setup_add_ldif > ldb.add_ldif(data, controls) > File "bin/python/samba/__init__.py", line 221, in add_ldif > self.add(msg, controls) > _ldb.LdbError: (19, '0000052D: Constraint violation - > check_password_restrictions: the password does not meet the complexity > criteria!') > > Thanks in advance. > -- > Suluck R.