index dcc95b2433057ab308ba1d2630c802c752845c69..03c38e8c451c756978ddceb96266e600b0347904 100644 (file)
@@ -37,12 +37,12 @@ static void fill_ident_view(Tuplestorestate *tuple_store, TupleDesc tupdesc);
/*
* This macro specifies the maximum number of authentication options
* that are possible with any given authentication method that is supported.
- * Currently LDAP supports 11, and there are 3 that are not dependent on
+ * Currently LDAP supports 12, and there are 3 that are not dependent on
* the auth method here. It may not actually be possible to set all of them
* at the same time, but we'll set the macro value high enough to be
* conservative and avoid warnings from static analysis tools.
*/
-#define MAX_HBA_OPTIONS 14
+#define MAX_HBA_OPTIONS 15
/*
* Create a text array listing the options specified in the HBA line.