summaryrefslogtreecommitdiff
path: root/python/samba/kcc/ldif_import_export.py
AgeCommit message (Expand)AuthorFilesLines
2025-08-07samba_kcc: use dsdb_dn_guess()Douglas Bagnall1-3/+3
2023-06-23python:samba:kcc: Fix code spellingAndreas Schneider1-5/+5
2022-05-10kcc: Don't reuse outer loop variable for inner loopJoseph Sutton1-3/+3
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder1-2/+1
2018-04-30python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power1-1/+1
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power1-2/+4
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2015-10-29KCC: load the object GUID with --import-ldifDouglas Bagnall1-1/+1
2015-10-26python/kcc: Write correct module list into the file during ldif_to_samdbAndrew Bartlett1-4/+6
2015-06-12KCC: shift samba.ldif_utils to samba.kcc.ldif_import_exportDouglas Bagnall1-0/+400