diff options
| author | Frédéric Buclin <LpSolit@netscape.net> | 2017-10-15 14:41:44 +0200 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@netscape.net> | 2017-10-15 14:41:44 +0200 |
| commit | 7c65990927b3ededebdcd05d3ca71800a7a2458b (patch) | |
| tree | 91640f269c5a4804fc1e5229574e956bccfe68a2 /Bugzilla/Auth/Verify | |
| parent | 2c7b0be3f882ec09dc5b2fda71a90efe4761ac54 (diff) | |
| download | bugs-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/Auth/Verify')
| -rw-r--r-- | Bugzilla/Auth/Verify/LDAP.pm | 1 |
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) = @_; |
