[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Different CN's for DN and CN.



Jehan PROCACCIA wrote:

Yes that's a new constraint comming with 2.1.14 and above ...(better respect to RFCs i supose)
RDN attribute must be exactly the same (except respect of case) as the attributre difined in the object. in your case you must have:


> dn: cn=myname, ou=people, dc=sws, dc=oldham, dc=uk, dc=net
> cn: myname
and  NOT:
> cn: My Name

Does it have to be a cn attribute in this case? I seem to have built some DITs with some attributes only appear
in dn.


Ming