diff options
author | Gerald Carter <jerry@samba.org> | 2001-12-31 01:56:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-12-31 01:56:05 +0000 |
commit | 8d8484dc30a6104abc058bd61b7b6ca5bfe122eb (patch) | |
tree | 3571538fbb6cc3d20f6d7bf8f444a9cfff013856 /source3/passdb | |
parent | 85382100e41c4c97261c13980fca1fd92dc13595 (diff) | |
download | samba-8d8484dc30a6104abc058bd61b7b6ca5bfe122eb.tar.gz samba-8d8484dc30a6104abc058bd61b7b6ca5bfe122eb.tar.bz2 samba-8d8484dc30a6104abc058bd61b7b6ca5bfe122eb.zip |
removed extern samlogon_user
(This used to be commit a7dc0febe4285b70d3ff5b27505b2681731bfba1)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_nisplus.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/passdb/pdb_nisplus.c b/source3/passdb/pdb_nisplus.c index c91f7f3421..5d94c32fc0 100644 --- a/source3/passdb/pdb_nisplus.c +++ b/source3/passdb/pdb_nisplus.c @@ -47,8 +47,6 @@ #include <rpcsvc/nis.h> extern int DEBUGLEVEL; -extern pstring samlogon_user; -extern BOOL sam_logon_in_ssb; struct nisp_enum_info { @@ -322,10 +320,6 @@ static BOOL make_sam_from_nisp_object(SAM_ACCOUNT *pw_buf, const nis_object *obj /* values, must exist for user */ if( !(pdb_get_acct_ctrl(pw_buf) & ACB_WSTRUST) ) { - /* FIXME!! This doesn't belong here. - Should be set in net_sam_logon() - --jerry */ - pstrcpy(samlogon_user, pdb_get_username(pw_buf)); get_single_attribute(obj, NPF_HOME_DIR, home_dir, sizeof(pstring)); if( !(home_dir && *home_dir) ) { |