Activities of "maliming"

Answer

hi

The error from LdapForNet.LdapConnection.BindAsync

You can see its document: https://github.com/flamencist/ldap4net#bindAsync Change the call parameters of this method based on your LDAP server settings.

hi

You can develop it as we discussed above.

What is needed is the ability for the application to directly use the physical file at development time and a browser refresh reflects any change made in the JavaScript file. The ReplaceEmbeddedByPhysical method makes all this possible.

hi I will report this feature request back to the team,

This doesn't seem to be code built into our module?

Can you share more information?

Answer

hi

You can see this: https://docs.abp.io/en/commercial/5.1/modules/account/ldap

Test application

Testing the LDAP configuration using your application might be complicated. Therefore you can use our test application. The following dotnet console app is for testing your LDAP configuration. Before using the configuration, test in this app and see if it works.

https://github.com/abpframework/abp-samples/tree/master/AbpLdapSample

hi

var healthChecksUiBuilder = services.AddHealthChecksUI(settings =>
{
    settings.AddHealthCheckEndpoint("MyProjectName Health Status", "https://yourwebsite.com/health-status");
});

services.MapHealthChecksUiEndpoints(options =>
{
    options.UIPath = "https://yourwebsite.com/health-ui";
    options.ApiPath = "https://yourwebsite.com/health-api";
});
```
Answer

@sraptis has the commercial license.

Answer

hi

https://docs.abp.io/en/commercial/latest/abp-suite/generating-entities-from-an-existing-database-table

hi

You can create some settings for the Tenant side.

and https://docs.abp.io/en/abp/latest/Settings https://docs.abp.io/en/abp/latest/Modules/Setting-Management#setting-management-ui

hi

What's your ABP Framework version?

I checked.

  • single user email exists
    • Login to matching account
  • email does not exist
    • Register new account

This is already implemented.

Showing 8301 to 8310 of 10593 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 08, 2025, 09:55