diff options
| author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-21 13:53:47 +0200 |
|---|---|---|
| committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-21 13:53:47 +0200 |
| commit | 7373bb79d415ae1cc1336aea779e9c2a2ed028d4 (patch) | |
| tree | d9a2758ec16ac9126befe3879aecfad8c2aafd23 /source4/setup/setpassword | |
| parent | 32f4afd617944153ce17ea9b4cfe23fb29fcbc68 (diff) | |
s4:samdb/tools - That should fix now the last failures
Diffstat (limited to 'source4/setup/setpassword')
| -rwxr-xr-x | source4/setup/setpassword | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/setpassword b/source4/setup/setpassword index c150f518ad..57772be7a7 100755 --- a/source4/setup/setpassword +++ b/source4/setup/setpassword @@ -70,5 +70,5 @@ else: samdb = SamDB(url=url, session_info=system_session(), credentials=creds, lp=lp) -samdb.setpassword(filter, password, force_password_change_at_next_login=opts.must_change_at_next_login) +samdb.setpassword(filter, password, force_password_change_at_next_login_req=opts.must_change_at_next_login) |
