summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/idmap_ldap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-24 11:25:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:13 -0500
commitb7c0404893bb789382a11f86d5156c4623a6de3a (patch)
tree188073dccf3dde31ab420ec93bd0068cb3838460 /source/nsswitch/idmap_ldap.c
parentbea8e9840fd65268e649f813eba10502b0c4d721 (diff)
downloadsamba-b7c0404893bb789382a11f86d5156c4623a6de3a.tar.gz
samba-b7c0404893bb789382a11f86d5156c4623a6de3a.tar.xz
samba-b7c0404893bb789382a11f86d5156c4623a6de3a.zip
r24649: Attempt to fix bug 4917. Simo, please check!
Thanks Patrick Rynhart for reporting this.
Diffstat (limited to 'source/nsswitch/idmap_ldap.c')
-rw-r--r--source/nsswitch/idmap_ldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nsswitch/idmap_ldap.c b/source/nsswitch/idmap_ldap.c
index f50dd3a19b2..1701b683308 100644
--- a/source/nsswitch/idmap_ldap.c
+++ b/source/nsswitch/idmap_ldap.c
@@ -896,7 +896,7 @@ static NTSTATUS idmap_ldap_unixids_to_sids(struct idmap_domain *dom, struct id_m
uidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_UIDNUMBER);
gidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_GIDNUMBER);
- attr_list = get_attr_list(ctx, sidmap_attr_list);
+ attr_list = get_attr_list(memctx, sidmap_attr_list);
if ( ! ids[1]) {
/* if we are requested just one mapping use the simple filter */
@@ -1113,7 +1113,7 @@ static NTSTATUS idmap_ldap_sids_to_unixids(struct idmap_domain *dom, struct id_m
uidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_UIDNUMBER);
gidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_GIDNUMBER);
- attr_list = get_attr_list(ctx, sidmap_attr_list);
+ attr_list = get_attr_list(memctx, sidmap_attr_list);
if ( ! ids[1]) {
/* if we are requested just one mapping use the simple filter */