summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-11-20 21:13:52 +0000
committerivan <ivan>2002-11-20 21:13:52 +0000
commit96c1150cabe382dbafbdc8f4e89a2719fe24d605 (patch)
tree394813cf364ca913cb2dd4a30f80f99701f33824 /FS/FS/part_export.pm
parenteb694678cbb835267b44c5eb9ff574ee1d7ce115 (diff)
add objectclass and ability to have multiple comma-separated values to LDAP
export
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 79fe913..86bd424 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -745,6 +745,7 @@ tie my %ldap_options, 'Tie::IxHash',
'userpassword $crypt_password',
'hint',
'answer $sec_phrase',
+ 'objectclass top,person,inetOrgPerson',
),
},
'radius' => { label=>'Export RADIUS attributes', type=>'checkbox', },