We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3906998 commit f57fb6eCopy full SHA for f57fb6e
apps/user_ldap/src/components/SettingsTabs/ServerTab.vue
@@ -83,7 +83,7 @@
83
<NcButton :disabled="loadingGuessBaseDN" @click="guessBaseDN">
84
{{ t('user_ldap', 'Detect Base DN') }}
85
</NcButton>
86
- <NcButton :disabled="loadingCountInBaseDN" @click="countInBaseDN">
+ <NcButton :disabled="loadingCountInBaseDN || ldapConfigProxy.ldapBase === ''" @click="countInBaseDN">
87
{{ t('user_ldap', 'Test Base DN') }}
88
89
</div>
0 commit comments