1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-20 08:59:06 +03:00

s4-samdb: Allow skipping global schema.

This commit is contained in:
Jelmer Vernooij
2010-04-07 12:11:12 +02:00
parent feeedf49cf
commit c76bd65b60
3 changed files with 9 additions and 8 deletions

View File

@ -74,4 +74,4 @@ class cmd_setpassword(Command):
credentials=creds, lp=lp)
samdb.setpassword(filter, password,
force_password_change_at_next_login_req=must_change_at_next_login)
force_change_at_next_login=must_change_at_next_login)