Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of creating a client with the name of a deleted client #989

Open
4 tasks done
hcye opened this issue Mar 30, 2022 · 1 comment
Open
4 tasks done

Add support of creating a client with the name of a deleted client #989

hcye opened this issue Mar 30, 2022 · 1 comment

Comments

@hcye
Copy link

hcye commented Mar 30, 2022

Make sure your check these beforehand!

Server OS

ubuntu 20.04

OpenVPN version

No response

Client

No response

What is the bug?

add The following three lines after openvpn-install.sh line 1185 to fix this bug

     line=`grep -n R /etc/openvpn/easy-rsa/pki/index.txt`
     line_num=`echo ${line}  | cut -d ':' -f 1`
     sed -i  "${line_num}d" /etc/openvpn/easy-rsa/pki/index.txt

Relevant log output

no output
@angristan angristan changed the title [Bug]: The deleted user cannot be add again Add support of creating a client with the name of a deleted client Jan 22, 2023
@angristan angristan pinned this issue Jan 22, 2023
@angristan
Copy link
Owner

PR: #1080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants