通過AD作為用戶認證的數據源。整個管理用戶認證邏輯就在LdapAuthenticationSource類中實現。
LdapSettingProvider:定義LDAP的setting和提供DefautValue。主要提供配置訪問AD數據庫的賬號信息。
LdapSettings/ILdapSettings:通過settingManager獲取LDAP settings
AbpZeroLdapModuleConfig/IAbpZeroLdapModuleConfig: 提供激活Ldap認證的配置。
LdapAuthenticationSource:通過System.DirectoryServices.AccountManagement提供的API基於AD作為用戶認證的數據源完成用戶的認證
AbpZeroLdapModule:完成常規的依賴注入,和本地化資源的注入