summaryrefslogtreecommitdiff
path: root/python/samba/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-04samba-tool: implement contact management commandsBjörn Baumbach1-0/+108
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-2/+2
2018-12-10python/samba: PY3 fix failing py3 samba.tests.group_audit testNoel Power1-3/+3
2018-12-10python/samba: PY3 don't call str for bytes (or str)Noel Power1-4/+9
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-2/+2
2018-10-29python/samdb: properly use property()Douglas Bagnall1-2/+2
2018-09-03python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power1-1/+1
2018-09-03python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power1-2/+2
2018-08-24PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall1-1/+2
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-4/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-4/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-33/+37
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-9/+9
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-1/+1
2018-07-13samdb: use int for get and set methods instead of digit strJoe Guo1-4/+8
2018-05-29python/samba/netcmd/schema.py: samdb schema update nowWilliam Brown1-0/+9
2018-05-29python/samba/netcmd/schema.py: add schema query and management.William Brown1-0/+4
2018-05-17python/samba: Fix incorrect encode of passwordNoel Power1-1/+5
2018-05-03samdb: fix wrong computer container dn for newcomputerJoe Guo1-1/+1
2018-04-06samba-tool: improve computer management commandsJoe Guo1-3/+11
2018-04-06samba-tool: implement computer management commandsBjörn Baumbach1-0/+52
2018-04-06provision: allow provisioning of a different database backendGary Lockyer1-0/+3
2018-03-19samba-tool: allow sid strings for 'group {add,remove}members'Stefan Metzmacher1-4/+20
2018-02-15python: Port samdb module to Python 3 compatible formLumir Balhar1-6/+7
2018-02-15python: Convert base64 encoded password to utf-8Andreas Schneider1-1/+1
2018-02-09python samdb.newuser(): use user DN not samaccountname to set passwordDouglas Bagnall1-1/+3
2018-02-08python/samdb: Improve function comment on normalize_dn_in_domain()Andrew Bartlett1-2/+5
2018-02-08python/samdb: Allow samdb.normalize_dn_in_domain() to take an ldb.Dn()Andrew Bartlett1-0/+4
2018-02-08python/samdb: add method normalize_dn_in_domain(): get full dn of an relative dnBjörn Baumbach1-0/+11
2018-02-07python SamDB: init default flags to FLG_DONT_CREATE_DBGary Lockyer1-1/+2
2017-11-20gpo: Initial commit for GPO workLuke Morrison1-0/+18
2017-06-10dns_server: clobber MNAME in the SOAAndrew Bartlett1-1/+1
2017-06-10pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett1-2/+6
2017-06-09samba-tool: You cannot add members to a group if the member exists as a sAMAc...Rowland Penny1-3/+6
2017-02-21python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher1-1/+1
2016-11-04dsdb: Add python hooks to allocate a RID set and allocate a RID poolAndrew Bartlett1-0/+8
2016-09-01python: Add binding for dsdb_garbage_collect_tombstones()Andrew Bartlett1-0/+14
2016-06-30samdb.py: add smartcard_required option to newuser()Stefan Metzmacher1-1/+7
2016-03-07Remove posixAccount from samdb.pyRowland Penny1-1/+0
2015-10-26pydns: Add replace_by_dn()Andrew Bartlett1-1/+12
2015-10-26dns_server: Add python method to extract a DNS entry from a ldb.MessageElementAndrew Bartlett1-0/+4
2015-10-26dns_server: Add a python module directly accessing DNS records in sam.ldbAndrew Bartlett1-1/+9
2015-08-24ldb: create a cache of known wellknown objects instead of continously searchi...Matthieu Patou1-1/+14
2015-06-16Group creation: Add msSFU30Name only when --nis-domain was givenMarc Muehlfeld1-2/+1
2015-02-03samba-tool: Create NIS enabled users and unixHomeDirectory attributeMarc Muehlfeld1-2/+16
2014-10-23samba-tool group add: Add option --nis-domain and --gidMarc Muehlfeld1-1/+12