summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2010-11-22s4-dsdb: Added a helper to python SamDB for retrieving and setting minPwdAge.Nadezhda Ivanova1-0/+15
2010-11-18s4-samdb.py: Use ldb.get_default_basedn() to avoid RootDSE searchKamen Mazdrashki1-6/+1
2010-11-05s4-pydsdb: added DsReplicaAttribute()Andrew Tridgell1-0/+3
2010-10-19s4:samdb.py - remove a pointless commentMatthias Dieter Wallnöfer1-1/+0
2010-10-19s4:samdb.py - use a more standard way to get to the domain realm/dns nameMatthias Dieter Wallnöfer1-1/+2
2010-10-19Addition of userPrincipalName attribute when new account is createdLukasz Zalewski1-0/+2
2010-10-03s4-samba.samdb: Fix masking names from outer contextKamen Mazdrashki1-17/+17
2010-10-03s4-samba.samdb: Fix leading indention and trailing ';'Kamen Mazdrashki1-10/+10
2010-09-19s4-pydsdb: added am_rodc() method on samdbAndrew Tridgell1-0/+3
2010-09-19s4-pydsdb: don't force am_rodc unless it is set by callerAndrew Tridgell1-2/+3
2010-09-09s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in pythonAndrew Tridgell1-0/+3
2010-08-25s4-dsdb: added get_attid_from_lDAPDisplayName() on samdbAndrew Tridgell1-0/+3
2010-08-20s4-pysamdb: fixed get_domain_sid()Andrew Tridgell1-1/+1
2010-08-19s4 upgradeprovision: Fixes for increment_keyversionMatthieu Patou1-1/+18
2010-07-15s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...Matthieu Patou1-0/+103
2010-07-08s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" a...Matthias Dieter Wallnöfer1-7/+3
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-23Fix to undo nasty hack for for grouptype conversionLukasz Zalewski1-1/+1
2010-06-20pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij1-13/+13
2010-06-20Remove unnecessary use of transactions.Jelmer Vernooij1-11/+3
2010-06-20Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij1-11/+15
2010-06-20samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij1-18/+19
2010-06-20Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski1-59/+58
2010-06-20Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski1-6/+215
2010-05-17s4-rodc: Set am_rodc flag during provisionAnatoliy Atanasov1-1/+4
2010-05-11Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provis...Anatoliy Atanasov1-4/+0
2010-05-10s4-rodc: Fix provision warnings by creating ntds objectGUID in provisionAnatoliy Atanasov1-0/+4
2010-05-09s4:samdb python bindings - remove idmap creation stuff from this callMatthias Dieter Wallnöfer1-22/+1
2010-04-20s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett1-3/+17
2010-04-16s4-net: allow a username to be displayed in setpassword errorsAndrew Tridgell1-1/+6
2010-04-08s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij1-0/+3
2010-04-08s4-python: More cleanups.Jelmer Vernooij1-3/+6
2010-04-08s4-python: samdb: Default to using global schema.Jelmer Vernooij1-2/+1
2010-04-08s4-python: Move set_global_schema to pydsdb.Jelmer Vernooij1-1/+1
2010-04-07s4-samdb: Allow skipping global schema.Jelmer Vernooij1-2/+3
2010-04-07s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij1-8/+42
2010-04-04s4-python: Avoid importing glue directly.Jelmer Vernooij1-3/+2
2010-03-01More formatting fixes, pointed out by pylint.Jelmer Vernooij1-1/+1
2009-09-21s4:samdb/tools - That should fix now the last failuresMatthias Dieter Wallnöfer1-2/+2
2009-09-20s4:python tools - try to fix some test problemsMatthias Dieter Wallnöfer1-12/+14
2009-09-19s4:samdb.py - further reworkMatthias Dieter Wallnöfer1-12/+9
2009-09-18s4:samdb.py - Unification of the interfacesMatthias Dieter Wallnöfer1-37/+53
2009-09-10Revert "s4: Let the "setpassword" script finally use the "samdb_set_password"...Matthias Dieter Wallnöfer1-7/+7
2009-09-08s4:setpassword script - Passwords set by this script are set by the administr...Matthias Dieter Wallnöfer1-1/+1
2009-09-07s4: Let the "setpassword" script finally use the "samdb_set_password" routineMatthias Dieter Wallnöfer1-7/+7
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