summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2011-06-17s4-pysamdb: fixed the normalisation of grouptype in group addAndrew Tridgell1-1/+7
2011-06-17s4-pydsdb: added dsdb_normalise_attributes() callAndrew Tridgell1-0/+5
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett1-1/+1
2011-06-01samba-tool: improved error handling in user setexpiryAndrew Tridgell1-0/+4
2011-06-01samba-tool: improved user enable error handlingAndrew Tridgell1-0/+2
2010-12-02s4:password_hash LDB module - allow empty ("") passwordsMatthias Dieter Wallnöfer1-0/+30
2010-11-29s4-samdb: give a better exception if multiple users match in password changeAndrew Tridgell1-1/+2
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell1-5/+5
2010-11-28s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij1-13/+18
2010-11-28s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij1-52/+57
2010-11-25s4-tests: Modified create_ou to only accept security.descriptor type for sd t...Nadezhda Ivanova1-9/+3
2010-11-25s4-dsdb: Switched to using a dictionary in create_ou for consistency.Nadezhda Ivanova1-4/+2
2010-11-25s4-dsdb: Fixed wrong assignment of name attribute to description atribute in ...Nadezhda Ivanova1-1/+1
2010-11-24s4-dsdb: Extended samdb.newgroup to set the group's security descriptor.Nadezhda Ivanova1-1/+5
2010-11-23s4-dsdb: Changed filter to find the account of a user by samAccountNameNadezhda Ivanova1-2/+1
2010-11-23s4-dsdb: Extended samdb.newuser to accept security descriptor for the object ...Nadezhda Ivanova1-3/+9
2010-11-23s4-dsdb: Added a python method to SamDB for creating organizationalUnitsNadezhda Ivanova1-1/+29
2010-11-23s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDBNadezhda Ivanova1-0/+24
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