[Mod-auth-commit] mod_auth_webspace/htdocs/docs/mod_authn_dbi index.xml,1.9,1.10
Brought to you by:
firechipmunk,
honx
From: <ho...@us...> - 2003-12-26 00:11:32
|
Update of /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi In directory sc8-pr-cvs1:/tmp/cvs-serv22259 Modified Files: index.xml Log Message: keep on doccin'.... :-} Index: index.xml =================================================================== RCS file: /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi/index.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.xml 1 Dec 2003 22:07:16 -0000 1.9 --- index.xml 26 Dec 2003 00:11:28 -0000 1.10 *************** *** 190,195 **** <code>AuthnDbiTable Server1 MyDatabaseTable</code> <br /><br /> ! This says that the config with the name "Server1" should use ! the table "MyDatabaseTable" instead of the default "AuthDB", you get the idea... </p> --- 190,195 ---- <code>AuthnDbiTable Server1 MyDatabaseTable</code> <br /><br /> ! This says that the config with the name "<code>Server1</code>" should use ! the table "<code>MyDatabaseTable</code>" instead of the default "<code>AuthDB</code>", you get the idea... </p> *************** *** 250,254 **** orthogonality in the configuration. There is not much (up-to-date) documentation at the moment. There is documentation about <code><a ! href="http://httpd.apache.org/docs-2.1/mod/mod_auth_basic.html">mod_auth_basic</a></code> and <code><a href="http://httpd.apache.org/docs-2.1/mod/mod_auth_digest.html">mod_auth_digest</a></code> the two main parts of the authentication part ("<code>authn</code>") of the framework . Refer to the slides of the talk at the O'Reilly Open Source conference --- 250,254 ---- orthogonality in the configuration. There is not much (up-to-date) documentation at the moment. There is documentation about <code><a ! href="http://httpd.apache.org/docs-2.1/mod/mod_auth_basic.html">mod_auth_basic</a></code> and <code><a href="http://httpd.apache.org/docs-2.1/mod/mod_auth_digest.html">mod_auth_digest</a></code>, the two main parts of the authentication part ("<code>authn</code>") of the framework. Refer to the slides of the talk at the O'Reilly Open Source conference *************** *** 349,352 **** --- 349,356 ---- </b> </p> + <p> + If you have done something nifty with <code>mode_authn_dbi</code> we + would appreciate it if you contributed it as an example for this section.... + </p> </section> *************** *** 368,372 **** When a client request comes in that needs to be Authenticated, a database connection is requested from the connection pool of the matching ! configuration set. The connection is used for autentication and then released back into the pool of idle connections. If no idle connection is available and the number of connections in the pool has not reached its --- 372,376 ---- When a client request comes in that needs to be Authenticated, a database connection is requested from the connection pool of the matching ! configuration set. The connection is used for authentication and then released back into the pool of idle connections. If no idle connection is available and the number of connections in the pool has not reached its *************** *** 383,387 **** These four directives can be used to control the various limits: <ul> ! <li><code><a href="#AuthnDbiConnMin">AuthnDbiConnMin</a></code>- The minimum (and initial) number of connections.</li> <li><code><a href="#AuthnDbiConnSoftMax">AuthnDbiConnSoftMax</a></code> - --- 387,391 ---- These four directives can be used to control the various limits: <ul> ! <li><code><a href="#AuthnDbiConnMin">AuthnDbiConnMin</a></code> - The minimum (and initial) number of connections.</li> <li><code><a href="#AuthnDbiConnSoftMax">AuthnDbiConnSoftMax</a></code> - *************** *** 592,596 **** </table> This list of variables is just what looked useful at the time of ! coding. Others will be added if requested. </p> </usage> --- 596,601 ---- </table> This list of variables is just what looked useful at the time of ! coding. Others will be added <em>if</em> requested (yes, that means <em>you</em> ! have to <b>give us feedback</b> about what <em>you</em> would like to be able to to with <code>mod_authn_dbi</code>!). </p> </usage> *************** *** 633,640 **** by <code>htdigest</code>. <br /><br /> ! An example password in crypt format would be: <code>O8D24p2LCO7PA</code> <br /><br /> ! An example password in md5 format would be: <code>$apr1$SvzPV/..$CJl3oQ/ko4Tq5eg6L2Fk..</code><br /><br /> --- 638,645 ---- by <code>htdigest</code>. <br /><br /> ! An example password in crypt format: <code>O8D24p2LCO7PA</code> <br /><br /> ! An example password in md5 format: <code>$apr1$SvzPV/..$CJl3oQ/ko4Tq5eg6L2Fk..</code><br /><br /> *************** *** 649,653 **** again like they are used by <code>htpasswd</code>. <br /><br /> ! An example password in SHA1 format would be: <code>sha1:{SHA}C+7Hteo/D9vJXQ3UfzxbwnXaijM=</code> <br /><br /> --- 654,658 ---- again like they are used by <code>htpasswd</code>. <br /><br /> ! An example password in SHA1 format: <code>sha1:{SHA}C+7Hteo/D9vJXQ3UfzxbwnXaijM=</code> <br /><br /> *************** *** 660,664 **** <br /><br /> ! An example for a password in Digest format would be: <code>90b9659ffec980fdfd41f14c31a07887</code> <br /><br /> --- 665,669 ---- <br /><br /> ! An example for a password in Digest format: <code>90b9659ffec980fdfd41f14c31a07887</code> <br /><br /> *************** *** 683,687 **** <usage> <p> ! The name of the table that will be used. </p> </usage> --- 688,692 ---- <usage> <p> ! The name of the table in the database that will be used. </p> </usage> *************** *** 753,759 **** </contextlist> <usage> ! <p> See section "<a ! href="#pooling">Pooling of database connections</a>" for now. More info follows soon. </p> </usage> --- 758,768 ---- </contextlist> <usage> ! <p>The minimum number of connections to the database server that ! <code>mod_authn_dbi</code> will maintain for this configuration ! set. This is also the number of connections that ! <code>mod_authn_dbi</code> will create on start-up for the given ! configuration set. See section "<a ! href="#pooling">Pooling of database connections</a>" for more information. </p> </usage> *************** *** 770,776 **** </contextlist> <usage> ! <p> See section "<a ! href="#pooling">Pooling of database connections</a>" for now. More info follows soon. </p> </usage> --- 779,789 ---- </contextlist> <usage> ! <p>The soft maximum number of connections to the database server that ! <code>mod_authn_dbi</code> will maintain for this configuration ! set. Idle connections above this limit will be closed after the time ! set by <code><a href="#AuthnDbiConnTTL">AuthnDbiConnTTL</a></code> has ! expired for them. See section "<a ! href="#pooling">Pooling of database connections</a>" for more information. </p> </usage> *************** *** 787,793 **** </contextlist> <usage> ! <p> See section "<a ! href="#pooling">Pooling of database connections</a>" for now. More info follows soon. </p> </usage> --- 800,807 ---- </contextlist> <usage> ! <p>This is the absolute maximum number of connections that ! <code>mod_authn_dbi</code> will open for this configuration set. See section "<a ! href="#pooling">Pooling of database connections</a>" for more information. </p> </usage> *************** *** 796,800 **** <directivesynopsis> <name>AuthnDbiConnTTL</name> ! <description>The database pool time to live for each connection.</description> <syntax>AuthnDbiConnTTL <var>DbiConfigName</var> <var>seconds</var></syntax> --- 810,814 ---- <directivesynopsis> <name>AuthnDbiConnTTL</name> ! <description>The database pool time-to-live for each connection.</description> <syntax>AuthnDbiConnTTL <var>DbiConfigName</var> <var>seconds</var></syntax> *************** *** 804,810 **** </contextlist> <usage> ! <p> See section "<a ! href="#pooling">Pooling of database connections</a>" for now. More info follows soon. </p> </usage> --- 818,825 ---- </contextlist> <usage> ! <p>This gives the time in seconds after which idle connections above the ! soft limit will be closed. See section "<a ! href="#pooling">Pooling of database connections</a>" for more information. </p> </usage> *************** *** 822,826 **** This directive gives a list of options to control the behaviour of a dbi-configuration. At the moment, only one option can be given. More ! might follow later. <table> --- 837,842 ---- This directive gives a list of options to control the behaviour of a dbi-configuration. At the moment, only one option can be given. More ! might follow later. Give us feedback about what you would like to see ! added here. <table> *************** *** 849,854 **** <p> This option invokes a configuration that was created with the other ! configuration directives. It is the only directive that may appear in a ! Directory/Location context or <code>.htaccess</code> file. <example> <pre> --- 865,870 ---- <p> This option invokes a configuration that was created with the other ! configuration directives. <b>It is the only directive that may appear in a ! Directory/Location context or <code>.htaccess</code> file!</b> <example> <pre> |