LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-16-2006, 05:35 PM   #1
talat
Member
 
Registered: Jan 2006
Distribution: Centos
Posts: 145

Rep: Reputation: 16
Bugzilla Access through http authentication


I have installed bugzilla on Linux but i want to enable
HTTP authentication in it?
I have users already created in database of bugzilla but all i want
is to bring a popup when anyone try to access the bugzilla
 
Old 02-16-2006, 06:18 PM   #2
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
You've probably already got something like the following to access Bugzilla. If you add the stuff in blue italics (change it for your own setup), you should get the authentication dialog you're looking for. There's info on setting up the password file at http://httpd.apache.org/docs/2.0/howto/auth.html:
Code:
Alias /bugzilla /usr/local/bugzilla-2.20
<Directory /usr/local/bugzilla-2.20>
  AddHandler cgi-script .cgi
  Options +Indexes +ExecCGI +FollowSymLinks
  DirectoryIndex index.cgi
  AllowOverride Limit
  Order allow,deny
  Allow from all
  AuthType Basic
  AuthName "Restricted Files"
  AuthUserFile /usr/local/apache2/passwd/passwords
  Require user webuser
</Directory>
 
Old 02-16-2006, 06:37 PM   #3
talat
Member
 
Registered: Jan 2006
Distribution: Centos
Posts: 145

Original Poster
Rep: Reputation: 16
But i have already passwords and users existing in the bugzilla Database
 
Old 02-16-2006, 06:40 PM   #4
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Do you mean that you want the user authentication to happen in the dialog instead of the form but still be the info in the Bugzilla database? If so, I misunderstood - both of the Bugzilla instances I run use the authentication in the standard login form.

Last edited by gilead; 02-16-2006 at 06:41 PM.
 
Old 02-16-2006, 06:53 PM   #5
talat
Member
 
Registered: Jan 2006
Distribution: Centos
Posts: 145

Original Poster
Rep: Reputation: 16
I want to use the authentication not in the webform but through http [www] authentication. But i want to use the credentials that are already present in the bugzilla database.
 
Old 02-16-2006, 07:18 PM   #6
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
I haven't done any work with the mod_dbd stuff, but there's information at http://httpd.apache.org/docs/trunk/mod/mod_dbd.html which may be helpful.

Also, there may be more specific information at news://news.mozilla.org/mozilla.support.bugzilla.

Last edited by gilead; 02-16-2006 at 07:26 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bugzilla error! DBD mysql user access denial pudhiyavan Linux - Software 1 01-16-2006 04:33 PM
IBM Http server with ldap authentication Rinish Linux - Networking 1 06-16-2005 08:11 AM
mod_rewrite *and* http authentication belorion Linux - General 0 01-20-2005 04:05 PM
Authentication In A Http Request With Kerberos Ephraim Programming 0 08-03-2004 04:13 AM
HTTP AUTHENTICATION with PHP lemotion Programming 1 04-22-2004 02:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration