summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/samdb.py
Commit message (Expand)AuthorAgeFilesLines
* s4:python/samba/samdb: add toggle_userAccountFlags() helper functionStefan Metzmacher2011-06-241-10/+35
* pydsdb: added get_syntax_oid_from_lDAPDisplayName()Andrew Tridgell2011-06-221-0/+5
* s4-pysamdb: fixed the normalisation of grouptype in group addAndrew Tridgell2011-06-171-1/+7
* s4-pydsdb: added dsdb_normalise_attributes() callAndrew Tridgell2011-06-171-0/+5
* s4-param Remove 'sam database' parameterAndrew Bartlett2011-06-061-1/+1
* samba-tool: improved error handling in user setexpiryAndrew Tridgell2011-06-011-0/+4
* samba-tool: improved user enable error handlingAndrew Tridgell2011-06-011-0/+2
* s4:password_hash LDB module - allow empty ("") passwordsMatthias Dieter Wallnöfer2010-12-021-0/+30
* s4-samdb: give a better exception if multiple users match in password changeAndrew Tridgell2010-11-291-1/+2
* s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell2010-11-291-5/+5
* s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij2010-11-281-13/+18
* s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2010-11-281-52/+57
* s4-tests: Modified create_ou to only accept security.descriptor type for sd t...Nadezhda Ivanova2010-11-251-9/+3
* s4-dsdb: Switched to using a dictionary in create_ou for consistency.Nadezhda Ivanova2010-11-251-4/+2
* s4-dsdb: Fixed wrong assignment of name attribute to description atribute in ...Nadezhda Ivanova2010-11-251-1/+1
* s4-dsdb: Extended samdb.newgroup to set the group's security descriptor.Nadezhda Ivanova2010-11-241-1/+5
* s4-dsdb: Changed filter to find the account of a user by samAccountNameNadezhda Ivanova2010-11-231-2/+1
* s4-dsdb: Extended samdb.newuser to accept security descriptor for the object ...Nadezhda Ivanova2010-11-231-3/+9
* s4-dsdb: Added a python method to SamDB for creating organizationalUnitsNadezhda Ivanova2010-11-231-1/+29
* s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDBNadezhda Ivanova2010-11-231-0/+24
* s4-dsdb: Added a helper to python SamDB for retrieving and setting minPwdAge.Nadezhda Ivanova2010-11-221-0/+15
* s4-samdb.py: Use ldb.get_default_basedn() to avoid RootDSE searchKamen Mazdrashki2010-11-181-6/+1
* s4-pydsdb: added DsReplicaAttribute()Andrew Tridgell2010-11-051-0/+3
* s4:samdb.py - remove a pointless commentMatthias Dieter Wallnöfer2010-10-191-1/+0
* s4:samdb.py - use a more standard way to get to the domain realm/dns nameMatthias Dieter Wallnöfer2010-10-191-1/+2
* Addition of userPrincipalName attribute when new account is createdLukasz Zalewski2010-10-191-0/+2
* s4-samba.samdb: Fix masking names from outer contextKamen Mazdrashki2010-10-031-17/+17
* s4-samba.samdb: Fix leading indention and trailing ';'Kamen Mazdrashki2010-10-031-10/+10
* s4-pydsdb: added am_rodc() method on samdbAndrew Tridgell2010-09-191-0/+3
* s4-pydsdb: don't force am_rodc unless it is set by callerAndrew Tridgell2010-09-191-2/+3
* s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in pythonAndrew Tridgell2010-09-091-0/+3
* s4-dsdb: added get_attid_from_lDAPDisplayName() on samdbAndrew Tridgell2010-08-251-0/+3
* s4-pysamdb: fixed get_domain_sid()Andrew Tridgell2010-08-201-1/+1
* s4 upgradeprovision: Fixes for increment_keyversionMatthieu Patou2010-08-191-1/+18
* s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...Matthieu Patou2010-07-151-0/+103
* s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" a...Matthias Dieter Wallnöfer2010-07-081-7/+3
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* Fix to undo nasty hack for for grouptype conversionLukasz Zalewski2010-06-231-1/+1
* pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij2010-06-201-13/+13
* Remove unnecessary use of transactions.Jelmer Vernooij2010-06-201-11/+3
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-201-11/+15
* samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij2010-06-201-18/+19
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-201-59/+58
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-201-6/+215
* s4-rodc: Set am_rodc flag during provisionAnatoliy Atanasov2010-05-171-1/+4
* Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provis...Anatoliy Atanasov2010-05-111-4/+0
* s4-rodc: Fix provision warnings by creating ntds objectGUID in provisionAnatoliy Atanasov2010-05-101-0/+4
* s4:samdb python bindings - remove idmap creation stuff from this callMatthias Dieter Wallnöfer2010-05-091-22/+1
* s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett2010-04-201-3/+17
* s4-net: allow a username to be displayed in setpassword errorsAndrew Tridgell2010-04-161-1/+6