]> git.sur5r.net Git - openldap/blobdiff - clients/ud/util.c
Initial implementation of Kerberos password verification for
[openldap] / clients / ud / util.c
index 24bc11c6e5b5be15d1c7f52b172da1c819a62cf3..575df353140f97dcc9ae5a8b1713673eebdd88d3 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1992, 1993  Regents of the University of Michigan.
  * All rights reserved.
@@ -100,7 +104,7 @@ fatal( char *s )
 {
        if (errno != 0)
                perror(s);
-#ifdef HAVE_KERBEROS
+#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
        destroy_tickets();
 #endif
        exit( EXIT_FAILURE );