mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
ldb:ldb.h - add classifications to the control declarations
This makes it easier to understand which standard specifies which control.
This commit is contained in:
parent
e062e7300b
commit
065579b4c6
@ -456,13 +456,7 @@ const struct ldb_dn_extended_syntax *ldb_dn_extended_syntax_by_name(struct ldb_c
|
||||
/* sorting helpers */
|
||||
typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
|
||||
|
||||
/**
|
||||
OID for the allowing client to request temporary relaxed
|
||||
enforcement of constraints of the x.500 model.
|
||||
|
||||
\sa <a href="http://opends.dev.java.net/public/standards/draft-zeilenga-ldap-managedit.txt">draft managedit</a>.
|
||||
*/
|
||||
#define LDB_CONTROL_RELAX_OID "1.3.6.1.4.1.4203.666.5.12"
|
||||
/* Individual controls */
|
||||
|
||||
/**
|
||||
OID for getting and manipulating attributes from the ldb
|
||||
@ -493,6 +487,8 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
|
||||
*/
|
||||
#define LDB_CONTROL_AS_SYSTEM_OID "1.3.6.1.4.1.7165.4.3.7"
|
||||
|
||||
/* AD controls */
|
||||
|
||||
/**
|
||||
OID for the paged results control. This control is included in the
|
||||
searchRequest and searchResultDone messages as part of the controls
|
||||
@ -658,6 +654,16 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
|
||||
*/
|
||||
#define LDB_EXTENDED_DYNAMIC_OID "1.3.6.1.4.1.1466.101.119.1"
|
||||
|
||||
/* Other standardised controls */
|
||||
|
||||
/**
|
||||
OID for the allowing client to request temporary relaxed
|
||||
enforcement of constraints of the x.500 model.
|
||||
|
||||
\sa <a href="http://opends.dev.java.net/public/standards/draft-zeilenga-ldap-managedit.txt">draft managedit</a>.
|
||||
*/
|
||||
#define LDB_CONTROL_RELAX_OID "1.3.6.1.4.1.4203.666.5.12"
|
||||
|
||||
/*
|
||||
OID for LDAP Extended Operation PASSWORD_CHANGE.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user