File tree Expand file tree Collapse file tree 2 files changed +18
-20
lines changed
en/core/reference/configuration
ru/core/reference/configuration Expand file tree Collapse file tree 2 files changed +18
-20
lines changed Original file line number Diff line number Diff line change @@ -636,20 +636,19 @@ auth_config:
636
636
- "ldap-hostname-02.example.net"
637
637
- "ldap-hostname-03.example.net"
638
638
port: 389
639
- base_dn: "dc=mycompany,dc=net"
640
- bind_dn: "cn=serviceAccaunt,dc=mycompany,dc=net"
641
- bind_password: "serviceAccauntPassword"
642
- search_filter: "uid=$username"
643
639
use_tls:
644
640
enable: true
645
641
ca_cert_file: "/path/to/ca.pem"
646
642
cert_require: DEMAND
643
+ scheme: "ldap"
644
+ base_dn: "dc=mycompany,dc=net"
645
+ bind_dn: "cn=serviceAccaunt,dc=mycompany,dc=net"
646
+ bind_password: "serviceAccauntPassword"
647
+ search_filter: "uid=$username"
648
+ requested_group_attribute: "memberOf"
649
+ extended_settings:
650
+ enable_nested_groups_search: true
647
651
ldap_authentication_domain: "ldap"
648
- scheme: "ldap"
649
- requested_group_attribute: "memberOf"
650
- extended_settings:
651
- enable_nested_groups_search: true
652
-
653
652
refresh_time: "1h"
654
653
#...
655
654
` ` `
Original file line number Diff line number Diff line change @@ -865,29 +865,28 @@ auth_config:
865
865
866
866
` ` ` yaml
867
867
auth_config:
868
- ...
868
+ # ...
869
869
ldap_authentication:
870
870
hosts:
871
871
- "ldap-hostname-01.example.net"
872
872
- "ldap-hostname-02.example.net"
873
873
- "ldap-hostname-03.example.net"
874
874
port: 389
875
- base_dn: "dc=mycompany,dc=net"
876
- bind_dn: "cn=serviceAccaunt,dc=mycompany,dc=net"
877
- bind_password: "serviceAccauntPassword"
878
- search_filter: "uid=$username"
879
875
use_tls:
880
876
enable: true
881
877
ca_cert_file: "/path/to/ca.pem"
882
878
cert_require: DEMAND
879
+ scheme: "ldap"
880
+ base_dn: "dc=mycompany,dc=net"
881
+ bind_dn: "cn=serviceAccaunt,dc=mycompany,dc=net"
882
+ bind_password: "serviceAccauntPassword"
883
+ search_filter: "uid=$username"
884
+ requested_group_attribute: "memberOf"
885
+ extended_settings:
886
+ enable_nested_groups_search: true
883
887
ldap_authentication_domain: "ldap"
884
- scheme: "ldap"
885
- requested_group_attribute: "memberOf"
886
- extended_settings:
887
- enable_nested_groups_search: true
888
-
889
888
refresh_time: "1h"
890
- ...
889
+ # ...
891
890
` ` `
892
891
893
892
| Параметр | Описание |
You can’t perform that action at this time.
0 commit comments