Page 1 of 1

Disable Username and Password

Posted: Tue Feb 07, 2023 7:38 am
by Yong Liang Tan
Hi All



How do I disable the user of username and password for authentication as our mobile device is running on Android 13 and unable to setup with the username and password


May I know how to disable the use of username and password, will it work if only pre-shared key or any other option available for mobile device running android 13



Thanks

Re: Disable Username and Password

Posted: Tue Feb 07, 2023 7:46 am
by shakibamoshiri
Yong Liang Tan wrote:
Tue Feb 07, 2023 7:38 am
Hi All



How do I disable the user of username and password for authentication as our mobile device is running on Android 13 and unable to setup with the username and password


May I know how to disable the use of username and password, will it work if only pre-shared key or any other option available for mobile device running android 13



Thanks
more info
https://github.com/SoftEtherVPN/SoftEth ... ate-a-user


Authentication method of the user
Values:
0: Anonymous authentication
1: Password authentication
2: User certificate authentication
3: Root certificate which is issued by trusted Certificate Authority
4: Radius authentication
5: Windows NT authentication

You can try "0" for authentication but I think not all clients accept empty username and password fields (e.g. OpenVPN)

Re: Disable Username and Password

Posted: Tue Feb 07, 2023 7:54 am
by shakibamoshiri
shakibamoshiri wrote:
Tue Feb 07, 2023 7:46 am
more info
https://github.com/SoftEtherVPN/SoftEth ... ate-a-user


Authentication method of the user
Values:
0: Anonymous authentication
1: Password authentication
2: User certificate authentication
3: Root certificate which is issued by trusted Certificate Authority
4: Radius authentication
5: Windows NT authentication

You can try "0" for authentication but I think not all clients accept empty username and password fields (e.g. OpenVPN)
I have tested (Android)
- OpenVPN needs user and pass
- L2TP needs user and pass
- WireGuard just you use file.conf and ready to go (does not need user and pass)

I have not tested (Windows)
- SE client, I think you can use it without user and pass.

Re: Disable Username and Password

Posted: Wed Feb 08, 2023 1:03 am
by Yong Liang Tan
Hi


I have try to put it to anonymous or create a new user to test it out but seems not able to connect for android 12 mobile device and once I create or change the authentication to anonymous windows device not able to leave the username and password to blank


Any other suggestion for this


Thanks