Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Floating License Options - Overview​

...

GROUPCASEINSENSITIVE ON / OFF to the actifyd.opt options file to enable/disable case sensitivity for user names. Default, no entry is OFF

You need to add GROUPCASEINSENSITIVE ON to the actifyd.opt options file to enable/ disable case sensitivity for user names !!!

...

Disabling case sensitivity for user and computer names

You can enable/disable case sensitivity for user names and computer names when using the GROUP or HOST_GROUP commands. Without this statement, the default is that user and computer names are case-sensitive.

The following example disables case sensitivity for user and computer names:

GROUPCASEINSENSITIVE ON

The following example does not disable case sensitivity for user and computer names:

...

 
GROUP group1 smitha jonesm stewartd
GROUP group2 stewartd
GROUP Group3 brownc andersons
INCLUDE SpinFire11 group1
EXLUDE SpinFire11 GROUP group2
INCLUDE SpinFire11 GROUP Group3
EXCLUDE_BORROW SpinFire11 GROUP Group3
BORROW_LOWWATER SpinFire11 4
MAX_BORROW_HOURS SpinFire11 168

In summary, If you have groups and you wish to reserve a usage of 1 license to each Group  - Use the function

RESERVE [count] [productfeature] [type] [name]

So the actifyd.opt would be should look like...

GROUP group1 user1 user2

...