summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2009-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-30/+21
2009-08-17Revert "s4:samdb python bindings - we don't need the attributes here"Matthias Dieter Wallnöfer1-1/+2
2009-08-17s4:provision Move helper functions back to provisionAndrew Bartlett1-21/+0
2009-08-17s4:python Push some helper functions from SamDB into samba.LdbAndrew Bartlett1-31/+0
2009-08-17s4:schema Provide a way to reference a loaded schema between ldbsAndrew Bartlett1-2/+5
2009-08-14s4:samdb python bindings - we don't need the attributes hereMatthias Dieter Wallnöfer1-2/+1
2009-08-06s4: Simplify two lines in the "samdb.py" file (cosmetic)Matthias Dieter Wallnöfer1-2/+1
2009-07-16Add a way to set an opaque integer onto a samdbAndrew Bartlett1-0/+8
2009-06-18s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett1-10/+21
2009-06-18s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett1-2/+12
2009-05-27Modified SamDB to accept options like Ldb.Nadezhda Ivanova1-2/+2
2009-03-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett1-13/+14
2009-03-12use a base64 encoded password when changing passwordsAndrew Tridgell1-2/+3
2009-03-12fixed more embedded spaces in LDIFAndrew Tridgell1-3/+3
2009-03-12removed leading spaces from embedded ldifAndrew Tridgell1-10/+10
2009-03-05Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett1-1/+4
2009-02-24expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij1-5/+5
2009-02-11Move some samdb-specific code out of provision.Jelmer Vernooij1-0/+8
2009-02-11Cancel transactions when exceptions are raised.Jelmer Vernooij1-83/+92
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-7/+7
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell1-0/+33
2008-08-01Move domain DN determination out of newuser function.Jelmer Vernooij1-6/+9
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett1-3/+3
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+2
2008-04-14Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett1-1/+27
2008-04-02provision: Set up id mappings in the idmap db, only map Administrator.Kai Blin1-19/+0
2008-03-28Make the setup/newuser and setup/setpassword scripts actually work...Andrew Bartlett1-16/+42
2008-02-13Fix invalid symbol.Jelmer Vernooij1-3/+5
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij1-1/+1
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic pro...Jelmer Vernooij1-3/+3
2008-01-24python: Add bindings for SamDB.set_invocation_id().Jelmer Vernooij1-0/+7
2008-01-11Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5...Jelmer Vernooij1-2/+2
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-17/+33
2007-12-21r26545: Sync output with ejs.Jelmer Vernooij1-1/+0
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-2/+2
2007-12-21r26523: Refactor provisioning code.Jelmer Vernooij1-1/+1
2007-12-21r26522: Fix warnings on SamDB connect from Python, simplify the setup code fo...Jelmer Vernooij1-2/+6
2007-12-21r26520: More Python updates.Jelmer Vernooij1-1/+7
2007-12-21r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij1-0/+5
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij1-0/+117