Sponsored Content
Full Discussion: Apache auth question
Top Forums UNIX for Advanced & Expert Users Apache auth question Post 33097 by loadc on Monday 16th of December 2002 04:51:45 PM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
HTDIGEST(1)							     htdigest							       HTDIGEST(1)

NAME
htdigest - manage user files for digest authentication SYNOPSIS
htdigest [ -c ] passwdfile realm username SUMMARY
htdigest is used to create and update the flat-files used to store usernames, realm and password for digest authentication of HTTP users. Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by htdigest. This manual page only lists the command line arguments. For details of the directives necessary to configure digest authentication in httpd see the Apache manual, which is part of the Apache distribution or can be found at http://httpd.apache.org/. OPTIONS
-c Create the passwdfile. If passwdfile already exists, it is deleted first. passwdfile Name of the file to contain the username, realm and password. If -c is given, this file is created if it does not already exist, or deleted and recreated if it does exist. realm The realm name to which the user name belongs. See http://tools.ietf.org/html/rfc2617#section-3.2.1 for more details. username The user name to create or update in passwdfile. If username does not exist is this file, an entry is added. If it does exist, the password is changed. SECURITY CONSIDERATIONS
This program is not safe as a setuid executable. Do not make it setuid. Apache HTTP Server 2012-07-19 HTDIGEST(1)
All times are GMT -4. The time now is 08:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy