client-config-dir not working with auth-ldap

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
roggy
OpenVpn Newbie
Posts: 1
Joined: Thu Jul 12, 2018 7:47 pm

client-config-dir not working with auth-ldap

Post by roggy » Thu Jul 12, 2018 7:57 pm

Hi,

I have openvpn installed and working with authentication in the active directory.
I would like to set IPs for each person that connects and for that, I added in the server.conf line

Code: Select all

client-config-dir /etc/openvpn/easy-rsa/3.0.3/ccd
Within this directory I have

Code: Select all

[root@server ccd] # cat user01
ifconfig-push 10.8.9.5 10.8.9.6
[root@server ccd] # cat user02
ifconfig-push 10.8.9.9 10.8.9.10
Users user01 and user02, after authenticating, never catch the ips defined with ifconfig-push.
For authentication in Active Directory, do you have any more settings for this to work?

Thanks!!

Post Reply