Andrew Findlay wrote:
On Thu, Feb 17, 2011 at 04:21:35PM -0800, Howard Chu wrote:
URL: ftp://ftp.openldap.org/incoming/afindlay-slapi-doc-patch-20110217a
This patch fails to apply to HEAD. Please re-read the contributing guidelines; all patches must be against HEAD.
It applies perfectly to the copy of HEAD that I downloaded this morning:
Strange. Must have had some end-of-line issues here.
re: TLS Authentication Identity Format
Strictly speaking, the order of components is not changed at all. The sequence of RDNs in the DN is what it is; just that the convention for *displaying* it is ass-backwards in LDAP. I'm afraid the wording here will confuse people into thinking that the *semantics* of the DN are changed, when it's only a display issue.
andrew@slab:~/src/openldap-head> cvs -z3 checkout -P -rHEAD openldap ... much logging deleted ... andrew@slab:~/src/openldap-head> cd openldap andrew@slab:~/src/openldap-head/openldap> patch -b -p0< ../afindlay-slapi-doc-patch-20110217a patching file doc/man/man8/slapd.8 patching file doc/guide/admin/runningslapd.sdf patching file doc/guide/admin/sasl.sdf patching file doc/guide/preamble.sdf
Andrew