Is a search result necessary for a successful bind?
[Date Prev][Date Next] [Thread Prev][Thread Next]Is a search result necessary for a successful bind?
- From: Ken Yamaguchi <ken [at] knowledgesynthesis.com>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: Is a search result necessary for a successful bind?
- Date: Fri, 28 Aug 2015 12:47:40 -0700
I'm setting up authentication to an LDAP server that appears to disallow user results retrieval even for the own object. The attached patch (opt1) allows authentication to proceed. Is the check for an LDAP result necessary if myldap_search() reports success? If not, perhaps the myldap_get_entry() call is also not needed (opt2, which also works with my environment)? Thank you! Ken
Attachment:
bind-no-results-ok-opt1.patch
Description: Text Data
Attachment:
bind-no-results-ok-opt2.patch
Description: Text Data
-- To unsubscribe send an email to nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see http://lists.arthurdejong.org/nss-pam-ldapd-users/
- Is a search result necessary for a successful bind?, Ken Yamaguchi
- Re: Is a search result necessary for a successful bind?, Arthur de Jong
- Prev by Date: Re: small myldap.c patch
- Next by Date: Re: Is a search result necessary for a successful bind?
- Previous by thread: Re: small myldap.c patch
- Next by thread: Re: Is a search result necessary for a successful bind?