<div dir="ltr"><div class="gmail_default" style="font-family:&#39;courier new&#39;,monospace">Thanks for the quick reply. Yes I had trailing spaces. Removing them partially solved the problem. Now the starting process ends with: </div>
<div class="gmail_default" style="font-family:&#39;courier new&#39;,monospace"><br></div><div class="gmail_default"><div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [sbus_dispatch] (0x4000): dbus conn: 0x2285bc0</font></div>
<div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [sbus_dispatch] (0x0080): Connection is not open for dispatching.</font></div><div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [sss_child_handler] (0x2000): waitpid failed [10]: Keine Kind-Prozesse</font></div>
<div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [mt_svc_exit_handler] (0x0040): Child [JAEGER] exited with code [3]</font></div><div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [mt_svc_exit_handler] (0x0010): Process [JAEGER], definitely stopped!</font></div>
<div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [monitor_quit] (0x0040): Returned with: 1</font></div><div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [monitor_quit] (0x0020): Terminating [nss][6416]</font></div>
<div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [monitor_quit] (0x0020): Couldn&#39;t kill [nss][6416]: [Kein passender Prozess gefunden]</font></div><div class="gmail_default">
<font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [monitor_quit] (0x0020): Terminating [pam][6415]</font></div><div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [monitor_quit] (0x0020): Couldn&#39;t kill [pam][6415]: [Kein passender Prozess gefunden]</font></div>
<div class="gmail_default"><font face="courier new, monospace">(Wed Oct 23 10:06:14 2013) [sssd] [sbus_remove_watch] (0x2000): 0x227a360/0x2272a30</font></div><div style="font-family:&#39;courier new&#39;,monospace"><br></div>
<div style="font-family:&#39;courier new&#39;,monospace"><br></div><div style="font-family:&#39;courier new&#39;,monospace">Any hint?</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/23 Lukas Slebodnik <span dir="ltr">&lt;<a href="mailto:lslebodn@redhat.com" target="_blank">lslebodn@redhat.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On (23/10/13 09:47), Melvin Williams wrote:<br>
&gt;I have installed sssd 1.11.1 from the repository on Ubuntu 13.10. First of<br>
&gt;all when I tried to start sssd with the &quot;emurate = true&quot; option in the<br>
&gt;domain section I get the following error:<br>
&gt;<br>
&gt; [sssd] [confdb_get_domain_internal] (0x0010): Invalid value for enumerate<br>
&gt;<br>
&gt;So I commented this out. Now I tried to start via command line:  sssd -d<br>
&gt; 0xFFF0 -f<br>
&gt;<br>
&gt;Doing so I found this in my error logs:<br>
&gt;<br>
&gt;[load_backend_module] (0x0010): Unable to load ad  module with path<br>
&gt;(/usr/lib/x86_64-linux-gnu/sssd/libsss_ad .so), error:<br>
&gt;/usr/lib/x86_64-linux-gnu/sssd/libsss_ad .so<br>
&gt;<br>
&gt;There is a space in the library name &quot;libsss_ad .so&quot;. Is this the name the<br>
&gt;program is looking for? If so there must be a typo or something like this<br>
&gt;in the code. If not and it is a configuration matter could someone please<br>
&gt;tell me how to fix this issue.<br>
&gt;<br>
&gt;Regards<br>
<br>
</div></div>It looks like problem with parsing configuration file /etc/sssd/sssd.conf.<br>
(Bug in libini)<br>
 <a href="https://git.fedorahosted.org/cgit/ding-libs.git/commit/?id=7a2eb259b2e22ce5e2395fbf578b5fef57667489" target="_blank">https://git.fedorahosted.org/cgit/ding-libs.git/commit/?id=7a2eb259b2e22ce5e2395fbf578b5fef57667489</a><br>

<br>
Do you have any trailing white spaces on line with id_provider?<br>
id_provider = ad<br>
<br>
Regards,<br>
LS<br>
_______________________________________________<br>
sssd-users mailing list<br>
<a href="mailto:sssd-users@lists.fedorahosted.org">sssd-users@lists.fedorahosted.org</a><br>
<a href="https://lists.fedorahosted.org/mailman/listinfo/sssd-users" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/sssd-users</a><br>
</blockquote></div><br></div>