summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-10-08 23:47:57 +0200
committerArthur Schiwon <blizzz@owncloud.com>2013-10-17 19:13:28 +0200
commit7c6a9c22562f03eefb6730fc53afeed360c0171e (patch)
tree417adb13f77791f61f9cd7f3407c44dc13f7d44f /apps/user_ldap/ajax
parente903db7887fe9ffc61791610d098dd623552da5d (diff)
downloadnextcloud-server-7c6a9c22562f03eefb6730fc53afeed360c0171e.tar.gz
nextcloud-server-7c6a9c22562f03eefb6730fc53afeed360c0171e.zip
Ldap Wizard: Login filter UI, detection of username attribute, composing of login filter
Diffstat (limited to 'apps/user_ldap/ajax')
-rw-r--r--apps/user_ldap/ajax/wizard.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php
index 27359b908f6..7af879c99a5 100644
--- a/apps/user_ldap/ajax/wizard.php
+++ b/apps/user_ldap/ajax/wizard.php
@@ -48,7 +48,9 @@ switch($action) {
case 'guessBaseDN':
case 'determineObjectClasses':
case 'determineGroups':
+ case 'determineAttributes':
case 'getUserListFilter':
+ case 'getUserLoginFilter':
case 'countUsers':
try {
$result = $wizard->$action();