Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
: Bigversal and LDAP
  • Loading branch information
comradekingu authored and MorrisJobke committed Jul 18, 2017
commit 9eb5eebfad8e2243e55a65197322b0951db1c5d0
4 changes: 2 additions & 2 deletions apps/user_ldap/lib/Wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function countEntries($filter, $type) {
} else if ($type === 'objects') {
$result = $this->access->countObjects($limit);
} else {
throw new \Exception('internal error: invalid object type', 500);
throw new \Exception('Internal error: Invalid object type', 500);
}

return $result;
Expand Down Expand Up @@ -244,7 +244,7 @@ public function detectUserDisplayNameAttribute() {
}
};

throw new \Exception(self::$l->t('Could not detect user display name attribute. Please specify it yourself in advanced ldap settings.'));
throw new \Exception(self::$l->t('Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings.'));
}

/**
Expand Down