diff options
| -rw-r--r-- | FS/FS/part_export.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 1e5470e55..338b4e3a9 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -725,7 +725,7 @@ tie my %sqlmail_options, 'Tie::IxHash',  ;  tie my %ldap_options, 'Tie::IxHash', -  'dn'         => { label=>'DN' }, +  'dn'         => { label=>'Root DN' },    'password'   => { label=>'Optional DN password' },    'attributes' => { label=>'Attributes',                      type=>'textarea',  | 
