| 12345678910111213141516171819202122 |
- # Auto - boolean value, when FALSE plugin queries client application for key value (this is default),
- # when TRUE get key value from configuration file by name or use default (90) for unnamed key.
- #Auto = false
- # Key{Name} - integer value, a key with name "Name" (i.e. when one issues "ALTER DATABASE ENCRYPT ...
- # KEY Doggy" configuration parameter KeyDoggy should be present).
- #Key = 90
- #KeyDoggy = [0 - 255]
- # OnlyOwnKey - boolean value, enables/disables use of a key from another key holder in SuperServer.
- # Default value is TRUE (i.e. only key, owned by this KeyHolder, can be used by related
- # attachment).
- #OnlyOwnKey = true
|