fbSampleKeyHolder.conf 644 B

12345678910111213141516171819202122
  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{Name} - integer value, a key with name "Name" (i.e. when one issues "ALTER DATABASE ENCRYPT ...
  5. # KEY Doggy" configuration parameter KeyDoggy should be present).
  6. #Key = 90
  7. #KeyDoggy = [0 - 255]
  8. # OnlyOwnKey - boolean value, enables/disables use of a key from another key holder in SuperServer.
  9. # Default value is TRUE (i.e. only key, owned by this KeyHolder, can be used by related
  10. # attachment).
  11. #OnlyOwnKey = true