diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-27 22:36:07 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-27 22:36:07 +0000 |
commit | 1a6f9e5a868fdcad6c3c302703d4f1c213786c6f (patch) | |
tree | d1cb0ce965b9319190913159a4733e339d70608d /source3/passdb | |
parent | a11797cda2c1b81771edfdbd467ab36af121b6eb (diff) | |
download | samba-1a6f9e5a868fdcad6c3c302703d4f1c213786c6f.tar.gz samba-1a6f9e5a868fdcad6c3c302703d4f1c213786c6f.tar.bz2 samba-1a6f9e5a868fdcad6c3c302703d4f1c213786c6f.zip |
cut-n-paste error
(This used to be commit eb567e803e2da3ce11174812a5162642d8ef342b)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 1c305a361c..fb63e81d28 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -1702,7 +1702,7 @@ static NTSTATUS ldapsam_next_rid(struct ldapsam_privates *ldap_state, uint32 *ri switch (rid_type) { case USER_RID_TYPE: if (!get_single_attribute(ldap_state->ldap_struct, entry, - get_attr_key2string(dominfo_attr_list, LDAP_ATTR_NEXT_GROUPRID), + get_attr_key2string(dominfo_attr_list, LDAP_ATTR_NEXT_USERRID), old_rid_string)) { ldap_memfree(dn); |