if ($mail_attr) {
if (!$user_entry->exists($mail_attr)) {
return { failure => AUTH_ERROR,
- error => "ldap_cannot_retreive_attr",
+ error => "ldap_cannot_retrieve_attr",
details => {attr => $mail_attr} };
}
product.details = false;
bugForm.onProductUpdated();
if (err) {
- alert('Failed to retreive components for product "' +
+ alert('Failed to retrieve components for product "' +
productName + '":' + "\n\n" + err);
if (console)
console.error(err);
product.details = false;
bugForm.onProductUpdated();
if (res.responseText) {
- alert('Failed to retreive components for product "' +
+ alert('Failed to retrieve components for product "' +
productName + '":' + "\n\n" + res.responseText);
if (console)
console.error(res);
paramater
refered
repsentation
+retreive
suported
varsion
);
Failed to bind to the LDAP server. The error message was:
<code>[% errstr FILTER html %]</code>
- [% ELSIF error == "ldap_cannot_retreive_attr" %]
+ [% ELSIF error == "ldap_cannot_retrieve_attr" %]
The specified LDAP attribute [% attr FILTER html %] was not found.
[% ELSIF error == "ldap_connect_failed" %]