>Description:
        The docs seem to be wrong. 
        Although "openssl x509 -text -in mycert.pem" write e.g. the Subject 
        as "C=DE, ST=NRW, L=Aachen...", MySQL needs the format that is used 
        e "openssl x509 -in mycert -subject": "/C=DE/ST=NRW/L=Aachen"
>How-To-Repeat:
        Just try it out :-)
>Fix:
        Fix the either docs or the code. I don't know which format other
        software uses. The used format seems to be sensible but you should
        print a big fat warning that "-text" shows it different and of 
        course correct the docs at: Secure_GRANT.html

>Submitter-Id:  <submitter ID>
>Originator:    Christian Hammers
>Organization:
 Debian Project
>MySQL support: none
>Synopsis:      x509 format doc bug
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         doc-bug
>Release:       mysql-4.0.12 (Source distribution)
>Server: /usr/bin/mysqladmin  Ver 8.40 Distrib 4.0.12, for pc-linux-gnu on i686
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version          4.0.12-log
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /var/run/mysqld/mysqld.sock
Uptime:                 6 min 1 sec

Threads: 2  Questions: 16  Slow queries: 0  Opens: 12  Flush tables: 1  Open tables: 1 
 Queries per second avg: 0.044
>C compiler:    gcc (GCC) 3.2.3 20030316 (Debian prerelease)
>C++ compiler:  c++ (GCC) 3.2.3 20030316 (Debian prerelease)
>Environment:
        
System: Linux app109 2.4.20 #2 Tue Feb 25 20:11:12 CET 2003 i686 unknown unknown 
GNU/Linux
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/local/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,proto,pascal,objc,ada --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu 
--enable-java-gc=boehm --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.3 20030316 (Debian prerelease)
Compilation info: CC='gcc'  CFLAGS=''  CXX='c++'  CXXFLAGS=''  LDFLAGS=''  ASFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 2003-03-25 21:47 /lib/libc.so.6 -> 
libc-2.3.1.so
-rwxr-xr-x    1 root     root      1104040 2003-03-21 17:19 /lib/libc-2.3.1.so
-rw-r--r--    1 root     root      2338008 2003-03-21 17:19 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 2003-03-21 17:19 /usr/lib/libc.so
-rw-r--r--    1 root     root       716080 2002-01-13 21:06 
/usr/lib/libc-client.so.2001
Configure command: ./configure  --prefix=/usr --exec-prefix=/usr 
--libexecdir=/usr/sbin --datadir=/usr/share --sysconfdir=/etc/mysql 
--localstatedir=/var/lib/mysql --includedir=/usr/include --infodir=/usr/share/info 
--mandir=/usr/share/man --enable-shared --enable-static --enable-thread-safe-client 
--enable-assembler --enable-local-infile --with-raid 
--with-unix-socket-path=/var/run/mysqld/mysqld.sock --with-mysqld-user=mysql 
--with-libwrap --with-client-ldflags=-lstdc++ --with-embedded-server --with-vio 
--with-openssl --without-docs --without-bench --without-readline 
--with-extra-charsets=all --with-berkeley-db --with-innodb


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to