diff options
author | Michael Adam <obnox@samba.org> | 2009-11-14 01:07:34 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-14 01:28:57 +0100 |
commit | 7e418bf736a8ba9f33cd3b2125d8fcae51d641bd (patch) | |
tree | edba0d1b97a5493b02f154f57cb2513b8a42714d | |
parent | 30ab3a762e644f5825adf4aef82e00d20e7228fb (diff) | |
download | samba-7e418bf736a8ba9f33cd3b2125d8fcae51d641bd.tar.gz |
s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)
Michael
-rw-r--r-- | source3/include/passdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index e42d34f3f62..c8e4bc21e41 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 { |