Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Search-based bind #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This will come up as an issue, but it isn't really. 

I've got a patch that will enable search-based bind

I wouldn't mind helping out on this project either :) 

Original issue reported on code.google.com by lordmor...@gmail.com on 29 Jul 2008 at 4:39

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by matt.zuk...@gmail.com on 28 Aug 2008 at 3:45

GoogleCodeExporter commented 8 years ago
Okay your patch has been merged into trunk as of rev 322.

However, I made some changes. Your "bind_search" is now the default behaviour 
when no
auth_user is specified. I got rid of the old method that tried to bind using 
the CN.

In other words, you don't have to specify :ldap => {:search => true} to use your
authentication method. It will be used by default when no pre-authentication 
username
is given.

Original comment by matt.zuk...@gmail.com on 26 Sep 2008 at 4:50