安全认证参数
authentication_timeout
字符串类型(时间)。认证超时时间,允许范围 1s~600s。默认值 1min(1 分钟)。该参数可在运行期间设置。
#authentication_timeout = 1min # 1s-600s
failed_login_attempts
数值类型。用户登录失败的最大次数,超过后用户将被锁定。超级用户 halo 不受该参数影响。默认值 0(即禁用该功能)。该参数可在运行期间设置。
#failed_login_attempts = 0 # be carefull! it will affect all users, except superuser: halo
shared_preload_libraries
字符串类型。服务器启动时预加载的共享库列表。如需启用密码复杂度策略,加载 passwordcheck。该参数只能在实例启动时设置。
#shared_preload_libraries = '' # (change requires restart)