encrypstion

This commit is contained in:
Iwan Clement
2020-04-22 21:28:10 +02:00
parent f54660e166
commit 1747dcc6d2

View File

@@ -26,11 +26,11 @@ services:
'main' => { 'main' => {
'label' => 'Pidom AD', 'label' => 'Pidom AD',
'host' => '192.168.111.252', 'host' => '192.168.111.252',
'port' => 389, 'port' => 636,
'uid' => 'sAMAccountName', 'uid' => 'sAMAccountName',
'verify_certificates' => false, 'verify_certificates' => false,
'bind_dn' => 'CN=ldapuser,OU=Users,OU=Dardilly,DC=pidom,DC=chezclement,DC=maison', 'bind_dn' => 'CN=ldapuser,OU=Users,OU=Dardilly,DC=pidom,DC=chezclement,DC=maison',
'encryption' => 'plain', 'encryption' => 'simple_tls',
'password' => 'E2ggSY3v33y5B6uwyjNXYGT2y_', 'password' => 'E2ggSY3v33y5B6uwyjNXYGT2y_',
'active_directory' => true, 'active_directory' => true,
'base' => 'OU=Users,OU=Dardilly,DC=pidom,DC=chezclement,DC=maison', 'base' => 'OU=Users,OU=Dardilly,DC=pidom,DC=chezclement,DC=maison',