## .htaccess example # # Note: This example will only work for departmental web sites # under www.louisville.edu. ULink based authtication # isn't supported for personal/individual web sites. # # Kind of authentication AuthType Basic #This turns on ULink password authentication LDAPAuth On # This is the friendly text that shows up in the # client's pop-up box when asking for a password: AuthName "your ULink password gets you into my site" # Who you choose to allow into the site can be # limited by these options: # require user jcschmoe01 # require valid-user require valid-user # valid-user will let anyone with a valid name and password in. # require user USERNAME will only let one particular user in.