X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fkerberos.c;h=2fe5afe2f5f1fadbf07522306dae7ef14459af07;hb=8866cc9c921ada5969a5e0323489b296ca079512;hp=c7d3595b24fffa2e59e1128b5b5a533e11ccec2e;hpb=9c88ec691dc0bf9aa1d3be3ab090cfaa3f445efc;p=openldap diff --git a/servers/slapd/kerberos.c b/servers/slapd/kerberos.c index c7d3595b24..2fe5afe2f5 100644 --- a/servers/slapd/kerberos.c +++ b/servers/slapd/kerberos.c @@ -1,13 +1,22 @@ /* 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-2004 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" -#ifdef HAVE_KERBEROS +#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND #include @@ -19,9 +28,6 @@ #define LDAP_KRB_PRINCIPAL "ldapserver" -extern char *ldap_srvtab; -extern Attribute *attr_find(); - krbv4_ldap_auth( Backend *be, struct berval *cred, @@ -35,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, "*" );