svn commit: samba r4976 - in branches/SAMBA_3_0/source/include: .

abartlet at samba.org abartlet at samba.org
Tue Jan 25 02:58:32 GMT 2005


Author: abartlet
Date: 2005-01-25 02:58:31 +0000 (Tue, 25 Jan 2005)
New Revision: 4976

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

Log:
Try to scare people off from trying to write authentication modules
that only acheive as much as 'security=server' does.

Andrew Bartlett

Modified:
   branches/SAMBA_3_0/source/include/auth.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/auth.h
===================================================================
--- branches/SAMBA_3_0/source/include/auth.h	2005-01-25 02:07:27 UTC (rev 4975)
+++ branches/SAMBA_3_0/source/include/auth.h	2005-01-25 02:58:31 UTC (rev 4976)
@@ -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