summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/user.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-17python/samba/netcmd: net.change_password should be passed stringNoel Power1-2/+4
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-6/+6
2018-05-12samba_tool: replace xrange -> rangeNoel Power1-1/+1
2018-05-12python/samba: Bulk replace of '.next()' method with function 'next()'Noel Power1-1/+1
2018-05-12Fix spelling s/succesfully/successfully/Mathieu Parent1-1/+1
2018-04-06samba-tool: Escape username and computername in ldb search filterAndrew Bartlett1-1/+1
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power1-8/+16
2018-02-28samba-tool: convert octal 'O1234' format to python3 compatible '0o1234'Noel Power1-3/+3
2018-02-27samba-tool: user setexpiry: Fix incorrect Example2Rowland Penny1-1/+1
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-10/+10
2018-02-08samba-tool user: implement the user move commandBjörn Baumbach1-0/+80
2018-02-08samba-tool user: fix some typosBjörn Baumbach1-3/+3
2018-02-08samba-tool: implement user show command to display a user AD objectBjörn Baumbach1-0/+79
2017-07-05Easily edit a users object in AD, as if using ldbedit.Rowland Penny1-1/+138
2017-05-25samba-tool add support for userPasswordGary Lockyer1-22/+88
2017-05-25samba-tool user: add rounds option to virtualCryptSHAxxxGary Lockyer1-7/+78
2017-05-25samba-tool user: Support for virtualWDigest attributesGary Lockyer1-0/+152
2017-05-05samba-tool: fix log message of 'samba-tool user syncpasswords'Stefan Metzmacher1-1/+1
2017-05-04samba-tool: let 'samba-tool user syncpasswords' report deletions immediatelyStefan Metzmacher1-1/+1
2017-02-22Correct "specifiy" typos.Chris Lamb1-5/+5
2017-02-21python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher1-1/+1
2016-09-30bug 12292: stop user.py throwing errors if user is unknownRowland Penny1-3/+16
2016-07-22samba-tool: add --decrypt-samba-gpg support to 'user getpasswords' and 'user ...Stefan Metzmacher1-11/+152
2016-07-22samba-tool: add 'user syncpasswords' commandStefan Metzmacher1-0/+760
2016-07-22samba-tool: add 'user getpassword' commandStefan Metzmacher1-0/+408
2016-06-30samba-tool: add 'samba-tool user setpassword --smartcard-required/--clear-sma...Stefan Metzmacher1-10/+52
2016-06-30samba-tool: do a password retype validation check for 'samba-tool user setpas...Stefan Metzmacher1-3/+7
2016-06-30samba-tool: add --smartcard-required option to 'samba-tool user create'Stefan Metzmacher1-3/+20
2016-06-27samba-tool: really deprecate 'samba-tool user add'Stefan Metzmacher1-3/+3
2015-12-07samba-tool: user create examples show 'add' instead of 'create'Rowland Penny1-4/+4
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-02-03samba-tool: Create NIS enabled users and unixHomeDirectory attributeMarc Muehlfeld1-2/+23
2014-09-08samba-tool: fix reply when zero day pwd expiry is setBjörn Jacke1-4/+4
2014-08-06Redescribe --userou usageMarc Muehlfeld1-2/+2
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+605