Changes between Version 12 and Version 13 of FAQ

Show
Ignore:
Timestamp:
03/01/09 16:22:54 (18 months ago)
Author:
bmuller@… (IP: 70.145.80.199)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v12 v13  
    1616 The identity URL of the user currently logged is stored in the '''REMOTE_USER''' CGI environment variable. 
    1717==  Is it possible to limit login to some users, like htaccess/htpasswd does? == 
    18  Yes, by using the [wiki:AuthUserProgram AuthOpenIDUserProgram] option.  Also, it is possible to limit authentication to certain identity providers (by using '''AuthOpenIDDistrusted''' and '''AuthOpenIDTrusted''', see [http://trac.butterfat.net/public/mod_auth_openid/wiki the main page] for more info).   
     18 Yes, by using an external auth program and the [wiki:AuthUserProgram AuthOpenIDUserProgram] option.  Also, it is possible to limit authentication to certain identity providers (by using '''AuthOpenIDDistrusted''' and '''AuthOpenIDTrusted''', see [http://trac.butterfat.net/public/mod_auth_openid/wiki the main page] for more info).   
    1919== I hate the look of the default login page.  How can I use something different? == 
    2020 It's easy.  See the [wiki:CustomLoginPage custom login page howto].