1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-26 03:42:04 +03:00

python: Make SamDB.set_ntds_invocation_id take a string.

(This used to be commit 59bb26772f)
This commit is contained in:
Jelmer Vernooij
2008-01-25 00:51:09 +01:00
parent d958f4b391
commit 8afcbdcfe7
3 changed files with 65 additions and 48 deletions

View File

@ -70,6 +70,6 @@ dsdb_attach_schema_from_ldif_file = _misc.dsdb_attach_schema_from_ldif_file
version = _misc.version
dsdb_set_global_schema = _misc.dsdb_set_global_schema
ldb_register_samba_handlers = _misc.ldb_register_samba_handlers
samdb_set_ntds_invocation_id = _misc.samdb_set_ntds_invocation_id
dsdb_set_ntds_invocation_id = _misc.dsdb_set_ntds_invocation_id