View | Details | Raw Unified | Return to bug 16370
Collapse All | Expand All

(-)DSDialogs.pm.sav (-1 / +1 lines)
Lines 125-131 Link Here
125
            $suffix =~ s/^[^\.]*\.//; # just the domain part
125
            $suffix =~ s/^[^\.]*\.//; # just the domain part
126
            # convert fqdn to dc= domain components
126
            # convert fqdn to dc= domain components
127
            $suffix = "dc=$suffix";
127
            $suffix = "dc=$suffix";
128
            $suffix =~ s/\./, dc=/g;
128
            $suffix =~ s/\./,dc=/g;
129
        }
129
        }
130
        return $suffix;
130
        return $suffix;
131
    },
131
    },

Return to bug 16370