diff options
author | Jeremy Allison <jra@samba.org> | 2007-06-04 19:03:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:07 -0500 |
commit | feb4e7fe4d2c5517261360f24384ceb712559d01 (patch) | |
tree | c170fe75a16009e5f2477ecdbfb979dc794c58b4 /source3/include | |
parent | c8883bed7f64e508eec5a445e2220f9fca90f6fc (diff) | |
download | samba-feb4e7fe4d2c5517261360f24384ceb712559d01.tar.gz samba-feb4e7fe4d2c5517261360f24384ceb712559d01.tar.bz2 samba-feb4e7fe4d2c5517261360f24384ceb712559d01.zip |
r23341: pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26
are now identical, use the same version number (16) for both.
Jeremy.
(This used to be commit f2ac311ed408e1f17f468945b34289d4c6b915cc)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 3604458b5a..c3af0f4f11 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -242,6 +242,7 @@ struct pdb_search { * the pdb module. Remove the latter, this might happen more often. VL. * changed to version 14 to move lookup_rids and lookup_names to return * enum lsa_SidType rather than uint32. + * Changed to 16 for access to the trusted domain passwords (obnox). */ #define PASSDB_INTERFACE_VERSION 16 |