1
0
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:
Jelmer Vernooij
2005-03-22 22:11:50 +00:00
committed by Gerald (Jerry) Carter
parent 28914c89dc
commit ec1eaa274b
3 changed files with 5 additions and 2 deletions

View File

@@ -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 },
},
};