How complex is the LDAP Authentication to setup?
I'm pretty much a PHP noob. How can I check if my installation of PHP supports LDAP?
Thanks!
-----Original Message----- From: mediawiki-enterprise-bounces@mail.wikimedia.org [mailto:mediawiki-enterprise-bounces@mail.wikimedia.org] On Behalf Of Alexander Wait Zaranek Sent: 12 novembre, 2006 01:49 To: mediawiki-enterprise@mail.wikimedia.org Subject: Re: [Mediawiki-enterprise] LDAP integration
On 11/11/06, Utkarshraj Atmaram utcursch@gmail.com wrote:
You can try the Mediawiki LDAP Authentication extension: http://meta.wikimedia.org/wiki/LDAP_Authentication
My understanding is that Mediawikis can also share all User account/preference information. So a user on "meta" can also use the same preference info on English wikipedia, German Wikipedia and so on. Did I get that right?
Sasha _______________________________________________ Mediawiki-enterprise mailing list Mediawiki-enterprise@mail.wikimedia.org http://mail.wikimedia.org/mailman/listinfo/mediawiki-enterprise
--- On 11/13/06, Simon Renshaw simon@benchmarkconsulting.com wrote:
How complex is the LDAP Authentication to setup?
Not very complex. Once you've got all the required stuff, you've to download LdapAuthentication.php, put it into the includes directory, and make some changes to LocalSettings.php (explained at http://meta.wikimedia.org/wiki/LDAP_Authentication)
Many users using LDAP authentication have shared their experiences in the section "User Provided Examples" at: http://meta.wikimedia.org/wiki/LDAP_Authentication_Configuration_Examples
Also see the talk pages for these two articles. Many FAQs and queries have been answered there. If you run into any problems, just drop a note at the these talk pages.
I'm pretty much a PHP noob. How can I check if my installation of PHP supports LDAP?
This command will show you list of all compiled modules: php -m
If ldap is in the list, your installation is fine.
If not, install the suitable package php-ldap/php4-ldap/php5-ldap:
For Debian etal: apt-get install php5-ldap
For RPM-based distros such as Fedora: yum install php5-ldap
For other operating systems or distros, I don't have much idea. But, asking the question at any PHP forum should help.
mediawiki-enterprise@lists.wikimedia.org