Apache auth question


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Apache auth question
# 1  
Old 12-16-2002
Apache auth question

While not technically a unix question, I was hoping for some help from you all-

I've got an Apache 1.3.x server, and I am using basic auth from the pam_auth module and winbind on the back of that. What I get is a relaly sleek authentication for my Windos domain users, however, as they are wont to do, they complain endlessly about the login popup box that doesn't automatically prepend the domain name and separator in front of their username, so they are forced to type 10 or so extra characters (my heart goes out to them, it's so mean to make the illiterate learn to do something that taxes their mind). Regardless, since I'm such a bleeding heart sysadmin, I'm looking into prepending the info, but I don't believe it to be possible given that the popup is the browser responding to the challenge from the server, and the server really has nothing to do with what comes up there, my only glimmer of hope is that the popup shows the "realm" defined in the httpd.conf, so I'm hoping that I can get the browser to pull back more than that.
I'm not interested in developing anything, just if there is a way to config this into Apache/PAM/SMB/winbind, I'd be more tahn ok with that.


TIA for your time and effort,


loadc
# 2  
Old 12-19-2002
I don't believe so. The dialog box that pops up is completely client-controlled.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

PHP script that detects if auth is required or not on Apache Splunk

I am currently trying to do a PHP script that detects automatically if Apache Splunk authentication is required or not but I'm having a hard time since HTTP code 303 is always coming back, even if auth is required or not. Here is the script so far; <?php /** * Apache Splunk script to... (4 Replies)
Discussion started by: syrius
4 Replies

2. IP Networking

Apache IP question

Hey everyone. Ok I have a question..well a few questions actually, but I'll try to have them make sense. Ok, I work in a data center and we manage people's servers. One client has an apache server. This apache server has 1 single IP address. When I do ifconfig, it's inet address is 1 address. ... (1 Reply)
Discussion started by: Lost in Cyberia
1 Replies

3. Red Hat

Apache question - virtual host related

Hi folks, I recently read about Apache virtual host and was able to configure that as well. I used name based virtual host (lets say http://vhost1.example.com) and it worked just fine. Then I configured another named based virtual host on same apache server (lets say http://vhost2.example.com)... (2 Replies)
Discussion started by: freebird8z
2 Replies

4. UNIX for Advanced & Expert Users

Question regarding Apache

How can I know which Multi-Processing Module does my Apache use or implement. Module Index - Apache HTTP Server I also wish to know what is the maximum number of clients can my apache process at a given instance of time. Please help me calculate the same. Also, wanted to know if the... (0 Replies)
Discussion started by: mohtashims
0 Replies

5. AIX

Kerberos and LDAP Auth

Good day I am trying to configure Kerberos and LDAP authentication on AIX 5.3 with Windows 2003 R2 but something is not quite right. When I ran kinit username I get a ticket and I can display it using klist. When the user login I can see the ticket request on Windows 2003, but the user... (1 Reply)
Discussion started by: mariusb
1 Replies

6. UNIX for Advanced & Expert Users

Double question: Apache mod_proxy and force connection over specific interface

Double question here ... Running on Debian Etch and Apache 2.0 1) Using mod_proxy and/or mod_proxy_http in apache 2.0. The basics of using mod_proxy are pretty simple so long as you're using a static config. I'm trying to figure out how to do it dynamically - that is, allow the entry of a... (4 Replies)
Discussion started by: Halfwalker
4 Replies

7. UNIX for Dummies Questions & Answers

Apache question

Folks; What's is the risk of running 2 Apache servers on the same machine, one for testing & the other for Production? (using 2 different ports of course) Thanks (1 Reply)
Discussion started by: moe2266
1 Replies

8. Solaris

Installing APACHE - simple question

Ok, this may be a simple question, but I am unable to find an answer. I am trying to install apache 2.2 on a Solaris 9 box (sparc). I downloaded it from sunfreeware, and under /usr/local/apache2/doc/apache2/INSTALL they describe the installing procedure as: $ ./configure --prefix=PREFIX ... (4 Replies)
Discussion started by: fidodido
4 Replies

9. Cybersecurity

Apache Question - Securing against unwanted use with cable modem

I have built a Linux machine in my home using Mepis Linux and I'm running Apache on it. I want to use Apache on my machine and use it as testing area for web pages and other applications. I use a cable modem to connect to the internet. The Linux box is connected to a router, which connects... (3 Replies)
Discussion started by: Doctor_Morbius
3 Replies

10. Solaris

Apache web server question

Hi - Maybe not the right forum for this but I will ask anyway.. I recently installed apache on my ultra 10 - solaris 9... Working okay - and I have some docs in my htdocs directory that I can access through a web browser.. Now I want to get a bit fancy and change the home page so I can... (2 Replies)
Discussion started by: frustrated1
2 Replies
Login or Register to Ask a Question