fbSampleKeyHolder.conf 949 B

1234567891011121314151617181920212223242526272829
  1. # Auto - boolean value, when FALSE plugin queries client application for key value (this is default),
  2. # when TRUE get key value from configuration file by name or use default (90) for unnamed key.
  3. #Auto = false
  4. # Key - integer value, a key used to "encrypt" database (i.e. when one issues "ALTER DATABASE ENCRYPT ..."
  5. # without KEY clause configuration parameter Key is used). This key can be passed from client to server
  6. # by the chain of sample key holders.
  7. #Key = 90
  8. # Key{Name} - integer value, a key with name "Name" (i.e. when one issues "ALTER DATABASE ENCRYPT ...
  9. # KEY Doggy" configuration parameter KeyDoggy should be present). Such keys can not be passed from client
  10. # to server.
  11. #KeyDoggy = [0 - 255]
  12. # OnlyOwnKey - boolean value, enables/disables use of a key from another key holder in SuperServer.
  13. # Default value is TRUE (i.e. only key, owned by this KeyHolder, can be used by related
  14. # attachment).
  15. #OnlyOwnKey = true