mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
schema.py: add optional name_map={} to get_schema_descriptor()
This is not used, but makes the prototype compatible with the other get_*_descriptor() functions. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
27a99c6236
commit
8880c2d0d3
@ -32,7 +32,7 @@ from samba import dsdb
|
||||
from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL
|
||||
import os
|
||||
|
||||
def get_schema_descriptor(domain_sid):
|
||||
def get_schema_descriptor(domain_sid, name_map={}):
|
||||
sddl = "O:SAG:SAD:AI(OA;;CR;e12b56b6-0a95-11d1-adbb-00c04fd8d5cd;;SA)" \
|
||||
"(OA;;CR;1131f6aa-9c07-11d1-f79f-00c04fc2dcd2;;ED)" \
|
||||
"(OA;;CR;1131f6ab-9c07-11d1-f79f-00c04fc2dcd2;;ED)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user