]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/passwd/kerberos.c
Fix pam_authz result code
[openldap] / contrib / slapd-modules / passwd / kerberos.c
index fed0aa2fbdd5b94c16eccdc5d102e2bbe19be081..701d8886af17f2072a903e90ff04536db0601ea0 100644 (file)
@@ -1,6 +1,7 @@
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2005 The OpenLDAP Foundation.
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * <http://www.OpenLDAP.org/license.html>.
  */
 
-#include <string.h>
 #include <unistd.h>
 
 #include <lber.h>
 #include <lber_pvt.h>  /* BER_BVC definition */
 #include "lutil.h"
+#include <ac/string.h>
 
 #ifdef HAVE_KRB5
 #include <krb5.h>