diff options
author | Gerald Carter <jerry@samba.org> | 2005-05-31 02:23:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:01 -0500 |
commit | 450e8d5749504f8392c0cfe8b79218f03b88076a (patch) | |
tree | cef9fa5ebb4909a57ad02af6416b94182c6b874d /source3/utils/net_rpc_samsync.c | |
parent | a3f4c365171097eaa615b390d74a90b9345a3973 (diff) | |
download | samba-450e8d5749504f8392c0cfe8b79218f03b88076a.tar.gz samba-450e8d5749504f8392c0cfe8b79218f03b88076a.tar.xz samba-450e8d5749504f8392c0cfe8b79218f03b88076a.zip |
r7130: remove 'winbind enable local accounts' code from the 3.0 tree
(This used to be commit 318c3db4cb1c85be40b2f812f781bcf5f1da5c19)
Diffstat (limited to 'source3/utils/net_rpc_samsync.c')
-rw-r--r-- | source3/utils/net_rpc_samsync.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/utils/net_rpc_samsync.c b/source3/utils/net_rpc_samsync.c index fa38004fe6..84872897fc 100644 --- a/source3/utils/net_rpc_samsync.c +++ b/source3/utils/net_rpc_samsync.c @@ -523,13 +523,7 @@ static NTSTATUS fetch_account_info(uint32 rid, SAM_ACCOUNT_INFO *delta) add_ret = smbrun(add_script,NULL); DEBUG(add_ret ? 0 : 1,("fetch_account: Running the command `%s' " "gave %d\n", add_script, add_ret)); - } else { - DEBUG(8,("fetch_account_info: no add user/machine script. Asking winbindd\n")); - - /* don't need a RID allocated since the user already has a SID */ - if ( !winbind_create_user( account, NULL ) ) - DEBUG(4,("fetch_account_info: winbind_create_user() failed\n")); - } + } /* try and find the possible unix account again */ if ( !(passwd = Get_Pwnam(account)) ) { |