Lines Matching refs:authentication
2 authhttp DokuWiki HTTP authentication plugin
15 your webserver to perform some sort of authentication (eg. HTTP Basic or
16 NTLM authentication). In that case, the Webserver provides a user's
21 supplied those through the login form. It will perform authentication using
30 authentication.
38 between the HTTP authentication (which might eg. use an old password) and
43 your Webserver's HTTP authentication has been set up.
47 DokuWiki (without this plugin) is the only entity doing actual authentication.
53 did the authentication and essentially annuls DokuWiki's own authentication by
56 authentication credentials which should always be the case (except if you did
57 not enable HTTP authentication in your Webserver).
59 Note however that DokuWiki expects information that HTTP authentication does
80 the HTTP authentication username. Also, the login form should be hidden
82 authentication is used. authhttp's action plugin takes care of all that.
101 the HTTP authentication login name (the string in $_SERVER['PHP_AUTH_USER']).