Open Closed

LDAP missing references #2702


User avatar
0
JeffreyKhor created

Hi,

i am new in ABP framework, and i am working on the LDAP integration, i have followed the guide as link below: https://docs.abp.io/en/commercial/latest/modules/account/ldap#customize-built-in-services However i found out few objects were not found neither in LDAPForNet nor Volo.Abp.Ldap, error as screenshot below:

i cant find the LdapExternalLoginProvider, therefore i had followed the link as below: https://support.abp.io/QA/Questions/2540/Ldap-Operations-Error to create an external class of the LdapExternalLoginProvider, but then there are still errors on ILdapSettingProvider, which i cant finr the reference also, does anybody can help on this?

Thanks and regards, Jeffrey


6 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    • ABP Framework version: vX.X.X
  • User Avatar
    0
    JeffreyKhor created

    ABP Framework version: v4.4.3

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    See https://docs.abp.io/en/commercial/4.4/modules/account/ldap

  • User Avatar
    0
    JeffreyKhor created

    See https://docs.abp.io/en/commercial/4.4/modules/account/ldap

    Hi,

    thanks for the info, i managed to put into my project, however how should i know which class is placed under which project? according to the documentation, i put the VoloOpenLdapManager.cs and VoloLdapExternalLoginProvider.cs under the HttpApi.Host project as below:

    is this correct? sorry for my immature experience

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You are right, You need to put it in the project where the account is hosted.

  • User Avatar
    0
    JeffreyKhor created

    hi

    You are right, You need to put it in the project where the account is hosted.

    thanks, i managed to solve it

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11