On 8/27/20 5:52 AM, Graham Leggett wrote:
> On 27 Aug 2020, at 02:32, William Brown <wbrown@suse.de> wrote:
>
>>> Is there a documented method of installing an instance from scratch without setup-ds.pl or dscreate?
>> look at "dscreate create-template" and "dscreate from-template".
> That's what I've been working from.
>
>> The options you want are likely:
>>
>> self_sign_cert = False
> This flag doesn't work, as per https://bugzilla.redhat.com/show_bug.cgi?id=1872915.
>
>> start = False
> This flag doesn't work, as per https://bugzilla.redhat.com/show_bug.cgi?id=1872910
>
>> The template is extremely well documented and commented when generated.
> While it is true the template is well documented, all of the options in the template I've tried to date don't work. Thus the question - is there a document anywhere that describes the steps needed to go from no instance to a running instance?
All of this works correctly for me:
[general]
config_version = 2
full_machine_name = localhost.localdomain
start = False
[slapd]
instance_name = graham
port = 389
root_dn = cn=dm
root_password = PASSWORD
self_sign_cert = False
[backend-userroot]
sample_entries = yes
suffix = dc=example,dc=com
Server is created, but not started, and TLS is disabled. Did I miss a step?
Mark
>
> Regards,
> Graham
> —
> _______________________________________________
> 389-users mailing list -- 389-users@lists.fedoraproject.org
> To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
> Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
--
389 Directory Server Development Team
_______________________________________________
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
No comments:
Post a Comment