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

abartlet at samba.org abartlet at samba.org
Thu Oct 20 05:09:59 GMT 2005


Author: abartlet
Date: 2005-10-20 05:09:58 +0000 (Thu, 20 Oct 2005)
New Revision: 11209

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

Log:
We can't read the priorSecret unless we ask for it.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/auth/credentials/credentials_files.c
===================================================================
--- branches/SAMBA_4_0/source/auth/credentials/credentials_files.c	2005-10-20 05:09:14 UTC (rev 11208)
+++ branches/SAMBA_4_0/source/auth/credentials/credentials_files.c	2005-10-20 05:09:58 UTC (rev 11209)
@@ -175,6 +175,7 @@
 	struct ldb_message **msgs;
 	const char *attrs[] = {
 		"secret",
+		"priorSecret",
 		"samAccountName",
 		"flatname",
 		"realm",



More information about the samba-cvs mailing list