질문
LDAP 서버의 장애 조치 또는 로드 밸런싱을 제공할 방법이 있습니까?
Cisco ESA는 로드 밸런싱 및 장애 조치 모드에서 여러 LDAP의 장애 조치를 제공하도록 구성할 수 있습니다.다음은 CLI에서 ldapconfig 명령을 사용하여 ESA에 여러 LDAP 서버 항목을 추가하는 방법을 보여 주는 예입니다.호스트 이름을 묻는 메시지가 표시되면 쉼표로 구분된 여러 호스트를 입력할 수 있습니다.
mail.example.com> ldapconfig
No LDAP server configurations.
Choose the operation you want to perform:
- NEW - Create a new server configuration.
[]> new
Please create a name for this server configuration (Ex: "PublicLDAP"):
[]> PublicLDAP2
Please enter the hostname:
[]> ldap1.example.com, ldap2.example.com, ldap3.example.com
Use SSL to connect to the LDAP server? [N]>
Please enter the port number:
[389]>
Please enter the base or enter 'NONE':
[dc=example,dc=com]>
Select the authentication method to use for this server configuration:
1. Anonymous
2. Password based
[1]>
Name: ldapservers
Hostname: ldap1.example.com,ldap2.example.com,ldap3.example.com Port 389
Authentication Type: anonymous
Base:dc=example,dc=com
Choose the operation you want to perform:
- SERVER - Change the server for the query.
- LDAPACCEPT - Configure whether a recipient address should be accepted or
bounced/dropped.
- LDAPROUTING - Configure message routing.
- MASQUERADE - Configure domain masquerading.
- LDAPGROUP - Configure whether a sender or recipient is in a specified group.
- SMTPAUTH - Configure SMTP authentication.
[]>
Current LDAP server configurations:
1. ldapservers:(ldap1.example.com,ldap2.example.com,ldap3.example.com:389)
Choose the operation you want to perform:
- NEW - Create a new server configuration.
- EDIT - Modify a server configuration.
- DELETE - Remove a server configuration.
[]>
mail.example.com> commit