Re: LDAP and Windows Server 2003
2007-11-08 15:59:01 GMT
Cooper, Mike wrote: > I know this has been asked before but I found a great article about how > to configure LDAP on OSX but I am trying to get it to work with Windows > 2003R2. Everything is configured and MRBS works fine but I get this > error message. Warning: ldap_bind() [function.ldap-bind > <http://10.17.0.3/mrbs/web/function.ldap-bind> ]: Unable to bind to > server: Invalid credentials in C:\Inetpub\wwwroot\mrbs\web\auth_ldap.inc > on line 109 You need the modified auth_ldap.inc that I posted on this list a month ago*, I'll repost it here, as the mailing list archives don't manage to store attachments (amazingly!). Copy it over the old one, and put the following in your config.inc.php: $ldap_dn_search_attrib = 'sAMAccountName'; You will also need to allow anonymous searching of your LDAP directory. (A further addition could be to allow a search DN and password to be specified, that, for the moment, is left as an exercise for the reader) John. * - http://sourceforge.net/mailarchive/forum.php?thread_name=1A6132F4824FB94887B0F5F58FA1AF4F0E9ADD29%40spsmail.r12mail.sps.org&forum_name=mrbs-general http://news.gmane.org/find-root.php?group=gmane.comp.calendars.meeting-room-booking-system.general&article=4210 -- -- John Beranek To generalise is to be an idiot. http://redux.org.uk/ -- William Blake(Continue reading)
RSS Feed