Revision: 1823
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1823&view=rev
Author:   jberanek
Date:     2011-05-05 19:47:45 +0000 (Thu, 05 May 2011)

Log Message:
-----------
Clarified documention in auth_ext.php a little

Modified Paths:
--------------
    mrbs/trunk/web/auth_ext.inc

Modified: mrbs/trunk/web/auth_ext.inc
===================================================================
--- mrbs/trunk/web/auth_ext.inc 2011-05-03 08:48:28 UTC (rev 1822)
+++ mrbs/trunk/web/auth_ext.inc 2011-05-05 19:47:45 UTC (rev 1823)
@@ -10,15 +10,18 @@
  *
  * $auth["realm"]  = "MRBS";    // Or any other string
  * $auth["type"]   = "ext";
- * $auth["prog"]   = "authenticationprogram";  // The full path to the external
+ * $auth["prog"]   = "authenticationprogram"; // The full path to the external
  *                                            // script
- * $auth["params"] = "#USERNAME# #PASSWORD# other-params" // Parameters to 
pass to
- *                                                        // the script, 
#USERNAME#
- *                                                        // and #PASSWORD#
- *                                                        // will be expanded 
to
- *                                                        // the values typed 
by
- *                                                        // the user.
+ * $auth["params"] = "<...>"                  // Parameters to pass to
+ *                                            // the script, #USERNAME#
+ *                                            // and #PASSWORD#
+ *                                            // will be expanded to
+ *                                            // the values typed by
+ *                                            // the user.
  *
+ *                                            // e.g.
+ *                                            // "/etc/htpasswd #USERNAME# 
#PASSWORD#"
+ *
  * Then, you may configure admin users:
  *
  * $auth["admin"][] = "username1";


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to