Displaying 2 results from an estimated 2 matches for "plugin_id".
Did you mean:
plugin_dir
2007 Oct 12
2
missing attribute: reorder
...9;'m getting an error that says
The Header is NoMethodError in Manage_plan_procedures#list
missing attribute: reorder
Here is what my model looks like:
>> PlanProcedure.column_names
=> ["id", "plan_id", "procedure_id", "platform_id", "plugin_id",
"user_id", "release_id", "iteration_id", "minimum_priority",
"procedure_iteration", "position", "created_on", "updated_on",
"updated_by", "version", "reorder"]
Reorder is an inte...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...<sasl.h>
#include <saslplug.h>
+#include <syslog.h>
-#include "plugin_common.h"
+#include <sys/types.h>
+#include <sys/wait.h>
+#include <unistd.h>
-/***************************** Common Section *****************************/
-
-static const char plugin_id[] = "$Id: ntlm.c,v 1.6 2003/02/13 19:56:04 rjs3 Exp $";
+#include "plugin_common.h"
-#define NTLM_SIGNATURE "NTLMSSP"
+#ifdef macintosh
+#include <sasl_ntlm_plugin_decl.h>
+#endif
-#define NTLM_USE_UNICODE 0x00001
-#define NTLM_USE_ASCII 0x00002
-#define...