From: Chris R. <Chr...@me...> - 2000-07-10 14:53:48
|
On Mon, 10 Jul 2000 07:34:07 PDT, nora tahri wrote: > I would like to know if it is possible to have a dn like this: > > cn= nora tahri, ou= diffusion, ou= banking, ou= DW, c= France, ou=intern, o=Enterprise > > (my problem is to know if i can have ou,c,ou inthis order) That is mostly possible according to the standards. The one part which is illegal is the 'c=France' part - the countryName attribute can only have legal values which are two characters long and are from ISO 3166. 'c=FR' would be correct for you. You can obtain the other valid country codes from: ftp://ftp.ripe.net/iso3166-countrycodes > And to know if I can have o= , o= ,(in this order) or if o= is only one time in the dn. You can have any number according to the standards. You may find problems with one or more server implementations - did you have any particular server in mind? Cheers, Chris |