-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from SBU-BMI/develop
Develop
- Loading branch information
Showing
15 changed files
with
148 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
authorization_message: false | ||
_core: | ||
default_config_hash: 0LVjTKjBHu6HtfMSyDhY1YvcW4QpX-UzW7-387jblBk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
sids: { } | ||
authenticationMode: mixed | ||
loginUIUsernameTxt: '' | ||
loginUIPasswordTxt: '' | ||
ldapUserHelpLinkUrl: '' | ||
ldapUserHelpLinkText: '' | ||
emailOption: disable | ||
emailUpdate: update_notify | ||
emailTemplateHandling: none | ||
emailTemplate: '@[email protected]' | ||
emailTemplateUsageResolveConflict: false | ||
emailTemplateUsageNeverUpdate: false | ||
emailTemplateUsagePromptUser: false | ||
emailTemplateUsageRedirectOnLogin: false | ||
emailTemplateUsagePromptRegex: '.*@example\\.com' | ||
passwordOption: hide | ||
allowOnlyIfTextInDn: { } | ||
excludeIfTextInDn: { } | ||
excludeIfNoAuthorizations: null | ||
skipAdministrators: true | ||
langcode: en | ||
_core: | ||
default_config_hash: 9DgabkLztscclWQDjei_mAOpxP6xdbp_Iu5L5z6Nsbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
uuid: 34472877-3614-4c14-9a6e-f88f1e445bd9 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: tciabeta | ||
label: TCIABETA | ||
type: default | ||
account_name_attr: cn | ||
address: 144.30.1.70 | ||
basedn: | ||
- '' | ||
bind_method: service_account | ||
binddn: 'cn=reader,ou=users,dc=cancerimagingarchive,dc=net' | ||
bindpw: Just4TCIA2021! | ||
encryption: none | ||
grp_derive_from_dn_attr: '' | ||
grp_derive_from_dn: false | ||
grp_memb_attr_match_user_attr: dn | ||
grp_memb_attr: uniquemember | ||
grp_nested: true | ||
grp_object_cat: groupofuniquenames | ||
grp_test_grp_dn_writeable: '' | ||
grp_test_grp_dn: 'cn=cip-staff,ou=groups,dc=cancerimagingarchive,dc=net' | ||
grp_unused: false | ||
grp_user_memb_attr_exists: false | ||
grp_user_memb_attr: '' | ||
mail_attr: mail | ||
mail_template: '' | ||
picture_attr: '' | ||
port: 1389 | ||
testing_drupal_user_dn: '' | ||
testing_drupal_username: ebremer | ||
timeout: 10 | ||
unique_persistent_attr_binary: false | ||
unique_persistent_attr: dn | ||
user_attr: cn | ||
user_dn_expression: 'cn=%username,ou=users,dc=cancerimagingarchive,dc=net' | ||
weight: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
watchdog_detail: false | ||
_core: | ||
default_config_hash: DgA06EZeCFji0LQ9WiDc1Dv-jeNGx8sxhaISyZcThHY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
drupalAcctProvisionServer: tciabeta | ||
ldapEntryProvisionServer: null | ||
drupalAcctProvisionTriggers: | ||
- drupal_on_login | ||
ldapEntryProvisionTriggers: { } | ||
userUpdateCronQuery: none | ||
userUpdateCronInterval: daily | ||
orphanedDrupalAcctBehavior: ldap_user_orphan_email | ||
orphanedDrupalAcctReportingInbox: '' | ||
orphanedCheckQty: 100 | ||
orphanedAccountCheckInterval: weekly | ||
userConflictResolve: resolve | ||
manualAccountConflict: conflict_reject | ||
acctCreation: ldap_behaviour | ||
ldapUserSyncMappings: | ||
drupal: { } | ||
_core: | ||
default_config_hash: xGaDFlyXTmhzluhiRhEx58v_3Fu-nMhCzEBF8K4eqHU | ||
disableAdminPasswordField: false |
11 changes: 11 additions & 0 deletions
11
config/system.action.bulk_update_fields_on_authorization_profile.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
uuid: a3ec7b14-64dd-472b-88a2-ff94f09e9ec2 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- bulk_update_fields | ||
id: bulk_update_fields_on_authorization_profile | ||
label: 'Bulk Update Authorization profile Fields' | ||
type: authorization_profile | ||
plugin: bulk_update_fields_action_base | ||
configuration: { } |
11 changes: 11 additions & 0 deletions
11
config/system.action.bulk_update_fields_on_ldap_query_entity.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
uuid: d9749188-1959-416c-89e7-02e03d0a78d9 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- bulk_update_fields | ||
id: bulk_update_fields_on_ldap_query_entity | ||
label: 'Bulk Update LDAP Queries Fields' | ||
type: ldap_query_entity | ||
plugin: bulk_update_fields_action_base | ||
configuration: { } |
11 changes: 11 additions & 0 deletions
11
config/system.action.bulk_update_fields_on_ldap_server.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
uuid: cc9ff1de-e298-4221-a14f-0c6a61205e69 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- bulk_update_fields | ||
id: bulk_update_fields_on_ldap_server | ||
label: 'Bulk Update LDAP Server Fields' | ||
type: ldap_server | ||
plugin: bulk_update_fields_action_base | ||
configuration: { } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters