diff options
author | ivan <ivan> | 2002-11-21 20:44:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-21 20:44:49 +0000 |
commit | ca86b0348415a3dfe81243bc1991851390492830 (patch) | |
tree | a373f92073aa85f89fc2c95206d0ab8e8231dc5a /FS | |
parent | a8557c424b395af6c4342ca3d16bf4d000a212e8 (diff) |
change DN labeling for those obtuse blockheads at netmagic
Diffstat (limited to 'FS')
-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', |