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
9703bfd1
Commit
9703bfd1
authored
Aug 07, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Aug 07, 2014
Browse files
Fixes
#3224
Adding a command to build a migration LDIF
parent
0db9c12b
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/bin/fusiondirectory-setup
View file @
9703bfd1
...
...
@@ -1361,7 +1361,7 @@ sub ldif_deprecated {
print
'
dn:
'
.
$entry
->
dn
.
"
\n
";
print
"
changetype:modify
\n
";
foreach
my
$attr
(
@$obsolete_attrs
)
{
if
(
$entr
ies
->
exists
(
$attr
->
{'
name
'}))
{
if
(
$entr
y
->
exists
(
$attr
->
{'
name
'}))
{
print
"
delete:
"
.
$attr
->
{'
name
'}
.
"
\n
-
\n
";
}
}
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#1074 (closed)
·
Sep 02, 2017
mentioned in issue
#1074 (closed)
mentioned in issue #1074
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