Commit 4eecfc49 authored by bmortier's avatar bmortier
Browse files

Merge branch...

Merge branch '6105-fix-reference-to-the-documentation-after-moving-around-fusiondirectory-documentationin-upgrade' into '1.4-dev'

Resolve "fix reference to the documentation after moving around fusiondirectory documentationin UPGRADE.md and README.md"

Closes #6105

See merge request fusiondirectory/fd-plugins!842
Showing with 23 additions and 0 deletions
+23 -0
...@@ -39,6 +39,27 @@ This question can be solved by creating: ...@@ -39,6 +39,27 @@ This question can be solved by creating:
* A plugin for its management in FusionDirectory with the simple plugin api * A plugin for its management in FusionDirectory with the simple plugin api
* An Argonaut module for the client installed on the server * An Argonaut module for the client installed on the server
## Installation and upgrade of FusionDirectory
The installation and upgrade information is available on [Install FusionDirectory][fusiondirectory-install]
## Migration to FusionDirectory
To migrate an existing LDAP tree, you've to do all steps [Install FusionDirectory][fusiondirectory-install],
plus some modifications:
* FusionDirectory only shows users that have the objectClass inetOrgPerson
* FusionDirectory only recognizes subtrees (or departments in FusionDirectory's view of things) that have the objectClass gosaDepartment.
You can hide subtrees from FusionDirectory by not putting this objectClass inside.
The FusionDirectory setup may be used to do these migrations, but it is not meant
to work in every possible circumstance. Please be carefull when using it on
productive system.
That should be all. Entries should be visible in FusionDirectory now.
Be aware that if your naming policy of user cn's differs from the way FusionDirectory handles it, the entries get rewritten to a FusionDirectory style dn.
## Get help ## Get help
### Community support ### Community support
...@@ -84,6 +105,8 @@ If you like us and want to send us a small contribution you can use the followin ...@@ -84,6 +105,8 @@ If you like us and want to send us a small contribution you can use the followin
[FusionDirectory]: https://www.fusiondirectory.org/ [FusionDirectory]: https://www.fusiondirectory.org/
[fusiondirectory-install]: https://fusiondirectory-user-manual.readthedocs.io/en/1.3/fusiondirectory/install/index.html
[get help]: https://www.fusiondirectory.org/en/communaute/ [get help]: https://www.fusiondirectory.org/en/communaute/
[get support]: https://www.fusiondirectory.org/en/support/ [get support]: https://www.fusiondirectory.org/en/support/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment