]> git.sur5r.net Git - openldap/blobdiff - clients/ud/util.c
Initial implementation of Kerberos password verification for
[openldap] / clients / ud / util.c
index d97d8c0c5f32f7d48ff77091db18195e20d38263..575df353140f97dcc9ae5a8b1713673eebdd88d3 100644 (file)
@@ -104,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 );