summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/pyglue.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-11-22 16:51:04 +1100
committerAmitay Isaacs <amitay@gmail.com>2011-11-29 16:00:35 +1100
commitc199b35dd46b2de21d89ed93edb9a815035717fc (patch)
treef60a4b57c887c85e78ae3ef4ed202a3d78a3da0d /source4/scripting/python/pyglue.c
parent5c53926fa7fcb7e9f88b481936ffd2e68b116675 (diff)
downloadsamba-c199b35dd46b2de21d89ed93edb9a815035717fc.tar.gz
samba-c199b35dd46b2de21d89ed93edb9a815035717fc.tar.xz
samba-c199b35dd46b2de21d89ed93edb9a815035717fc.zip
s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number support
This was a hack for LDAP backends to store a sequence number as a timestamp. It is still supported in standalone ldb tdb backend. Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/scripting/python/pyglue.c')
0 files changed, 0 insertions, 0 deletions
ul, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # import ldb, dsdb def confirm(msg, forced=False, allow_all=False): """confirm an action with the user