summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-12-01 03:11:53 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-12-01 03:11:53 +0000
commit969b569d84b0e9b147082ead68677f194d743e83 (patch)
treef41753892bfdae45b9e5ab1a0a89a03807043484 /source3/auth
parentd1438c4b20353d2acc67c637f2e14e3084db3596 (diff)
downloadsamba-969b569d84b0e9b147082ead68677f194d743e83.tar.gz
samba-969b569d84b0e9b147082ead68677f194d743e83.tar.bz2
samba-969b569d84b0e9b147082ead68677f194d743e83.zip
Make it clear that we might not be talking to a PDC here.
(This used to be commit 7d099e9a5b7164e8cdbdb93d8c4527f02c8bdefd)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index eebe647ec0..f3fd2284d2 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -212,7 +212,7 @@ machine %s. Error was : %s.\n", remote_machine, cli_errstr(*cli)));
result = cli_nt_setup_creds(*cli, sec_chan, trust_passwd, &neg_flags, 2);
if (!NT_STATUS_IS_OK(result)) {
- DEBUG(0,("connect_to_domain_password_server: unable to setup the PDC credentials to machine \
+ DEBUG(0,("connect_to_domain_password_server: unable to setup the NETLOGON credentials to machine \
%s. Error was : %s.\n", remote_machine, nt_errstr(result)));
cli_nt_session_close(*cli);
cli_ulogoff(*cli);