diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-09 16:08:44 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-09 16:08:44 +0000 |
commit | f899952c08a72bd2f7e86f6fd35086749ee48b73 (patch) | |
tree | e5c6883cbd33d7da8438b5e22ccaedd16de05f0a /nslcd/attmap.c | |
parent | 25139e11b2bcfcad3572eb69b8acfd7ee1abd336 (diff) |
make validation log messages consistent
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1542 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/attmap.c')
-rw-r--r-- | nslcd/attmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/attmap.c b/nslcd/attmap.c index d4eb3ba..6128ffb 100644 --- a/nslcd/attmap.c +++ b/nslcd/attmap.c @@ -2,7 +2,7 @@ attmap.c - attribute mapping values and functions This file is part of the nss-pam-ldapd library. - Copyright (C) 2007, 2008, 2009, 2010 Arthur de Jong + Copyright (C) 2007, 2008, 2009, 2010, 2011 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -247,7 +247,7 @@ static const char *entry_expand(const char *name,void *expander_attr) /* TODO: handle userPassword attribute specially */ if ((values[0]!=NULL)&&(values[1]!=NULL)) { - log_log(LOG_WARNING,"entry %s contains multiple %s values", + log_log(LOG_WARNING,"%s: %s: multiple values", myldap_get_dn(entry),name); } return values[0]; |