summaryrefslogtreecommitdiff
path: root/examples/LDAP
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-01 18:39:20 +0000
committerGerald Carter <jerry@samba.org>2003-07-01 18:39:20 +0000
commit9bf43910a73be1fee7d8ec77afa8ab2a581f6b26 (patch)
tree5d8e70d396fab2640209c34e662e07b952f1ec95 /examples/LDAP
parent4ef35ae91af666801bc5391e45372328cf1d47a1 (diff)
downloadsamba-9bf43910a73be1fee7d8ec77afa8ab2a581f6b26.tar.gz
syncing up latest changes
Diffstat (limited to 'examples/LDAP')
-rwxr-xr-xexamples/LDAP/convertSambaAccount2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/convertSambaAccount b/examples/LDAP/convertSambaAccount
index 5b7febd6a04..223c43eadab 100755
--- a/examples/LDAP/convertSambaAccount
+++ b/examples/LDAP/convertSambaAccount
@@ -105,7 +105,7 @@ while ( !$ldif->eof ) {
} elsif ( defined ( $is_samba_group ) ) {
foreach $key ( keys %group_attr_map ) {
if ( defined($entry->get_value($key)) ) {
- $entry->add( $attr_map{$key} => $entry->get_value($key) );
+ $entry->add( $group_attr_map{$key} => $entry->get_value($key) );
$entry->delete( $key );
}
}