aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-10-15 14:41:44 +0200
committerFrédéric Buclin <LpSolit@netscape.net>2017-10-15 14:41:44 +0200
commit7c65990927b3ededebdcd05d3ca71800a7a2458b (patch)
tree91640f269c5a4804fc1e5229574e956bccfe68a2 /Bugzilla
parent2c7b0be3f882ec09dc5b2fda71a90efe4761ac54 (diff)
downloadbugs-7c65990927b3ededebdcd05d3ca71800a7a2458b.tar
bugs-7c65990927b3ededebdcd05d3ca71800a7a2458b.tar.gz
bugs-7c65990927b3ededebdcd05d3ca71800a7a2458b.tar.bz2
bugs-7c65990927b3ededebdcd05d3ca71800a7a2458b.tar.xz
bugs-7c65990927b3ededebdcd05d3ca71800a7a2458b.zip
Display the external ID in editusers.cgi (used by LDAP)
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Auth/Verify/LDAP.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Auth/Verify/LDAP.pm b/Bugzilla/Auth/Verify/LDAP.pm
index 9687363d6..3063a19a9 100644
--- a/Bugzilla/Auth/Verify/LDAP.pm
+++ b/Bugzilla/Auth/Verify/LDAP.pm
@@ -26,6 +26,7 @@ use Net::LDAP::Util qw(escape_filter_value);
use constant admin_can_create_account => 0;
use constant user_can_create_account => 0;
+use constant extern_id_used => 1;
sub check_credentials {
my ($self, $params) = @_;