summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins')
-rw-r--r--ipalib/plugins/topology.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/topology.py b/ipalib/plugins/topology.py
index 04e7b6e30..de5ceb975 100644
--- a/ipalib/plugins/topology.py
+++ b/ipalib/plugins/topology.py
@@ -69,7 +69,7 @@ class topologysegment(LDAPObject):
primary_key=True,
label=_('Segment name'),
default_from=lambda iparepltoposegmentleftnode, iparepltoposegmentrightnode:
- '%s-%s' % (iparepltoposegmentleftnode, iparepltoposegmentrightnode),
+ '%s-to-%s' % (iparepltoposegmentleftnode, iparepltoposegmentrightnode),
normalizer=lambda value: value.lower(),
doc=_('Arbitrary string identifying the segment'),
),