[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
whose responsability
- To: openldap-technical@openldap.org
- Subject: whose responsability
- From: Friedrich Locke <friedrich.locke@gmail.com>
- Date: Sun, 10 Jul 2011 17:08:09 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=EOCmgfAYChujoGXQUNv17awDYRLGfu+igcUyj1RTkjw=; b=V4RkVWtiooaJkr8NpcMGNLhjBJTOCUhj7TSbtnni7UJ7TAbWn/hiLiYO5YdQBTxtZp GL2ftf5uYwb3weS6HUiHoUGp4fVGUSj6+HFLybI072lBlKR/MYIgA1g/r+NzcGcf0eSz WbKWpAoDlOrmiGHVUyS+4nkHM4s+41n8AkCJM=
Hi,
i have installed and configured openldap and so far, so good. But i
have a simple doubt.
Up to now, all users i have added to the ldap server have a field:
userPassword: {SASL}user@domain
I am connecting to retrieve the entry attributes with the following command:
ldapsearch -x -w PASSWORD -D uid=user,ou=people,dc=my,dc=domain -b
uid=user,ou=people,dc=my,dc=domain
And everyting works ok.
My doubt is:
who is performing the password checking? The openldap server
daemon (slapd) ou the ldapsearch ?
Thanks in advance.
Regards,
Friedrich