Logo ERP Uygulamaları LDAP Bağlantısı Sırasında Erişimi Hangi Yolla Sağlamaktadır?

Logo ERP Uygulamaları LDAP bağlantısını Active Directory Service Interfaces (ADSI) üzerinden
sağlamaktadır.
https://docs.microsoft.com/en-us/windows/win32/adsi/active-directory-service-interfaces-adsi

Kullanılan Component Linki : http://agnisoft.com/white_papers/active_directory.asp

Logo ERP Uygulamaları LDAP Bağlantısında Windows Açılış Şifresi ile Hangi Güvenlik Metotunu Kullanarak Authentication Sağlıyor? Authentication yöntemi olarak Kerberos kullanılabilir mi?
Microsoft Active Directory Service Interface özellikleri kullanılmakla birlikte Authentication Kerberos veya NTLM kullanılarak yapılabilir.


Security
ADSI supports Authentication using a login name and a password. If you use ADsGetObject then the user currently logged on is used to authenticate the login. You can specify a user name by using ADsOpenObject.
Example:
hr := ADsOpenObject('IIS://localhost', 'testuser','pwd', ADS_SECURE_AUTHENTICATION , IADs, obj );
ADS_SECURE_AUTHENTICATION specifies that Kerberos or NTLM is used to authenticate the password.
You can even specify password encryption (if your server supports it).