s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)
authorMichael Adam <obnox@samba.org>
Sat, 14 Nov 2009 00:07:34 +0000 (01:07 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 14 Nov 2009 00:28:57 +0000 (01:28 +0100)
Michael

source3/include/passdb.h

index e42d34f3f626132facdc5424590cbe65c696d717..c8e4bc21e41c4975335c85821b5d49550ee6a635 100644 (file)
@@ -240,9 +240,10 @@ enum pdb_policy_type {
  * Changed to 16 for access to the trusted domain passwords (obnox).
  * Changed to 17, the sampwent interface is gone.
  * Changed to 18, pdb_rid_algorithm -> pdb_capabilities
+ * Changed to 19, removed uid_to_rid
  */
 
-#define PASSDB_INTERFACE_VERSION 18
+#define PASSDB_INTERFACE_VERSION 19
 
 struct pdb_methods 
 {