summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/idmap.py
AgeCommit message (Collapse)AuthorFilesLines
2009-09-18s4:samdb.py - Unification of the interfacesMatthias Dieter Wallnöfer1-1/+1
- When a user account is requested by a call always the search filter will be passed as argument. This helps us to unify the API - Add/fix some comments; in particular new comments inform the developer which requirements exist if he wants to use calls which manipulate the "userPassword" attribute (On s4 no problem - but on certain domain levels on Windows Server)
2009-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-13/+13
- Centralise the lookups for the default domain (root) in the call "domain_dn" - Reduce the LDB connections attempts ("connect" calls) from three to one - tools should load faster - Make the LDB connection init more like the "ldb_wrap_connection" call - Load the right UTF8 casefolder which fixes up problems with special characters (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased - so records "seemed" lost in TDB)
2009-07-19Remove unnecessary imports.Jelmer Vernooij1-2/+0
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-2/+2
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+2
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
2008-04-14Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett1-0/+7
The new idmap world does not use the unixUser any more, so we need to set up the entry (if wanted) in the idmap database. Users without a backing unix user will get an allocated uid by idmap later. Andrew Bartlett (This used to be commit 8bd8bc1475ddf22d4702dcd17028a9043a5e629f)
2008-04-02provision: Set up id mappings in the idmap db, only map Administrator.Kai Blin1-0/+73
(This used to be commit 206b7d387c6d17e5cc40fd45b489abac9235a7a4)