s4:passwords.py - add a python unittest for additional testing of my passwords work
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 10 Apr 2010 18:04:13 +0000 (20:04 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 10 May 2010 17:12:27 +0000 (19:12 +0200)
commit6131caad8f35b6fb3d3fe79c67f59ee228bef6c1
treec9ad20ede0673bd1b222cf55732d9bf295e63bc1
parent029351571a5bd65a467ff9e7844a7a1ef3d688a0
s4:passwords.py - add a python unittest for additional testing of my passwords work

This performs checks on direct password changes over LDB/LDAP. Indirect
password changes over the RPCs are already tested by some torture suite (SAMR
passwords). So no need to do this again here.
source4/lib/ldb/tests/python/passwords.py [new file with mode: 0755]
source4/selftest/tests.sh