Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
FEMAT ORTIZ Armando
user-manual
Commits
07e2d01c
Commit
07e2d01c
authored
1 year ago
by
bmortier
Browse files
Options
Download
Patches
Plain Diff
Resolve "the fusiondirectory-schema-manager documentation doesn't show all possibilities"
parent
82158fc1
1.4
235-add-a-requirement-for-the-python-tools-needed-by-shpinx
235-correct-the-language-parameter-in-conf-py
235-correct-the-language-parameter-in-conf-py-2
238-bug-or-documentation-is-incorrect-about-fusiondirectory-schema-manager
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/fusiondirectory-tools/fusiondirectory-schema-manager.rst
+19
-12
.../fusiondirectory-tools/fusiondirectory-schema-manager.rst
with
19 additions
and
12 deletions
+19
-12
source/fusiondirectory-tools/fusiondirectory-schema-manager.rst
+
19
−
12
View file @
07e2d01c
...
...
@@ -10,40 +10,47 @@ ldap server
Options
-------
--list-schemas
List inserted schemas and the number off attributes and objectClass
--insert-schema
This option insert the given list of schemas instead of the default
list
Insert the given list of schemas
--replace-schema
This option i
nsert the given list of schemas, replacing already
I
nsert the given list of schemas, replacing already
inserted versions of those schemas
--empty-schema
This option e
mpty the given list of schemas, removing attributes and
objectClasses from those.
This is useful because you cannot delete a
schema without restarting slapd.
E
mpty the given list of schemas, removing attributes and
objectClasses from those.
This is useful because you cannot delete a schema in openldap < 2.5
--remove-schema
This options r
emove the schema already inserted if LDAP version is higher or equals 2.5.
R
emove the schema already inserted if LDAP version is higher or equals 2.5.
--
list
-schema
s
This option list inserted
schema
s
--
show
-schema
Show you the content of a
schema
--help
Show you the inline manual
--verbose
verbose output
Examples
--------
Insert the schema myschema (.ldif or .schema) from working directory
.. code-block:: shell
fusiondirectory-schema-manager --insert-schema myschema.schema
Convert /etc/ldap/otherschema/myschema.schema to ldif and replace the existing schema by this one
Replace the existing schema by a new version of the same schema
.. code-block:: shell
fusiondirectory-schema-manager --replace-schema
/etc/ldap/otherschema/
myschema.schema
fusiondirectory-schema-manager --replace-schema myschema.schema
Empty the schema myschema
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets