Set DocumentSecurity
to True
if the [Security]
section lists a security module that applies to the repository that you use to authenticate users.
Set DocumentSecurity
in the [UserSecurity]
section to specify a default value. You can also set it for individual repositories.
If you set DocumentSecurity
to True
, you must specify the security module by using DocumentSecurityType.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | UserSecurity or MySecurityRepository |
Example: | DocumentSecurity=True
|
See Also: | DocumentSecurityType |
|