search for: list_sep

Displaying 4 results from an estimated 4 matches for "list_sep".

Did you mean: list_set
2016 Jan 29
2
Clarification requested
There are smb.conf items which can have multiple entries. e.g. "admin users". I see examples showing both comma separated and whitespace separated lists. Even our old Samba 3 conf file shows both being used. The man page doesn't show an example of a multiple list at all, so that doesn't help to clear this up. So, for the sake of clarity, what is the proper/recommended
1998 Mar 12
0
Code to check Password Server Group Memberships
...t 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\n", u...
2016 Jan 30
0
Clarification requested
...; doesn't help to clear this up. When we re-print such a parameter, we use ",". > So, for the sake of clarity, what is the proper/recommended > separator? > Does it even matter? If it's not important, what are the valid > separators? This is the valid list: #define LIST_SEP " \t,;\n\r" > The reason I'm asking is that I'm getting some odd and inconsistent > results in one of my tests and I just want to make sure this isn't > part > of the problem. As long as any values with spaces are quoted, it shouldn't be. Andrew Bartlett...
2013 Jun 07
1
v2.2.2 (e5bd0a7c6a1e) Core Dump
(gdb) bt full #0 mailbox_list_default_get_vname (list=0x21ceec0, storage_name=0x0) at mailbox-list.c:655 __s2_len = <optimized out> i = <optimized out> prefix_len = <optimized out> name_len = <optimized out> vname = 0x0 list_sep = <optimized out> ns_sep = <optimized out> ret = <optimized out> #1 0x00007fecd7cf4585 in acl_backend_vfile_get_local_dir (name=0x0, name at entry=0x7fecd7cfada8 "", backend=<error reading variable: Unhandled dwarf expression opcode 0xfa>) at acl-b...