Good morning, my Author machine only allows Ldap users to log in.
Could you tell me if SlingRepository's "repository.login" function uses the ldap module?
The code contained in a "service" is the following:
Reference
private SlingRepository repository;
.
.
.
session = repository.login(new SimpleCredentials(username, password.toCharArray()));