summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin/rebuildextendeddn
Commit message (Collapse)AuthorAgeFilesLines
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-261-1/+1
| | | | | | | Make it AD-compatible using "(distinguishedName=...)". Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* rebuildexetendeddn: PEP8: Use spaces rather than tabs.Jelmer Vernooij2011-06-301-66/+61
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jun 30 12:07:32 CEST 2011 on sn-devel-104
* s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij2010-06-131-6/+3
| | | | than simple messaging callbacks.
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
| | | | this should be much more portable
* s4:provision Move 'Schema' into it's own fileAndrew Bartlett2009-11-021-1/+2
|
* s4: Script to build or rebuild extend DN attributesMatthieu Patou2009-09-141-0/+141
This script can be used to upgrade a provision that didn't integrate extended dn. It can also be used to add missing extended DN that weren't created during provision.