Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 667734c

Browse files
Add readme for parameter mongodb_active_directory_role
1 parent 2849eec commit 667734c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ mongodb_processmanagement_fork: false # Fork server process
7878
# Disable or enable security. Possible values: 'disabled', 'enabled'
7979
mongodb_security_authorization: "disabled"
8080
mongodb_security_keyfile: /etc/mongodb-keyfile # Specify path to keyfile with password for inter-process authentication
81-
mongodb_active_directory_role: "" # Create role root to active directory integration
81+
mongodb_active_directory_role: # Create role root to active directory integration
82+
- role_name: "CN=sysadmin,OU=grants,OU=Groups,OU=base,DC=mycompany,DC=com,DC=br"
83+
role_permission: "root"
8284

8385
## storage Options
8486
mongodb_storage_dbpath: /data/mongodb # Directory for datafiles

0 commit comments

Comments
 (0)