summaryrefslogtreecommitdiff
path: root/source3/libads/ads_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libads/ads_utils.c')
-rw-r--r--source3/libads/ads_utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libads/ads_utils.c b/source3/libads/ads_utils.c
index 750940e336..1aad0bed54 100644
--- a/source3/libads/ads_utils.c
+++ b/source3/libads/ads_utils.c
@@ -126,6 +126,8 @@ enum SID_NAME_USE ads_atype_map(uint32 atype)
switch (atype & 0xF0000000) {
case ATYPE_GLOBAL_GROUP:
return SID_NAME_DOM_GRP;
+ case ATYPE_SECURITY_LOCAL_GROUP:
+ return SID_NAME_ALIAS;
case ATYPE_ACCOUNT:
return SID_NAME_USER;
default: