Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vipul.sharma1

Pages: [1]
1
Hi Team,

We are using zentyal from last one month and want to integrate openvpn with  zentyal.
We have created almost 4000 users into zentyal in different OU ( organizational unit )  now want to authenticate users from openvpn through zentyal.

Below are the openvpn  ldap.conf  config

<LDAP>
   # LDAP server URL
   URL      ldap://10.11.17.90
   BindDN      "CN=authuser,CN=Users,DC=rivigogur,DC=com"
   Password           "passwd"
   Timeout      15
   TLSEnable   no
   FollowReferrals no

</LDAP>

<Authorization>
   BaseDN       "CN=Users,DC=rivigogur,DC=com"
        SearchFilter        "(&(sAMAccountName=%u)"
   RequireGroup   false
     
      #  <Group>
      #         BaseDN   "CN=Users,DC=rivigo,DC=com"
      #         SearchFilter   "cn=vpn"
      #         MemberAttribute Member
       # </Group>
 

Main Problem is here only that users those persist into Users OU are authenticating with openvpn not the other OU users.


Openvpn Logs.


Mon May  6 18:00:52 2019 us=160072 10.11.1.1:14741 peer info: IV_TCPNL=1
Mon May  6 18:00:52 2019 us=160080 10.11.1.1:14741 peer info: IV_GUI_VER="net.tunnelblick.tunnelblick_5180_3.7.8__build_5180)"
LDAP user "vipul.sharma1" was not found.


Actually vipul.sharma1 user exist into  IT OU and as per ldap.conf users are searching into Users OU only.


So,Please required urgent help here how we can authenticate users those are exist into multiple OU instead on single OU.

Quick help will be really appreciated.

Thanks



 

Pages: [1]