#-----Running LDAPMODIFY Against The Ldif File Created-----# sub RunUpdate { print "--Updating Directory server. Please wait for a moment....\n\n"; my $resultLdapSearch = `ldapmodify -h $ldap_server -D "cn=Directory Manager" -w $dir_mgr_pwd -f $ldap_modify_file`; #print "resultLdapSearch: $resultLdapSearch\n"; }