Main > Internet > HTTP >

Mod_Auth_External 3.1.0

Mod_Auth_External 3.1.0

Sponsored Links

Mod_Auth_External 3.1.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.050 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1301
Date added: 2006-04-04
Publisher: Nathan Neulinger

Mod_Auth_External 3.1.0 description

Mod_Auth_External and mod_authnz_external are Apache modules used for authentication. The two modules provide basically the same functionality, and differ mainly in the way they interface to other authentication code in Apache. For Apache 2.1 and later, mod_authnz_external should be prefered.

The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. These external authentication modules provide a flexible tool for creating authentication systems based on other databases.

These modules can be used in either of two somewhat divergent ways:

External Authentication:

When a user supplies a login and password, mod_auth*_external runs a program you write, passing it the login and password. Your program does whatever checking and logging it needs to, and then returns a Accept/Reject flag to Apache.

This is slower than doing the authentication internally because it has the overhead of launching an external program for each authentication. However, there are at least two situations where it is very useful:

Rapid prototyping. Mod_auth*_external makes a very nice swiss army knife authenticator. You can quickly put together custom authentication systems for many weird authentication applications. The external authentication program can be a shell script or perl program. It can be written without knowing much about building Apache modules. Bugs in it will not endanger the overall integrity of the Apache server.
Access restrictions. There are situations where you do not want to make your user database readable to the user-id that Apache runs under. In these cases the external authentication program can be an suid program that has access to databases Apache cannot access. For example, if you want to authentication out of a Unix shadow password database, and you arent foolish enough to run Apache as root, a carefully written suid-root external authentication program can do the job for you. Such an authenticator for shadow password files and PAM (pwauth) is available separately.

Hardcoded Authentication:

Some hooks have been inserted into mod_auth*_external to make it easy to replace the call to the external authentication program with a call to a hardcoded internal authentication routine that you write.

This is sort of a half-way measure to just writing your own Apache module from scratch, allowing you to easily borrow some of the logic from mod_auth*_external. Its a bit more dangerous than using an external authenticator, as bugs in your module can crash Apache, but performance is usually better.

I think mod_auth*_external is the best current solution for authenticating out of shadow password files, and other similar applications. For rapid prototyping and for an easy way to build your own modules, mod_perl may be a better solution in some cases.

Mod_Auth_External 3.1.0 Screenshot

Advertisements

Mod_Auth_External 3.1.0 Keywords

Bookmark Mod_Auth_External 3.1.0

Hyperlink code:
Link for forum:

Mod_Auth_External 3.1.0 Copyright

WareSeeker periodically updates pricing and software information of Mod_Auth_External 3.1.0 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Mod_Auth_External 3.1.0 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
mod_authnz_external is an Apache module used for authentication. Free Download
mod_auth_vas is an Apache authentication and authorization module for use with the Apache Web server. Free Download
mod-auth-pipe is a module of authentication written for Apache 1 (it hasnt been tested with Apache 2, but it may work). Free Download
auth_ip Apache module provide user authentication by client IP address. Free Download
mod_auth_user_dir is a module for Apache 2, you can create private user folders using WebDAV protocol. Free Download
mod_auth_tds is an Open Source Apache module that does http basic authentication. Free Download
mod_auth_aix is Apache module for authentication via AIX Loadable Authentication Modules. Free Download
mod_auth_openid is an authentication module for the Apache 2 Web server. Free Download