blob: 591a08e66ab58f86b8c0ecf322b841ace7a44a4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- acconfig.h.orig Wed Jul 5 11:59:25 2000
+++ acconfig.h Fri Sep 15 20:56:28 2000
@@ -84,6 +84,12 @@
/* do we have PAM for plaintext password checking? */
#undef HAVE_PAM
+/* do we have MySQL for plaintext password checking? */
+#undef HAVE_MYSQL
+
+/* do we have LDAP for plaintext password checking? */
+#undef HAVE_LDAP
+
/* what flavor of GSSAPI are we using? */
#undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
|