search for: snip_start

Displaying 1 result from an estimated 1 matches for "snip_start".

Did you mean: skip_start
2008 Nov 14
2
string_to_sid: Sid MYDOMAIN\mygroup does not start with 'S-'.
...YDOMAIN\user' (from session setup) not permitted to access this share (ftp_site001) [2008/11/13 16:05:06, 3] smbd/error.c:error_packet_set(61) error packet at smbd/reply.c(662) cmd=117 (SMBtconX) NT_STATUS_ACCESS_DENIED The following code snippet shows where this error is coming from: <snip_start> bool string_to_sid(DOM_SID *sidout, const char *sidstr) { const char *p; char *q; /* BIG NOTE: this function only does SIDS where the identauth is not >= 2^32 */ uint32 conv; if ((sidstr[0] != 'S' && sidstr[0] != 's') || sidst...