Displaying 1 result from an estimated 1 matches for "ps_group".
Did you mean:
pfs_group
1998 Mar 12
0
Code to check Password Server Group Memberships
...int ingroup = 0;
p = &inbuf[smb_vwv + (CVAL(inbuf, smb_wct) * 2)];
plength = *((short *) p);
numgroups = p[7];
/* TBD Store the groups away for future validation */
/* later do a group validation such as the following
* for(p=strtok(ps_groups, LIST_SEP); p; p = strtok(NULL,
LIST_SEP))
* {
* for(loop = 0; loop < numgroups; loop++)
* {
* if(strcasecmp(p, groups[i].name) == 0)
* {
* DEBUG(3, ("User %s is a member of password
server group %s...