[389-users] How to export CA certificate into client from server

2012-07-27 Thread fosiul alam
HI i have installed ssl certificate from bellow script https://github.com/richm/scripts/blob/master/setupssl2.sh it went fine. but I dont understand, how will i create Certificate file for the clients. according to documentation :

[389-users] Question about users and groups in sub suffixes

2012-07-27 Thread Paul Robert Marino
Hello every one I have a strange problem Im trying to use 389 server in a large organization and i have to break the directory into several sub suffixes or root suffixes. there is the scenario I work for Large company A Large company A owns 1) subsidiary b 2) subsidiary c 3) subsidiary d Large

Re: [389-users] How to export CA certificate into client from server

2012-07-27 Thread Grzegorz Dwornicki
Well back in centos/redhat/fedora directory server this could be done like this: First you should check what certificates names you have in certutil database. In slapd directory type: certutil -d . -L this should show you all certificates in database (server certificates aswell). Usualy CA

Re: [389-users] Question about users and groups in sub suffixes

2012-07-27 Thread Paul Robert Marino
never mind I found the answer apparently you have to go into the Directory tab in the directory server and create a domain object because its not automatically created when you create the database under the sub dn On Fri, Jul 27, 2012 at 7:03 PM, Paul Robert Marino prmari...@gmail.com wrote:

Re: [389-users] Question about users and groups in sub suffixes

2012-07-27 Thread Noriko Hosoi
Paul Robert Marino wrote: Hello every one I have a strange problem Im trying to use 389 server in a large organization and i have to break the directory into several sub suffixes or root suffixes. there is the scenario I work for Large company A Large company A owns 1) subsidiary b 2)

Re: [389-users] Question about users and groups in sub suffixes

2012-07-27 Thread Paul Robert Marino
Noriko Thanks for the reply as I mentioned in my previous email I assumed that when I created the sub suffix database for dc=b,dc=example,dc=com it would automaticly add the dn to the database but it doesn't so I manualy added it and it works now. For clarity that step should be added to the