mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
r5976: SIDs can't have more then 5 subauths (caught by [validate] and
range())
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
28914c89dc
commit
ec1eaa274b
@@ -165,6 +165,9 @@ static const struct {
|
||||
{ EPM_PROTOCOL_NCADG, EPM_PROTOCOL_IPX },
|
||||
},
|
||||
{ "ncacn_spx", NCACN_SPX, 3,
|
||||
/* I guess some MS programmer confused the identifier for
|
||||
* EPM_PROTOCOL_UUID (0x0D or 13) with the one for
|
||||
* EPM_PROTOCOL_SPX (0x13) here. -- jelmer*/
|
||||
{ EPM_PROTOCOL_NCACN, EPM_PROTOCOL_NCALRPC, EPM_PROTOCOL_UUID },
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user