URL: https://github.com/SSSD/sssd/pull/275 Title: #275: Implement access verification by rhost using ldap_access_order rhost option
akamensky commented: """ How would I retrieve already parsed options from config file without calling `ldap_get_options`? I searched through the code, but it does not seem to be stored anywhere (or I could not find it) and I don't think calling `ldap_get_options` is a good option in the function that will be repeated rather frequently... What I want is from [here](https://github.com/SSSD/sssd/pull/275/commits/0f312f6b91406b8725677621570aa5f2b373a5ca#diff-a9cad33fa386fcea732cd49ced2c7d23R1307) to see whether certain parameter was set to "yes|no", however all close callee functions also have no access to this pre-parsed list. I guess I am missing something since I would expect this to be possible. """ See the full comment at https://github.com/SSSD/sssd/pull/275#issuecomment-317354040
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org