diff options
| author | ivan <ivan> | 2002-11-21 20:44:45 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-11-21 20:44:45 +0000 | 
| commit | 4d04b87cf2223bea7c913f587a248c111862f070 (patch) | |
| tree | 72e36be303a09cc50d2bf21e9dc27026afa1abec | |
| parent | 96c1150cabe382dbafbdc8f4e89a2719fe24d605 (diff) | |
change DN labeling for those obtuse blockheads at netmagic
| -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 86bd4240e..8e8a828e7 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', | 
