summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-14 01:07:34 +0100
committerMichael Adam <obnox@samba.org>2009-11-14 01:28:57 +0100
commit7e418bf736a8ba9f33cd3b2125d8fcae51d641bd (patch)
treeedba0d1b97a5493b02f154f57cb2513b8a42714d /source3/include/passdb.h
parent30ab3a762e644f5825adf4aef82e00d20e7228fb (diff)
downloadsamba-7e418bf736a8ba9f33cd3b2125d8fcae51d641bd.tar.gz
samba-7e418bf736a8ba9f33cd3b2125d8fcae51d641bd.tar.bz2
samba-7e418bf736a8ba9f33cd3b2125d8fcae51d641bd.zip
s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)
Michael
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index e42d34f3f6..c8e4bc21e4 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -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
{