summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/smbldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index d1f3f82cb5..10bd56d087 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -456,7 +456,7 @@ ATTRIB_MAP_ENTRY sidmap_attr_list[] = {
the old value, should it exist. */
if ((newval != NULL) && (strlen(newval) > 0)) {
- DEBUG(10,("smbldap_make_mod: adding attribute |%s| value |%s|\n", attribute));
+ DEBUG(10,("smbldap_make_mod: adding attribute |%s| value |%s|\n", attribute, newval));
smbldap_set_mod(mods, LDAP_MOD_ADD, attribute, newval);
}
}