Skip to content

Commit

Permalink
JSC#DOCTEAM-1020-adds sudo and format
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrita42 committed Jun 21, 2023
1 parent 5933d89 commit 6880b30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xml/security_ldap_install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Instance "LDAP1" is running</screen>
<screen>&prompt.sudo;<command>dsctl <replaceable>LDAP1</replaceable> remove</command>
Not removing: if you are sure, add --do-it

&prompt.sudo;dsctl <command><replaceable>LDAP1</replaceable> remove --do-it</command></screen>
&prompt.sudo;<command>dsctl<replaceable>LDAP1</replaceable> remove --do-it</command></screen>
<para>
This command also removes partially installed or corrupted instances. You
can reliably create and remove instances as often as you want.
Expand All @@ -253,7 +253,7 @@ Not removing: if you are sure, add --do-it
If you forget the name of your instance, use <command>dsctl</command> to
list all instances:
</para>
<screen>&prompt.user;<command>dsctl -l</command>
<screen>&prompt.user;<command>sudo dsctl -l</command>
slapd-<replaceable>LDAP1</replaceable></screen>
</sect2>

Expand All @@ -271,13 +271,13 @@ slapd-<replaceable>LDAP1</replaceable></screen>
<para>
The following example prints the template to stdout:
</para>
<screen>&prompt.user;<command>dscreate create-template</command></screen>
<screen>&prompt.user;<command>sudo dscreate create-template</command></screen>
<para>
This is good for a quick review of the template, but you must create a file
to use in creating your new &ds389; instance. You can name this file
anything you want:
</para>
<screen>&prompt.user;<command>dscreate create-template <replaceable>TEMPLATE.txt</replaceable></command></screen>
<screen>&prompt.user;<command>sudo dscreate create-template <replaceable>TEMPLATE.txt</replaceable></command></screen>
<para>
This is a snippet from the new file:
</para>
Expand Down

0 comments on commit 6880b30

Please sign in to comment.