search for: caname

Displaying 3 results from an estimated 3 matches for "caname".

Did you mean: c_name
2007 Nov 02
1
Interaction bug between Puppet CA and mod_ssl
...11-01 21:19:47.000000000 -0400 +++ configuration.rb 2007-11-01 21:03:27.000000000 -0400 @@ -136,6 +136,8 @@ Puppet.setdefaults(:ssl, :certname => [fqdn, "The name to use when handling certificates. Defaults to the fully qualified domain name."], + :caname => [fqdn, "The name used for the CA certificate. Defaults + to the fully qualified domain name."], :certdir => ["$ssldir/certs", "The certificate directory."], :publickeydir => ["$ssldir/public_keys", "The public ke...
2003 Feb 19
1
force users to change their passwords
All of my users are defined in LDAP. The Samba server is configured as a PDC and all the users can change their passwords. The problem i have is when i change the following field in the ldap tree : PwdMustChange set to 0 in order the have them to change their passwords. At this point the client workstation replies : The system cannot change your password now because the domain dc_stgeorges is not
2006 Nov 15
11
OpenSSH Certkey (PKI)
...ne +additional string (the user certificate), placed at the end of the message, +after the signature. + +Certificate format + +Both host and user certificates share the same format. They consist of a single +string, containing values separated by semi-colons, in the following order + + fingerprint;caname;identity;options;validfrom;validto;algorithm;signature + +Values must not contain semi-colons or NUL bytes, but may be empty. + +'fingerprint' is the SSH_FP_MD5 SSH_FP_HEX fingerprint of the RSA key signing +the certificate (the CA key), e.g. the output of ssh-keygen -l for +/etc/ssh/ca.pub...