View | Details | Raw Unified | Return to bug 56886
Collapse All | Expand All

(-)a/services/univention-samba4/samba4-idmap.py (+6 lines)
 Lines 99-104   __SPECIAL_ACCOUNT_SIDS = { Link Here 
99
    "SChannel Authentication": b"S-1-5-64-14",
99
    "SChannel Authentication": b"S-1-5-64-14",
100
    "Digest Authentication": b"S-1-5-64-21",
100
    "Digest Authentication": b"S-1-5-64-21",
101
    "Other Organization": b"S-1-5-1000",
101
    "Other Organization": b"S-1-5-1000",
102
    "Authentication authority asserted identity": b"S-1-18-1",
103
    "Service asserted identity": b"S-1-18-2",
104
    "Fresh Public Key identity": b"S-1-18-3",
105
    "Key trust": b"S-1-18-4",
106
    "MFA key property": b"S-1-18-5",
107
    "Attested key property": b"S-1-18-6",
102
}
108
}
103
109
104
__SPECIAL_SIDS = set(__SPECIAL_ACCOUNT_SIDS.values())
110
__SPECIAL_SIDS = set(__SPECIAL_ACCOUNT_SIDS.values())

Return to bug 56886