diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-23 16:06:17 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-23 16:37:29 +0200 |
commit | 89c42a96fcaa43a7f2c9aef9e708276a639e0051 (patch) | |
tree | 15903897872d0269ae4cfdb37a4159ec453cb0bf /source4/lib/ldb/include | |
parent | a60965b879f4b4c7fc8507073c6000967b80b724 (diff) | |
download | samba-89c42a96fcaa43a7f2c9aef9e708276a639e0051.tar.gz samba-89c42a96fcaa43a7f2c9aef9e708276a639e0051.tar.bz2 samba-89c42a96fcaa43a7f2c9aef9e708276a639e0051.zip |
ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIONAL_OID
It's nicer to have this consistent with "BYPASS_PASSWORD_HASH".
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 7f4752e252..7edad06957 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -487,7 +487,7 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque); It can be used to access attribute that used to be stored in the sam and that are now calculated. */ -#define LDB_CONTROL_BYPASSOPERATIONAL_OID "1.3.6.1.4.1.7165.4.3.13" +#define LDB_CONTROL_BYPASS_OPERATIONAL_OID "1.3.6.1.4.1.7165.4.3.13" /** OID for recalculate SD control. This control force the |