X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fkerberos.c;h=a8d1e441dabbf4ec2b82c6247fe631c06fd7d26e;hb=54fa643a9bd33e59059b84bda010b5f668cd45bb;hp=b65cfc0ae0b2884346032b211e12ea882a6d5f81;hpb=d4c814ecd9e15127de27d8ba62bf465256ca279c;p=openldap diff --git a/servers/slapd/kerberos.c b/servers/slapd/kerberos.c index b65cfc0ae0..a8d1e441da 100644 --- a/servers/slapd/kerberos.c +++ b/servers/slapd/kerberos.c @@ -1,8 +1,17 @@ /* kerberos.c - ldbm backend kerberos bind routines */ /* $OpenLDAP$ */ -/* - * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2005 The OpenLDAP Foundation. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ #include "portable.h" @@ -32,7 +41,7 @@ krbv4_ldap_auth( Debug( LDAP_DEBUG_TRACE, "=> kerberosv4_ldap_auth\n", 0, 0, 0 ); - SAFEMEMCPY( ktxt->dat, cred->bv_val, cred->bv_len ); + AC_MEMCPY( ktxt->dat, cred->bv_val, cred->bv_len ); ktxt->length = cred->bv_len; strcpy( instance, "*" );