Changes between Initial Version and Version 1 of ClientOpaque


Ignore:
Timestamp:
Nov 13, 2011, 10:20:20 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientOpaque

    v1 v1  
     1= Including opaque data in scheduler request messages =
     2
     3If the file '''client_opaque.txt''' exists in the client data directory,
     4it will be included in scheduler request messages as follows:
     5{{{
     6<client_opaque>
     7<!{CDATA[
     8(contents of client_opaque.txt)
     9]]>
     10</client_opaque>
     11}}}
     12and will be read into the string '''SCHEDULER_REQUEST::client_opaque''' on the server,
     13where it can be accessed by customizable scheduler functions.
     14
     15This mechanism lets you, for example, designate particular hosts as
     16being trusted, having some software resource installed, and so on.
     17
     18This is implemented in version [24586] of the server code.
     19It will work with client versions 6.13.11+.