s3:winbind:idmap_tdb2: add a read_only parameter to the idmap_tdb2_context.
authorMichael Adam <obnox@samba.org>
Tue, 1 Jun 2010 13:41:38 +0000 (15:41 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Jun 2010 15:19:49 +0000 (17:19 +0200)
source3/winbindd/idmap_tdb2.c

index adc5b124464bce61acbd646c1ad373f9d0e3c5c7..4eaf0fc8621584581b21afec20fcf1a0abd2c10e 100644 (file)
@@ -317,6 +317,7 @@ static NTSTATUS idmap_tdb2_get_new_id(struct idmap_domain *dom,
 struct idmap_tdb2_context {
        uint32_t filter_low_id;
        uint32_t filter_high_id;
+       bool read_only;
 };
 
 /*