[clug] Single sign-on to Active Directory via Apache

Steve Walsh steve at nerdvana.org.au
Wed Nov 3 07:53:07 GMT 2004


Dang, should have kept reading what you wanted to do. For the rest, you will want to have;

1. compiled mod_auth_pam into apache
2. Put the following directives into httpd.conf:

<Directory />
    AuthPAM_enabled on
    Options FollowSymLinks
    AllowOverride All
</Directory>

3. Put the following .htaccess file in .../htdocs/test from
which you wish to test the authentication :

   AuthName "Test Authentication"
   AuthType Basic
 
   require valid-user

4. compiled and installed /lib/security/pam_smb_auth.so 
5. Created the following /etc/pam.d/httpd file :

   auth   required  /lib/security/pam_smb_auth.so debug

then point your browser at the relevant directory and test away.

-----Original Message-----

Hey,

Does anyone know if there is there any software which allows you to use 
NTLM-based httpd/Apache authentication against one (or more) Active 
Directories using Samba (or anything else)?

Thanks,
Avi

-- 
Implementation Specialist

..>> Canberra ...> Sydney ...> London .........../>
   Walter Turnbull Bldg   T: +61 (0) 2 6233 0607
   44 Sydney Ave,         F: +61 (0) 2 6233 0696
   Forrest,               W: http://www.squiz.net/
   ACT 2603

.....>> Open Source  - Own it  -  Squiz.net ...../>
-- 
linux mailing list
linux at lists.samba.org
http://lists.samba.org/mailman/listinfo/linux

-- 
linux mailing list
linux at lists.samba.org
http://lists.samba.org/mailman/listinfo/linux




More information about the linux mailing list