Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-24 | python: Change except: statement to except Exception: | Amitay Isaacs | 1 | -3/+3 | |
This way we only catch true exceptions and keyboard interrupts are not caught here. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Jan 24 03:32:40 CET 2012 on sn-devel-104 | |||||
2012-01-12 | s4:repl_cleartext_pwd.py: add optional 'clear_utf16_name' parameter | Stefan Metzmacher | 1 | -7/+17 | |
Not all cleartext password (machine passwords) can be converted to utf8, let's export the raw uint16_t array. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 12 23:58:12 CET 2012 on sn-devel-104 | |||||
2012-01-12 | s4:repl_cleartext_pwd.py: add 'attmode' parameter to convert the attname to utf8 | Stefan Metzmacher | 1 | -5/+22 | |
metze | |||||
2012-01-12 | s4:repl_cleartext_pwd.py: correctly compare attids as uint32_t values | Stefan Metzmacher | 1 | -5/+10 | |
metze | |||||
2012-01-09 | s4:scripting/devel: add repl_cleartext_pwd.py script | Stefan Metzmacher | 1 | -0/+377 | |
This is useful to sync passwords from an AD domain. $ $ source4/scripting/devel/repl_cleartext_pwd.py \ -Uadministrator%A1b2C3d4 \ 172.31.9.219 DC=bla,DC=base /tmp/cookie cleartext_utf8 131085 displayName # starting at usn[0] dn: CN=Test User1,CN=Users,DC=bla,DC=base cleartext_utf8: A1b2C3d4 displayName:: VABlAHMAdAAgAFUAcwBlAHIAMQA= # up to usn[16449] $ $ source4/scripting/devel/repl_cleartext_pwd.py \ -Uadministrator%A1b2C3d4 172.31.9.219 DC=bla,DC=base /tmp/cookie cleartext_utf8 131085 displayName # starting at usn[16449] # up to usn[16449] $ metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 9 19:06:06 CET 2012 on sn-devel-104 |