Re: [Freeipa-devel] [PATCH] 374 don't make assumptions about cwd

2010-02-19 Thread Rob Crittenden
Martin Nagy wrote: On Wed, 2010-02-03 at 17:44 -0500, Rob Crittenden wrote: Don't assume that cwd exists or is writable. I had worked on this previously so that we change to a known writable directory when issuing server certs. Enhance that so we change to the NSS db dir when issuing the self-

Re: [Freeipa-devel] [PATCH] 374 don't make assumptions about cwd

2010-02-16 Thread Martin Nagy
On Wed, 2010-02-03 at 17:44 -0500, Rob Crittenden wrote: > Don't assume that cwd exists or is writable. I had worked on this > previously so that we change to a known writable directory when issuing > server certs. Enhance that so we change to the NSS db dir when issuing > the self-signed CA. ce

[Freeipa-devel] [PATCH] 374 don't make assumptions about cwd

2010-02-03 Thread Rob Crittenden
Don't assume that cwd exists or is writable. I had worked on this previously so that we change to a known writable directory when issuing server certs. Enhance that so we change to the NSS db dir when issuing the self-signed CA. certutil wants to write a file to the cwd when generating a key so