svn commit: samba r12736 - in trunk/source: include nsswitch

gd at samba.org gd at samba.org
Fri Jan 6 10:27:22 GMT 2006


Author: gd
Date: 2006-01-06 10:27:20 +0000 (Fri, 06 Jan 2006)
New Revision: 12736

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

Log:
Move SAMR reject reasons where they belong to.

Guenther

Modified:
   trunk/source/include/rpc_samr.h
   trunk/source/nsswitch/pam_winbind.h


Changeset:
Modified: trunk/source/include/rpc_samr.h
===================================================================
--- trunk/source/include/rpc_samr.h	2006-01-06 10:27:12 UTC (rev 12735)
+++ trunk/source/include/rpc_samr.h	2006-01-06 10:27:20 UTC (rev 12736)
@@ -1834,6 +1834,9 @@
 
 } SAMR_Q_CHGPASSWD3;
 
+#define REJECT_REASON_TOO_SHORT		0x00000001
+#define REJECT_REASON_IN_HISTORY	0x00000002
+
 /* SAMR_CHANGE_REJECT */
 typedef struct samr_change_reject
 {

Modified: trunk/source/nsswitch/pam_winbind.h
===================================================================
--- trunk/source/nsswitch/pam_winbind.h	2006-01-06 10:27:12 UTC (rev 12735)
+++ trunk/source/nsswitch/pam_winbind.h	2006-01-06 10:27:20 UTC (rev 12736)
@@ -106,9 +106,6 @@
 
 #define DAYS_TO_WARN_BEFORE_PWD_EXPIRES 5
 
-#define REJECT_REASON_TOO_SHORT		0x00000001
-#define REJECT_REASON_IN_HISTORY	0x00000002
-
 #include "winbind_client.h"
 
 #define PAM_WB_REMARK_DIRECT(h,x)\



More information about the samba-cvs mailing list