#742 modify isBind flag
This commit is contained in:
parent
be6c61ba13
commit
f523b5ebac
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public class LdapManager {
|
|||
logger.warn("LDAP configuration is wrong.", e);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return isBind;
|
||||
}
|
||||
|
||||
public OptionalEntity<FessUser> login(final String username, final String password) {
|
||||
|
|
Loading…
Add table
Reference in a new issue