[PATCH] recognise local groups in ads_atype_map()

jra at dp.samba.org jra at dp.samba.org
Thu May 15 19:41:53 GMT 2003


On Thu, May 15, 2003 at 08:57:41PM +1000, Luke Howard wrote:
> 
> 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:

Applied, thanks.

Jeremy.



More information about the samba-technical mailing list