<div dir="ltr">Thanks now it works, But does it mandatory to start slapd on same port as "ListenStream=" of socket file of systemd-socket-proxyd. e.g in following example port 400.<div><br></div><div><div># cat proxy-to-directory-400.service </div>
<div>[Unit]</div><div>Requires=master-ldap-400.service</div><div>After=master-ldap-400.service</div><div><br></div><div>[Service]</div><div>ExecStart=/usr/lib/systemd/systemd-socket-proxyd ${HOSTNAME}:400</div><div>PrivateTmp=yes</div>
<div>PrivateNetwork=yes</div></div><div>----------------</div><div><div># cat proxy-to-directory-400.socket </div><div>[Socket]</div><div>ListenStream=400</div><div><br></div><div>[Install]</div><div>WantedBy=sockets.target</div>
<div>---------------------------------------</div></div><div>#cat vgp.master-ldap-400.service<br></div><div>...</div><div>ExecStart=/usr/local/libexec/slapd -d 0 -f conf_400.conf -h "ldap://${HOSTNAME}:400" -l "LOCAL1"<br>
</div><div>...</div><div>-------------------</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 17, 2014 at 11:08 PM, David Timothy Strauss <span dir="ltr"><<a href="mailto:david@davidstrauss.net" target="_blank">david@davidstrauss.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Thu, Jul 17, 2014 at 4:51 AM, Zbigniew Jędrzejewski-Szmek<br>
<<a href="mailto:zbyszek@in.waw.pl">zbyszek@in.waw.pl</a>> wrote:<br>
> I'd try without Private* settings.<br>
><br>
> Also, replace /usr/lib/systemd/systemd-socket-proxyd with<br>
> '/bin/strace -o /tmp/log /usr/lib/systemd/systemd-socket-proxyd'<br>
> and look at the log file.<br>
<br>
</div>Yes, get it working without Private*= first. JoinsNamespaceOf= is<br>
simply useful if you want to add it back after it's working.<br>
<br>
Another thing to try is targeting systemd-socket-proxyd at a different<br>
target (like a public website) to make sure it's activating properly.<br>
Also try connecting directly to the directory service without going<br>
through the proxy.<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Suvendu Mitra<br>GSM - +358504821066
</div>