Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 275 Bytes

LDAP anon bindings.md

File metadata and controls

13 lines (10 loc) · 275 Bytes

Enabling LDAP Anonymous bindings

To configure anon LDAP binding, the bind credentials attrbibutes must be defined with null values.

mongod.conf config snippet

security:
    ldap:
        bind:
            queryUser: ""
            queryPassword: ""