[Cluster-devel] conga/luci/cluster form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Jan 15 18:57:11 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2007-01-15 18:57:10

Modified files:
	luci/cluster   : form-macros 

Log message:
	another small fix found while testing the fix for bz212021 - the authentication attribute name for ipmilan is 'auth' not 'auth_type'

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.16&r2=1.90.2.17

--- conga/luci/cluster/form-macros	2007/01/15 18:21:50	1.90.2.16
+++ conga/luci/cluster/form-macros	2007/01/15 18:57:10	1.90.2.17
@@ -2046,8 +2046,8 @@
 			<tr>
 				<td>Authentication Type</td>
 				<td>
-					<input name="auth_type" type="text" title="Options are to leave blank for none, password, or md5"
-						tal:attributes="value cur_fencedev/auth_type | nothing" />
+					<input name="auth" type="text" title="Options are to leave blank for none, password, or md5"
+						tal:attributes="value cur_fencedev/auth | nothing" />
 				</td>
 			</tr>
 			<tr>




More information about the Cluster-devel mailing list