On 01/25/2014 08:20 AM, info at itnserver.com wrote: > Hi 2 All > > This error occurs when I used in : > use-dbus = true > Why ? > > DBUS connection error (Connection ":1.93" is not allowed to own the > service "org.infradead.ocserv" due to security policies in the > configuration file)Cannot create command handler > > Log: > > method_call", sender=":1.28" (uid=42 pid=1121 comm="gnome-shell > --mode=gdm ") interface="org.freedesktop.NetworkManager.Set > Jan 25 07:43:44 142.4.201.188 dbus[456]: [system] Rejected send message, > 3 matched rules; type="method_call", sender=":1.28" (uid=42 pid=1121 > comm="gnome-shell --mode=gdm ") The config file you use only allows the root user to send to ocserv. Here you're running as another user (uid=42). regards, Nikos