OpenLDAP 2.0 Change Log
OpenLDAP 2.0.X Engineering
- Fixed StartTLS & ldaps:// client SDK and command usage
+ Fixed StartTLS & ldaps:// client SDK
Fixed slapd session close deadlock (ITS#704)
Fixed slapd SSF ACLs
Updated slapd MAXARGS to 200
Updated slapd nisNetgroupTriple validation routine (ITS#705)
Updated slapd bootParameter validation routine (ITS#706)
+ Updated slapd nameUID syntax to reuse DN routines
+ Updated client tool usage (ITS#710)
Build Environment
Fixed MSC tcp_close redefine
Documentation
/* recycled validatation routines */
#define berValidate blobValidate
+#define nameUIDValidate dnValidate
/* unimplemented validators */
#define bitStringValidate NULL
#define phoneNumberNormalize numericStringNormalize
#define telexNumberNormalize numericStringNormalize
#define integerNormalize numericStringNormalize
+#define nameUIDNormalize dnNormalize
/* unimplemented normalizers */
#define bitStringNormalize NULL
#define dnPretty NULL
#define integerPretty NULL
+/* recycled pretters */
+#define nameUIDPretty dnPretty
+
/* recycled matching routines */
#define caseIgnoreMatch caseIgnoreIA5Match
#define caseIgnoreOrderingMatch caseIgnoreMatch
{"( 1.3.6.1.4.1.1466.115.121.1.33 DESC 'MHS OR Address' )",
0, NULL, NULL, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.34 DESC 'Name And Optional UID' )",
- 0, NULL, NULL, NULL},
+ 0, nameUIDValidate, nameUIDNormalize, nameUIDPretty},
{"( 1.3.6.1.4.1.1466.115.121.1.35 DESC 'Name Form Description' )",
0, NULL, NULL, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.36 DESC 'Numeric String' )",