Google Secure Ldap

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
patrickb101
OpenVpn Newbie
Posts: 1
Joined: Tue Jan 14, 2020 4:15 pm

Google Secure Ldap

Post by patrickb101 » Tue Jan 14, 2020 5:56 pm

Having some issues using GSL with OpenVPN

I followed the instructions on setup from here https://openvpn.net/vpn-server-resource ... ss-server/

However when I start the server I get this error:


root@redacted:/usr/local/openvpn_as/scripts# ./sacli start
RunStart warm None
{
"errors": {
"auth": [
[
"error",
"option error: svc/svc:636,sagent/authsvc:85,auth/authldap:301,auth/authldap:128,ldap/functions:133,ldap/functions:64 (exceptions.ValueError)"
]
],
"client_query": [
[
"error",
"service failed to start due to unresolved dependencies: set(['auth'])"
]
]
},
"last_restarted": "Tue Jan 14 16:36:37 2020",
"service_status": {
"api": "on",
"auth": "on",
"bridge": "on",
"client_query": "on",
"crl": "on",
"daemon_pre": "on",
"db_push": "on",
"ip6tables_live": "on",
"ip6tables_openvpn": "on",
"iptables_live": "on",
"iptables_openvpn": "on",
"iptables_web": "on",
"license": "on",
"log": "on",
"openvpn_0": "on",
"openvpn_1": "on",
"openvpn_2": "on",
"openvpn_3": "on",
"user": "on",
"web": "on"
}
}
WILL_RESTART []
ERROR: restart failed (ERRBACK)

sysadminrp
OpenVpn Newbie
Posts: 1
Joined: Wed Jan 15, 2020 11:32 pm

Re: Google Secure Ldap

Post by sysadminrp » Wed Jan 15, 2020 11:33 pm

I have a very similar problem with ldap, getting the following error:

Code: Select all

RunStart warm None
{
  "errors": {
    "auth": [
      [
        "error", 
        "option error: svc/svc:636,sagent/authsvc:85,auth/authldap:301,auth/authldap:128,ldap/functions:133,ldap/functions:64 (exceptions.ValueError)"
      ]
    ], 
    "client_query": [
      [
        "error", 
        "service failed to start due to unresolved dependencies: set(['auth'])"
      ]
    ], 
    "crl": [
      [
        "error", 
        "service failed to start due to unresolved dependencies: set(['auth'])"
      ]
    ], 
    "openvpn_0": [
      [
        "error", 
        "service failed to start due to unresolved dependencies: set(['auth'])"
      ]
    ], 
    "openvpn_1": [
      [
        "error", 
        "service failed to start due to unresolved dependencies: set(['auth'])"
      ]
    ]
  }, 
  "last_restarted": "Wed Jan 15 23:32:45 2020", 
  "service_status": {
    "api": "on", 
    "auth": "off", 
    "bridge": "on", 
    "client_query": "off", 
    "crl": "off", 
    "daemon_pre": "on", 
    "db_push": "on", 
    "ip6tables_live": "on", 
    "ip6tables_openvpn": "on", 
    "iptables_live": "on", 
    "iptables_openvpn": "on", 
    "iptables_web": "on", 
    "license": "on", 
    "log": "on", 
    "openvpn_0": "off", 
    "openvpn_1": "off", 
    "user": "on", 
    "web": "on"
  }
}
WILL_RESTART []
ERROR: restart failed (ERRBACK)

Post Reply