On 20.07.2008, at 02:12, rdnzl at flashfingaz dot de wrote:
> 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"
Bug fixed in the repository (fix will be in 1.3b14) - thanks for the
report!
> 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.
Exactly... copy & paste strikes back ;)
- Manuel |