Re: UK != GB

2014-03-04 Thread Luca Filipozzi
On Tue, Mar 04, 2014 at 09:44:41PM +, Luca Filipozzi wrote: > On Tue, Mar 04, 2014 at 10:19:44PM +0100, Jakub Wilk wrote: > > Somewhere in another universe, someone noticed that many developers > > have assigned country code “UK” in LDAP: > > > > $ ldapsearch -x c=uk | grep -c ^uid: > > 114 >

Re: UK != GB

2014-03-04 Thread Luca Filipozzi
On Tue, Mar 04, 2014 at 10:19:44PM +0100, Jakub Wilk wrote: > Somewhere in another universe, someone noticed that many developers > have assigned country code “UK” in LDAP: > > $ ldapsearch -x c=uk | grep -c ^uid: > 114 > > But, RFC 4519, §2.2 reads: “The 'c' ('countryName' in X.500) > attribute

UK != GB

2014-03-04 Thread Jakub Wilk
Somewhere in another universe, someone noticed that many developers have assigned country code “UK” in LDAP: $ ldapsearch -x c=uk | grep -c ^uid: 114 But, RFC 4519, §2.2 reads: “The 'c' ('countryName' in X.500) attribute type contains a two-letter ISO 3166 [ISO3166] country code.” The two-l