diff options
author | Jeremy Allison <jra@samba.org> | 2001-12-04 03:47:44 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-12-04 03:47:44 +0000 |
commit | 8e99888e7b29817e2e242b8fe59a10465500807c (patch) | |
tree | e9045f7afdc268cb7821375508f7adad044688cb /source3/smbd | |
parent | 6c3163cc9715188ee8087c6dbf63776f0dc9f1f5 (diff) | |
download | samba-8e99888e7b29817e2e242b8fe59a10465500807c.tar.gz samba-8e99888e7b29817e2e242b8fe59a10465500807c.tar.bz2 samba-8e99888e7b29817e2e242b8fe59a10465500807c.zip |
Moved name_is_local to the correct place. Ooops.
Jeremy.
(This used to be commit 708c0a8d16ca86439e451def5f8d37f600ff15f1)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/uid.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c index 9a9de0a796..524ddb15ab 100644 --- a/source3/smbd/uid.c +++ b/source3/smbd/uid.c @@ -437,16 +437,6 @@ void add_supplementary_nt_login_groups(int *n_groups, gid_t **pp_groups, NT_USER } /***************************************************************** - Check if a user or group name is local (this is a *local* name for - *local* people, there's nothing for you here...). -*****************************************************************/ - -BOOL name_is_local(const char *name) -{ - return !strchr_m(name, *lp_winbind_separator()); -} - -/***************************************************************** *THE CANONICAL* convert name to SID function. Tries winbind first - then uses local lookup. *****************************************************************/ |