]> git.sur5r.net Git - openldap/blobdiff - include/ac/krb.h
Add reference to slappasswd(8)
[openldap] / include / ac / krb.h
index d3713503541d406c1812713563197966c9af82a1..2227977182f0cf86b3cff986d6e27df754ddce8a 100644 (file)
@@ -1,9 +1,21 @@
 /* Generic krb.h */
+/* $OpenLDAP$ */
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.  A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ */
+
+/* Kerberos IV */
 
 #ifndef _AC_KRB_H
 #define _AC_KRB_H
 
-#if defined( HAVE_KERBEROS )
+#if defined( HAVE_KRB4 )
 
 #if defined( HAVE_KERBEROSIV_KRB_H )
 #include <kerberosIV/krb.h>
@@ -17,5 +29,5 @@
 #include <des.h>
 #endif
 
-#endif /* HAVE_KERBEROS */
+#endif /* HAVE_KRB4 */
 #endif /* _AC_KRB_H */