<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>A simple bind would be using a user/password combination to access LDAP. An example of a simple bind in an ldapsearch would look something like:<br></div><div><br></div><div># ldapsearch -x -h ldap.example.com -D uid=user1,ou=people,dc=example,dc=com -w password -b dc=example,dc=com<br></div><div><br></div><div>You can see how we are using -x (simple bind) and then -D (who to bind with?) and then -w (password) to access the LDAP database on ldap.example.com.<br></div><div><br></div><div>HTH,<br></div><div>Chris<br></div><div><span name="x"></span><span name="x"></span><br></div><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Thomas Raehalme" <thomas.raehalme@codecenter.fi><br><b>To: </b>"Martin Kosek" <mkosek@redhat.com><br><b>Cc: </b>freeipa-users@redhat.com<br><b>Sent: </b>Thursday, September 12, 2013 8:54:59 AM<br><b>Subject: </b>Re: [Freeipa-users] Using FreeIPA for LDAP authentication in 3rd party applications<br><div><br></div>Hi!<br><div><br></div>On Thu, Sep 12, 2013 at 3:28 PM, Martin Kosek <mkosek@redhat.com> wrote:<br><div><br></div>> When using FreeIPA LDAP as identity source, you could ideally use<br>> Kerberos/GSSAPI authentication. But if that is not available, you can use<br>> simple LDAP binds too. You cannot read the hash codes unless you are<br>> "cn=Directory Manager" (or unless you set ACI allowing that, but this is very<br>> unsecure).<br><div><br></div>Could you please elaborate on using simple LDAP binds?<br><div><br></div>Thanks for the detailed example!<br><div><br></div>Best regards,<br>Thomas<br><div><br></div>-- <br>Thomas Raehalme<br>CTO, teknologiajohtaja<br>Mobile +358 40 545 0605<br><div><br></div>Codecenter Oy<br>Väinönkatu 26 A, 4th Floor<br>40100 JYVÄSKYLÄ, Finland<br>Tel. +358 10 322 0040<br>www.codecenter.fi<br><div><br></div>Codecenter - Tietojärjestelmiä ymmärrettävästi<br><div><br></div>_______________________________________________<br>Freeipa-users mailing list<br>Freeipa-users@redhat.com<br>https://www.redhat.com/mailman/listinfo/freeipa-users<br></blockquote><div><br></div></div></body></html>