User guide

Chapter 5 - The Options File
Options File Syntax
54 FLEXnet Licensing End User Guide
The example below is even more lenient:
INCLUDE f2 HOST myhost
FQDN_MATCHING lenient
This includes the host name, myhost, on the list of hosts for feature “f3.” Since lenient
matching is specified, host names such as
myhost, myhost.abc.com, and myhost.xyz.com
match. Whereas,
yourhost or yourhost.abc.com do not match.
See Also
“Type Specification”
FLEXNET LICENSING VERSION NOTES
FQDN_MATCHING introduced in v9.3 client library and vendor daemon.
GROUP
GROUP group_name user_list
Defines a group of users for use in INCLUDE, INCLUDEALL, EXCLUDE, EXCLUDEALL,
and RESERVE option lines.
To define the group “Hackers” consisting of “bob,” “howard,” and “james”:
GROUP Hackers bob howard james
Multiple GROUP lines for the same group name add all the specified users into the group.
Note USER_GROUP is an alias for GROUP.
GROUPCASEINSENSITIVE
GROUPCASEINSENSITIVE OFF|ON
If set to ON, user names and host names specified with the options file GROUP and
HOST_GROUP keywords, respectively, are treated as case insensitive.
By default
GROUPCASEINSENSITIVE is OFF; user names and host names are treated as case
sensitive.
group_name Name of the group being defined. Group names are case sensitive.
user_list List of user names in that group. Names are case sensitive. Set the
GROUPCASEINSENSITIVE options file keyword to turn on case
insensitivity. See “GROUPCASEINSENSITIVE.”