diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-07 00:47:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:51 -0500 |
commit | 68094302c118962ba07561eb4da7633eaec7ea0d (patch) | |
tree | c842b9c197c28d2b7516c16bee7ba6586f64ee51 /source4 | |
parent | 1b02e88aaf193179d2b1bd30e5ea07bf965bd853 (diff) | |
download | samba-68094302c118962ba07561eb4da7633eaec7ea0d.tar.gz samba-68094302c118962ba07561eb4da7633eaec7ea0d.tar.bz2 samba-68094302c118962ba07561eb4da7633eaec7ea0d.zip |
r22115: I don't like the DOMAIN environment variable. It really isn't a good
match for what we are using it for here.
Andrew Bartlett
(This used to be commit 305d1421efff3f01db1dce499568874965058e79)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/credentials/credentials.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/auth/credentials/credentials.c b/source4/auth/credentials/credentials.c index 55ada8e5a5..c76c170c6d 100644 --- a/source4/auth/credentials/credentials.c +++ b/source4/auth/credentials/credentials.c @@ -636,10 +636,6 @@ void cli_credentials_guess(struct cli_credentials *cred) } } - if (getenv("DOMAIN")) { - cli_credentials_set_domain(cred, getenv("DOMAIN"), CRED_GUESS_ENV); - } - if (getenv("PASSWD")) { cli_credentials_set_password(cred, getenv("PASSWD"), CRED_GUESS_ENV); } |