Glossary of Configuration Values
- Address list
A space-separated list of IP addresses in ###.###.###.### format.
- Comma-separated list
A list of items separated by commas.
- Command
A Unix command, with full path and parameters.
- Host list
A space-separated list of hosts. Allows IP addresses, address masks, domain names, ALL, and EXCEPT
- Interface list
A space-separated list of interfaces, in either address/netmask or address/n-bits format. For example, 192.168.2.10/24 or 192.168.2.10/255.255.255.0
- Map list
A space-separated list of file-remapping strings such as
(*.html*.htm).- Remote list
A space-separated list of subnet-broadcast-address/workgroup pairs. For example, 192.168.2.255/SERVERS 192.168.4.255/STAFF.
- Service (share) list
A space-separated list of share names, without the enclosing square brackets.
- Slash-list
A list of filenames, separated by “/” characters to allow embedded spaces. For example,
/.*/fredflintstone/*.frk/.- Text
One line of text.
- User list
A space-separated list of usernames. In Samba 1.9,
@group-namewill include everyone in Unix groupgroup-name. In Samba 2.0,@group-nameincludes whomever is in the NIS netgroupgroup_nameif one exists, otherwise whomever is in the Unix groupgroup_name. In addition, +group_nameis a Unix group, &group_nameis an NIS netgroup, and &+ and +& cause an ordered search of both Unix and NIS groups.