On Fri, May 28, 2010 at 2:24 PM, Desarrolladores Uifce <[email protected]> wrote: > Hi everybody, > > We are trying to connect to LDAP, but we can't configure it in > Localsettings. > > We have read the instructions in the extension page, and in this url: > http://conteudoopensource.blogspot.com/2010/05/mediawiki-autenticando-acesso-via-ldap.html, > but we still can't make it. > > We don't know were to put the server port. Also, the used atributtes in the > example are this: $wgLDAPBaseDNs = array("LEBRIJO.COM"=>"*dc=lebrijo,dc=com > *), and the ones we have are something like > this: uid=...,ou=people,o=...,o=... > > Please if someone knows how to help us, we are going to be very grateful. >
Using non-official documentation isn't recommended, as it generally gets out of date pretty quickly, and is often incorrect. Do you have a non-standard port? If you use ldap with clear encryption or TLS, it'll use 389. If you use ldaps, it'll use 636. Allowing non-standard ports has been on my todo for a while. If you need to change the port, I'll send you a patch to do it. Respectfully, Ryan Lane _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
