Set zimbraAuthLdapExternalDn during user creation

master
Daniel Berteaud 5 years ago
parent 59a6ad13b6
commit 63b75db468
  1. 1
      zmldapsync/zmldapsync.pl

@ -368,6 +368,7 @@ DOMAIN: foreach my $domain ( keys $conf->{domains} ) {
$attrs .= ' ' . $conf->{domains}->{$domain}->{users}->{attr_map}->{$attr} . " " . $attrs .= ' ' . $conf->{domains}->{$domain}->{users}->{attr_map}->{$attr} . " " .
zim_attr_value( $ext_users->{$user}->{$attr} ); zim_attr_value( $ext_users->{$user}->{$attr} );
} }
$attrs .= " zimbraAuthLdapExternalDn " . zim_attr_value( $ext_users->{$user}->{dn} );
# The password won't be used because Zimbra is set to use external LDAP/AD auth # The password won't be used because Zimbra is set to use external LDAP/AD auth
# But better to set it to a random value # But better to set it to a random value
my $pass = $uuid->create_str; my $pass = $uuid->create_str;

Loading…
Cancel
Save