From: linux user <linuxteam@gmail.com>
To: autofs@linux.kernel.org
Subject: LDAP binding
Date: Wed, 13 Oct 2004 14:12:14 +0300 [thread overview]
Message-ID: <be4ff6020410130412116e1f1f@mail.gmail.com> (raw)
Dear all,
We have Redhat Linux clients that are migrating from NIS to LDAP
using the RFC2307, the ldap server is a SUN ONE DS 5.1 which runing on
a Solaris 8.0, The linux clients (different red hat releases 7.3,8.0,
RHEL 2.1, and 3.0)
We could not do autofs lookups as they seem to be binding anonoumsly
as seen from the log files, also from the code we can see that is the
case as follows :
file modules/lookup_ldap.c:
ldap_simple_bind_s(ldap, NULL, NULL); /* LDAPv3 */
But in fact, according to the OpenLDAP header file (ldap.h):
ldap_simple_bind_s(LDAP *ld, char *who, char *passwd);
So, my question is would that be changed to bind using simple bind by
passing the credniatls as seen in the configration files later on? the
who, and the password in the above lookup_ldap.c function, as we do
not have control over the ldap server as its run by different
department, and they require us to do a simple bind passing
credentials.
also what is the status of autofs when it comes to using LDAPS instead
over SSL/TLS instead of just standard ldap.
TIA
regards
W. Shaari
next reply other threads:[~2004-10-13 11:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-13 11:12 linux user [this message]
2004-10-13 15:08 ` LDAP binding raven
2004-10-13 19:03 ` Timo Felbinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=be4ff6020410130412116e1f1f@mail.gmail.com \
--to=linuxteam@gmail.com \
--cc=autofs@linux.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.