Hi m0n0 devs,
using latest beta wrap-1.3b13.img i found vpn_ipsec_mobile.php does not
recognize when "asn1dn" is set as "My identifier".
So every time i change (other) settings on that page it'll revert to
default "My IP address"
Wild guess: [$id] in
} else if (isset($a_ipsec[$id]['p1']['myident']['asn1dn'])) {
$pconfig['p1myidentt'] = 'asn1dn';
$pconfig['p1myident'] =
$a_ipsec[$id]['p1']['myident']['asn1dn'];
}
is causing this.
regards, rdnzl |