summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/enable_localhost_auth_bypass_parameter.idl
blob: 415bf7374d0d53a5b7808682e2cf5980a8a135eb (plain)
1
2
3
4
5
6
7
8
9
10
global: 
  cpp_namespace: "mongo" 
 
server_parameters: 
  enableLocalhostAuthBypass: 
    description: "Enable authorization bypass for localhost connections" 
    set_at: startup 
    cpp_varname: "enableLocalhostAuthBypass"
    cpp_vartype: bool
    default: true