User Profile

Collapse

Profile Sidebar

Collapse
stucker
stucker
Last Activity: Sep 10 '10, 07:47 PM
Joined: Sep 10 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stucker
    replied to multiple auth provider in htaccess
    found my own answer

    I found the answer myself. :-)

    It turns out you can include both methods on the AuthBasicProvid er line, as in:

    AuthType Basic
    AuthLDAPAuthori tative off
    AuthBasicProvid er ldap, file
    require valid-user

    followed by the appropriate AuthUserFile and AuthLDAP* lines.

    It checks LDAP first. If the login name is in LDAP, LDAP performs the...
    See more | Go to post

    Leave a comment:


  • stucker
    started a topic multiple auth provider in htaccess

    multiple auth provider in htaccess

    I would like to set up a .htaccess file so that visitors are first authenticated by LDAP, but if their login name is not in the LDAP directory, they are then authenticated against a .htpasswd file. I have both LDAP and .htaccess working; I just haven't found out how to combine these for the same site (if it's even possible).

    Any help would be appreciated!
    See more | Go to post
No activity results to display
Show More
Working...