Check bindPassword if bindDn is provided
This commit is contained in:
@@ -49,8 +49,7 @@ const isValid = computed(() => {
|
||||
if (!url.value) return false;
|
||||
if (!baseDn.value) return false;
|
||||
if (!filter.value) return false;
|
||||
|
||||
// TODO check all
|
||||
if (bindDn.value && !bindPassword.value) return false;
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user