Displaying 20 results from an estimated 100 matches for "commonname".
2012 Oct 25
5
trying ti use a function in aggregate
Hi -I am using R v 2.13.0. I am trying to use the aggregate function to
calculate the percent at length for each Trip_id and CommonName. Here is a
small subset of the data.
Trip_id Vessel CommonName Length Count
1 230 Sunlight Shad,American 19 1
2 230 Sunlight Shad,American 20 1
3 230 Sunlight Shad,American 21 1
4 230 Sunlight S...
2006 Jun 13
1
Server CommonName mismatch: localhost.localdomain
...vecot? If not, where is the problem, on the server or here in my home PC?
TIA,
Marco
marco@polaris:~> fetchmail -vv
fetchmail: 6.3.2 querying my.vps.fqdn.name (protocol POP3) at Tue 13 Jun 2006 05:22:50 PM CEST:
+poll started
fetchmail: Issuer Organization: SomeOrganization
fetchmail: Issuer CommonName: localhost.localdomain
fetchmail: Server CommonName: localhost.localdomain
fetchmail: Server CommonName mismatch: localhost.localdomain != my.vps.fqdn.name
fetchmail: my.vps.fqdn.name key fingerprint: 20:93:B4:D8:CB:75:AD:72:F6:00:A8:DC:CE:F2:53:6E
fetchmail: my.vps.fqdn.name fingerprints do not ma...
2006 Jun 13
1
SSL: Server CommonName mismatch: localhost.localdomain
...some error I
could have made when generating and copying certificates?
TIA,
Marco
marco at polaris:~> fetchmail -vv
fetchmail: 6.3.2 querying my.vps.fqdn.name (protocol POP3) at Tue 13 Jun 2006 05:22:50 PM CEST:
+poll started
fetchmail: Issuer Organization: SomeOrganization
fetchmail: Issuer CommonName: localhost.localdomain
fetchmail: Server CommonName: localhost.localdomain
fetchmail: Server CommonName mismatch: localhost.localdomain != my.vps.fqdn.name
fetchmail: my.vps.fqdn.name key fingerprint: 20:93:B4:D8:CB:75:AD:72:F6:00:A8:DC:CE:F2:53:6E
fetchmail: my.vps.fqdn.name fingerprints do not ma...
2024 Aug 14
2
samba-tool user add - weird resulting
...14 Aug 2024 11:05:23 +0200
Franta Hanzlik via samba <samba at lists.samba.org> wrote:
> Rowland, thank you for response.
> But I still think there's nothing stopping Samba from being better
> than Windows at this, and introducing some switches like
> --displayname
> --commonname
> --name
> --exclude-initials-in-dn
> or something similar.
>
> After all, what are the various attributes displayName/cn/name for, if
> they cannot be entered when creating a user.
>
OK, the 'commonname' or 'cn' is also part of the users 'dn' or R...
2024 Aug 15
1
samba-tool user add - weird resulting
...t; Franta Hanzlik via samba <samba at lists.samba.org> wrote:
>
>> Rowland, thank you for response.
>> But I still think there's nothing stopping Samba from being better
>> than Windows at this, and introducing some switches like
>> --displayname
>> --commonname
>> --name
>> --exclude-initials-in-dn
>> or something similar.
>>
>> After all, what are the various attributes displayName/cn/name for, if
>> they cannot be entered when creating a user.
>>
>
> OK, the 'commonname' or 'cn' is a...
2004 Dec 07
3
Problem with dovecot on home LAN
...tion closed.
============================================
Unfortunately, neither fetchmail not KMail on my laptop
seem able to retrieve mail from my desktop.
With fetchmail I get the error message:
============================================
[tim at william ~]$ fetchmail alfred
fetchmail: Server CommonName mismatch: localhost.localdomain != alfred
fetchmail: Server CommonName mismatch: localhost.localdomain != alfred
10 messages for tim at alfred.
reading message tim at alfred.murphy.ie:1 of 10 (765 header octets) fetchmail:
fetchmail: getaddrinfo(localhost.smtp)
fetchmail: SMTP connect to localhost...
2007 Dec 08
6
Creating certificates with puppetca with puppet.example.com as CommonName
Greetings!
As you undoubtedly know, the fixes for CVE 2007-5162 in ruby break
installations where puppetca has created certificates with a CommonName
different from the server's real hostname. The Puppet clients quite correctly
complains about hostname mismatch.
A number of better and worse solutions have been suggested for this problem,
especially in ticket #896. IMHO, there are two good solutions: Make puppet
support SubjectAltName (there...
2006 Sep 26
1
fetchmail can't talk to dovecot
...RESP-CODES
fetchmail: POP3< PIPELINING
fetchmail: POP3< STLS
fetchmail: POP3< USER
fetchmail: POP3< SASL PLAIN DIGEST-MD5
fetchmail: POP3< .
fetchmail: POP3> STLS
fetchmail: POP3< +OK Begin TLS negotiation now.
fetchmail: Issuer Organization: SomeOrganization
fetchmail: Issuer CommonName: localhost.localdomain
fetchmail: Server CommonName: localhost.localdomain
fetchmail: Server CommonName mismatch: localhost.localdomain != my.server
fetchmail: my.server key fingerprint: ...
fetchmail: Server certificate verification error: self signed certificate
fetchmail: POP3> CAPA
fetchmail...
2024 Aug 15
1
samba-tool user add - weird resulting
...t;samba at lists.samba.org> wrote:
> >
> >> Rowland, thank you for response.
> >> But I still think there's nothing stopping Samba from being better
> >> than Windows at this, and introducing some switches like
> >> --displayname
> >> --commonname
> >> --name
> >> --exclude-initials-in-dn
> >> or something similar.
> >>
> >> After all, what are the various attributes displayName/cn/name
> >> for, if they cannot be entered when creating a user.
> >>
> >
> > OK,...
2010 Oct 11
0
Converting observe_field to UJS in Rails 3
...ller:-
******************************...........
def search
session[:query] = params[:query].strip if params[:query]
if session[:query] and request.xhr?
@plants_sn = Plant.find(:all, :conditions => ["scientificname
LIKE ?", "%#{session[:query]}%"], :order => "commonname ASC")
@plants_cm =Plant.find(:all, :conditions => ["commonname LIKE ?",
"%#{session[:query]}%"], :order => "commonname ASC")
@plants_desc =Plant.find(:all, :conditions => ["description
LIKE ?", "%#{session[:query]}%"], :order =...
2024 Aug 15
1
samba-tool user add - weird resulting
...org> wrote:
>> >
>> >> Rowland, thank you for response.
>> >> But I still think there's nothing stopping Samba from being better
>> >> than Windows at this, and introducing some switches like
>> >> --displayname
>> >> --commonname
>> >> --name
>> >> --exclude-initials-in-dn
>> >> or something similar.
>> >>
>> >> After all, what are the various attributes displayName/cn/name
>> >> for, if they cannot be entered when creating a user.
>> >>...
2012 Dec 02
1
Thunderbird SSL/TLS client authentication fails
...ersion) to setup a private
root CA with a CRL
- export root CA certificate and CRL in PEM format and
join them into a ca.pem file (order: certificate, CRL)
- configure Dovecot to use the ca.pem file and require a
client certificate
- use XCA to generate a private key and certificate for
commonName=user at mydomain.net
- import certificate and private key into Thunderbird
- change IMAP account setting in Thunderbird to use
"TLS Certificate" authentication
- When prompted, select the imported certificate to be
used for authentication.
Unfortunately the authentication fails :(...
2010 Dec 15
2
ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )
...)
# followed by the matching CRL(s). (e.g. ssl_ca = </etc/ssl/certs/ca.pem)
#ssl_ca =
# Request client to send a certificate. If you also want to require it, set
# auth_ssl_require_client_cert=yes in auth section.
#ssl_verify_client_cert = no
# Which field from certificate to use for username. commonName and
# x500UniqueIdentifier are the usual choices. You'll also need to set
# auth_ssl_username_from_cert=yes.
#ssl_cert_username_field = commonName
# How often to regenerate the SSL parameters file. Generation is quite CPU
# intensive operation. The value is in hours, 0 disables regeneration
#...
2007 Oct 24
3
fetchmail log messages I don't understand
I see these messages every time fetchmail pops my mail. I don't understand
what certificates it is talking about, or how to straighten this out.
fetchmail: Server CommonName mismatch: localhost != mail.mydomain.com
fetchmail: Server certificate verification error: self signed certificate
fetchmail: Server certificate verification error: certificate has expired
What do I need to read up on to understand this and find a fix?
TIA,
-chuck
2024 Aug 14
1
samba-tool user add - weird resulting
...or this?
>
> No, you an see all the switches with 'samba-tool used add --help'
>
> Rowland
--
Rowland, thank you for response.
But I still think there's nothing stopping Samba from being better
than Windows at this, and introducing some switches like
--displayname
--commonname
--name
--exclude-initials-in-dn
or something similar.
After all, what are the various attributes displayName/cn/name for, if
they cannot be entered when creating a user.
--
Franta Hanzl?k
Lu?n? 502 Linux/Unix/LAN/Internet Tel: +420-372-222302
33209 ?t?novice e-mail:franta...
2017 Jul 08
2
samba AD not working
...nd.version: 9.10.3-P4-Debian
88/tcp open kerberos-sec Heimdal Kerberos (server time: 2017-07-08 15:13:47Z)
135/tcp open msrpc Microsoft Windows RPC
139/tcp open netbios-ssn Samba smbd 3.X - 4.X (workgroup: MYDOMAIN)
389/tcp open ldap (Anonymous bind OK)
| ssl-cert: Subject:
commonName=AD.office.mydomain.com/organizationName=Samba Administration
| Not valid before: 2017-07-04T17:24:08
|_Not valid after: 2019-06-04T17:24:08
|_ssl-date: 2017-07-08T15:11:06+00:00; -3m31s from scanner time.
445/tcp open netbios-ssn Samba smbd 4.6.5 (workgroup: MYDOMAIN)
464/tcp open kpasswd5?
6...
2007 Jul 22
2
httpd failed with a new install of 5.0
.../httpd/error_log:
[Sun Jul 22 13:00:31 2007] [notice] suEXEC mechanism enabled
(wrapper: /usr/sbin/suexec)
/var/log/ssl_error.log:
[Sun Jul 22 13:04:32 2007] [warn] RSA server certificate is a CA
certificate (BasicConstraints: CA == TRUE !?)
[Sun Jul 22 13:04:32 2007] [warn] RSA server certificate CommonName (CN)
`localhost.localdomain' does NOT match server name!?
[Sun Jul 22 13:04:32 2007] [error] Unable to configure RSA server
private key
[Sun Jul 22 13:04:32 2007] [error] SSL Library Error: 185073780
error:0B080074:x509 certificate routines:X509_check_private_key:key
values mismatch
The ssl er...
2006 May 11
0
mandatory client certificates and crl check in ssl-proxy-openssl.c
hello,
I made a modification to ssl-proxy-openssl.c (patch attached) zo that it
a) disconnects when no client certificate is presented
b) checks the client certificate against the crl for our root cert. (so
you can't use a revoked client cert.)
c) returns the CommonName from the client cert. in
ssl_proxy_get_peer_name (this way it's easier to use dovecot as
imap-proxy with a passwd-like userdb, ssl_require_client_cert and
ssl_username_from_cert, it "binds" the emailuser to the
clientcertificate, a clientcert. can access only the account from the...
2013 Nov 21
1
[PATCH] lib-sql/driver-mysql.c - Add support for enabling MYSQL_OPT_SSL_VERIFY_SERVER_CERT
Hello,
The following patch adds support for enabling
MYSQL_OPT_SSL_VERIFY_SERVER_CERT.
It makes the mysql client library check that the commonName in the
server's SSL certificate matches the host name provided to
mysql_real_connect() and aborts the connection if the name doesn't
match.
An example connect string would look something like:
connect = ... ssl-ca=/path/to/ca.cert ssl-verify-server-cert=yes
By default the mysql client li...
2007 May 29
2
Client certificate verification/authentication
...ser_key.pem -out user.p12
-export -name "user at hotsname"
user.p12 match in my MTA
Not in Dovecot...
In my log, i've simply :
dovecot: auth(default): Client didn't present valid SSL certificate
Also, in the documentation
The username is taken from the subject's DN's CommonName
<http://wiki.dovecot.org/CommonName> field (using OpenSSL's
X509_NAME_get_text_by_NID() function).
But when i used
openssl req -new -nodes -keyout user_key.pem -out user_req.pem -days 365
my common name is my hostname not my username.
I don't think that the option -name user at ho...