svn commit: samba r22115 - in branches/SAMBA_4_0/source/auth/credentials: .

abartlet at samba.org abartlet at samba.org
Sat Apr 7 00:47:43 GMT 2007


Author: abartlet
Date: 2007-04-07 00:47:39 +0000 (Sat, 07 Apr 2007)
New Revision: 22115

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22115

Log:
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

Modified:
   branches/SAMBA_4_0/source/auth/credentials/credentials.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/credentials/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/auth/credentials/credentials.c	2007-04-07 00:03:09 UTC (rev 22114)
+++ branches/SAMBA_4_0/source/auth/credentials/credentials.c	2007-04-07 00:47:39 UTC (rev 22115)
@@ -636,10 +636,6 @@
 		}
 	}
 
-	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);
 	}



More information about the samba-cvs mailing list