summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/samdb.py
Commit message (Expand)AuthorAgeFilesLines
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-181-10/+21
* s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett2009-06-181-2/+12
* Modified SamDB to accept options like Ldb.Nadezhda Ivanova2009-05-271-2/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-201-13/+14
|\
| * use a base64 encoded password when changing passwordsAndrew Tridgell2009-03-121-2/+3
| * fixed more embedded spaces in LDIFAndrew Tridgell2009-03-121-3/+3
| * removed leading spaces from embedded ldifAndrew Tridgell2009-03-121-10/+10
* | Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-051-1/+4
|/
* expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-241-5/+5
* Move some samdb-specific code out of provision.Jelmer Vernooij2009-02-111-0/+8
* Cancel transactions when exceptions are raised.Jelmer Vernooij2009-02-111-83/+92
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-7/+7
* Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-301-0/+33
* Move domain DN determination out of newuser function.Jelmer Vernooij2008-08-011-6/+9
* rename sambaPassword -> userPassword.Andrew Bartlett2008-07-121-3/+3
* Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-231-0/+2
* Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett2008-04-141-1/+27
* provision: Set up id mappings in the idmap db, only map Administrator.Kai Blin2008-04-021-19/+0
* Make the setup/newuser and setup/setpassword scripts actually work...Andrew Bartlett2008-03-281-16/+42
* Fix invalid symbol.Jelmer Vernooij2008-02-131-3/+5
* python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij2008-01-251-1/+1
* python/provision: Reconcile code partitions-only provisioning and generic pro...Jelmer Vernooij2008-01-251-3/+3
* python: Add bindings for SamDB.set_invocation_id().Jelmer Vernooij2008-01-241-0/+7
* Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5...Jelmer Vernooij2008-01-111-2/+2
* r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij2007-12-291-17/+33
* r26545: Sync output with ejs.Jelmer Vernooij2007-12-211-1/+0
* r26538: Pass path generation function around rather than base directory.Jelmer Vernooij2007-12-211-2/+2
* r26523: Refactor provisioning code.Jelmer Vernooij2007-12-211-1/+1
* r26522: Fix warnings on SamDB connect from Python, simplify the setup code fo...Jelmer Vernooij2007-12-211-2/+6
* r26520: More Python updates.Jelmer Vernooij2007-12-211-1/+7
* r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij2007-12-211-0/+5
* r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij2007-12-211-0/+117