summaryrefslogtreecommitdiff
path: root/main/src/main/res/xml/vpn_authentification.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/xml/vpn_authentification.xml')
-rw-r--r--main/src/main/res/xml/vpn_authentification.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/main/res/xml/vpn_authentification.xml b/main/src/main/res/xml/vpn_authentification.xml
index 8bfebccb..09354de3 100644
--- a/main/src/main/res/xml/vpn_authentification.xml
+++ b/main/src/main/res/xml/vpn_authentification.xml
@@ -18,6 +18,14 @@
android:dependency="checkRemoteCN"
android:key="remotecn"
android:title="@string/enter_tlscn_title" />
+
+ <EditTextPreference
+ android:dependency="checkRemoteCN"
+ android:key="remotex509name"
+ android:persistent="false"
+ android:dialogMessage="Field in the X.509 certificate subject to be used as the username (default=CN)."
+ android:title="X509 Username Field" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/tls_authentication">
<SwitchPreference