[PATCH] recognise local groups in ads_atype_map()

Luke Howard lukeh at PADL.COM
Thu May 15 10:57:41 GMT 2003


Index: libads/ads_utils.c
===================================================================
RCS file: /home/project/cvs/samba/source/libads/ads_utils.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ads_utils.c
--- libads/ads_utils.c  2003/04/15 13:57:41     1.1.1.1
+++ libads/ads_utils.c  2003/05/15 10:56:15
@@ -126,6 +126,8 @@
        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:

-- Luke

--
Luke Howard | PADL Software Pty Ltd | www.padl.com



More information about the samba-technical mailing list