Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
50caf2f4
Commit
50caf2f4
authored
Feb 18, 2016
by
Côme Chilliet
Browse files
Fixes
#4515
Added --migrate-dns option itself
parent
00f985cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/bin/fusiondirectory-setup
View file @
50caf2f4
...
...
@@ -1673,6 +1673,7 @@ die ("! You have to run this script as root\n") if ($<!=0);
$commands{"--check-config"} = ["Checking FusionDirectory's config file", \&check_config];
$commands{"--check-ldap"} = ["Checking your LDAP tree", \&check_ldap];
$commands{"--migrate-users"} = ["Migrating your users", \&migrate_users];
$commands{"--migrate-dns"} = ["Migrating DNS zones for FD 1.0.10", \&migrate_dns];
$commands{"--migrate-acls"} = ["Migrating your ACLs", \&migrate_acls];
$commands{"--install-plugins"} = ["Installing FusionDirectory's plugins", \&install_plugins];
$commands{"--encrypt-passwords"} = ["Encrypt passwords in fusiondirectory.conf", \&encrypt_passwords];
...
...
@@ -1766,6 +1767,10 @@ This option check your LDAP tree. Looking for admin account, and groups or peopl
This option add FusionDirectory attributes to the people branch.
=item --migrate-dns
This option moves DNS zones from systems branch to DNS branch, which is necessary for FusionDirectory 1.0.10 and above.
=item --migrate-acls
This option will migrated old GOsa style acl from 1.0.7 into FusionDirectory acl roles in 1.0.8
...
...
bmortier
@bmortier
mentioned in issue
#1438 (closed)
·
Sep 02, 2017
mentioned in issue
#1438 (closed)
mentioned in issue #1438
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment