1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

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 305d1421ef)
This commit is contained in:
Andrew Bartlett 2007-04-07 00:47:39 +00:00 committed by Gerald (Jerry) Carter
parent 1b02e88aaf
commit 68094302c1

View File

@ -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);
}