PgSmart Web Authentication Configuration
This configuration allows enabling or disabling LDAP authentication in PgSmart Web.
- Instructions
- Video
-
Select the
Configurações
option from the sidebar menu.
A list of configurable items will be displayed. -
Select
Autenticação
.2.1. Enable the Login LDAP option so that user login is validated through an external LDAP server.
When enabled, fill in the required parameters:
- Host do LDAP: address of the LDAP server.
- Porta do LDAP: communication port (e.g.:
389
for LDAP or636
for LDAPS). - BaseDN: base directory for user search (e.g.:
dc=empresa,dc=com
). - BindUser: user with permission to read from the directory.
- BindPassword: password of the
BindUser
. - searchField: attribute used to locate the user (e.g.:
uid
,sAMAccountName
, etc).
2.2. Disable if you want to use only local authentication.
-
Click
Salvar
.

Figura 1 - Configuração de Autenticação - Ativa/desativa LDAP