summaryrefslogtreecommitdiffstats
path: root/source/lsarpcd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-05-18 12:27:04 +0000
committerLuke Leighton <lkcl@samba.org>1998-05-18 12:27:04 +0000
commit3e48b4eb113cc5e1c6794d7ac699fd9ac47c654a (patch)
tree90e1933e8e77eb31368bb297842e58a60fd6019d /source/lsarpcd
parent660206e816f9be708e09a1aad3b342b94e5e4f53 (diff)
downloadsamba-3e48b4eb113cc5e1c6794d7ac699fd9ac47c654a.tar.gz
samba-3e48b4eb113cc5e1c6794d7ac699fd9ac47c654a.tar.xz
samba-3e48b4eb113cc5e1c6794d7ac699fd9ac47c654a.zip
- renamed some of the passdb.c functions: they have a prefix pdb_ on them
- split smbpass.c "password file lock" routines into smbpassfile.c: moved trust account routines into smbpassfile.c as well
Diffstat (limited to 'source/lsarpcd')
-rw-r--r--source/lsarpcd/srv_lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lsarpcd/srv_lsa.c b/source/lsarpcd/srv_lsa.c
index 930b6077707..ff4b6bf4b63 100644
--- a/source/lsarpcd/srv_lsa.c
+++ b/source/lsarpcd/srv_lsa.c
@@ -372,7 +372,7 @@ static void api_lsa_lookup_names( int uid, prs_struct *data,
for (i = 0; i < q_l.num_entries; i++)
{
char *user_name = unistr2(q_l.lookup_name[i].str.buffer);
- if (!name_to_rid(user_name, &dom_rids[i], &dummy_g_rid))
+ if (!pdb_name_to_rid(user_name, &dom_rids[i], &dummy_g_rid))
{
/* WHOOPS! we should really do something about this... */
dom_rids[i] = 0;