<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
https://fedorahosted.org/sssd/ticket/1172<br><br><div><div id="SkyDrivePlaceholder"></div>From: sgallagh@redhat.com<br>To: sssd-devel@lists.fedorahosted.org<br>Date: Thu, 10 May 2012 13:05:42 -0400<br>Subject: Re: [SSSD] [PATCH] Bad check for id_provider=local and access_provider=permit<br><br><pre>On Thu, 2012-05-10 at 11:56 -0500, Ariel Barria wrote:<br>&gt; Thanks for explanation :).<br>&gt; Something like that?<br>&gt; <br>&gt; tmp =<br>&gt; ldb_msg_find_attr_as_string(res-&gt;msgs[0],CONFDB_DOMAIN_ACCESS_PROVIDER,NULL);<br>&gt;         if (tmp &amp;&amp; strcasecmp(tmp, "permit") != 0) {<br>&gt;             .......<br>&gt;             <br>&gt; And documentatión<br>&gt; <br>&gt;  &lt;term&gt;access_provider (string)&lt;/term&gt;<br>&gt;          &lt;listitem&gt;<br>&gt;                 &lt;para&gt;<br>&gt;                            The access control provider used for the<br>&gt; domain.<br>&gt;                             There are two built-in access providers<br>&gt; (in<br>&gt;                             addition to any included in installed<br>&gt; backends)<br>&gt;                             Internal special providers are:<br>&gt;                         &lt;/para&gt;<br>&gt;                         &lt;para&gt;<br>&gt;                             &lt;quote&gt;permit&lt;/quote&gt; always allow access.<br>&gt; It's the only permitted access provider for a local domain. <br> <br>Yes, this looks more like what we need here.<br> <br></pre><br>_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel</div>                                               </div></body>
</html>