svn commit: samba r4978 - in trunk/source/include: .

vlendec at samba.org vlendec at samba.org
Tue Jan 25 05:51:42 GMT 2005


Author: vlendec
Date: 2005-01-25 05:51:42 +0000 (Tue, 25 Jan 2005)
New Revision: 4978

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

Log:
Janitor work :-)
Modified:
   trunk/source/include/auth.h


Changeset:
Modified: trunk/source/include/auth.h
===================================================================
--- trunk/source/include/auth.h	2005-01-25 03:22:15 UTC (rev 4977)
+++ trunk/source/include/auth.h	2005-01-25 05:51:42 UTC (rev 4978)
@@ -112,6 +112,10 @@
 			 const struct auth_usersupplied_info *user_info, 
 			 auth_serversupplied_info **server_info);
 
+	/* If you are using this interface, then you are probably
+	 * getting something wrong.  This interface is only for
+	 * security=server, and makes a number of compromises to allow
+	 * that.  It is not compatible with being a PDC.  */
 	DATA_BLOB (*get_chal)(const struct auth_context *auth_context,
 			      void **my_private_data, 
 			      TALLOC_CTX *mem_ctx);



More information about the samba-cvs mailing list