mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/base_site_config.git
synced 2026-04-30 13:00:41 -03:00
Initial commit
This commit is contained in:
37
config/optional/ldap_servers.server.ldap_ime_unicamp_br.yml
Normal file
37
config/optional/ldap_servers.server.ldap_ime_unicamp_br.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
langcode: pt-br
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: ldap_ime_unicamp_br
|
||||
label: ldap.ime.unicamp.br
|
||||
type: openldap
|
||||
address: ldap.ime.unicamp.br
|
||||
port: 389
|
||||
timeout: 10
|
||||
encryption: none
|
||||
weight: null
|
||||
bind_method: anon
|
||||
binddn: null
|
||||
bindpw: null
|
||||
basedn:
|
||||
- 'ou=People,dc=ime,dc=unicamp,dc=br'
|
||||
user_attr: uid
|
||||
account_name_attr: ''
|
||||
mail_attr: mail
|
||||
mail_template: ''
|
||||
picture_attr: ''
|
||||
unique_persistent_attr: uid
|
||||
unique_persistent_attr_binary: false
|
||||
user_dn_expression: ''
|
||||
testing_drupal_username: ''
|
||||
testing_drupal_user_dn: ''
|
||||
grp_unused: true
|
||||
grp_object_cat: ''
|
||||
grp_nested: false
|
||||
grp_user_memb_attr_exists: false
|
||||
grp_user_memb_attr: ''
|
||||
grp_memb_attr: ''
|
||||
grp_memb_attr_match_user_attr: ''
|
||||
grp_derive_from_dn: false
|
||||
grp_derive_from_dn_attr: ''
|
||||
grp_test_grp_dn: ''
|
||||
grp_test_grp_dn_writeable: ''
|
||||
Reference in New Issue
Block a user