summaryrefslogtreecommitdiff
path: root/inc/auth_ldap.php
Commit message (Collapse)AuthorAge
* directory layout cleanup !IMPORTANTandi2005-06-05
| | | | | | | | | | | | | This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log I think I modified the code at all nessessary places, but I may have forgotten a few things. darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz
* Move bind commands to auth_checkPass to avoid code duplication, make the ↵Troels Liebe Bentsen2005-05-26
| | | | | | configuration more flexible so Active Directory can be used with out the need of extra code, plus it works. In general this makes the configuration more flexible, all the old ways are supported and tested. darcs-hash:20050526143830-ee6b9-bc6f3cd3df577542a5b13ebe2f6dd81e0f3d1cf8.gz
* Add referrals as an option(used by Active Directory) and move starttls where ↵Troels Liebe Bentsen2005-05-26
| | | | | | it needs to be. darcs-hash:20050526143612-ee6b9-f94290c33ae3677aafe4eac72146f3dd9f980ae6.gz
* Why does ActiveDirectory have to be the only one how gets to fill in the uid ↵Troels Liebe Bentsen2005-05-11
| | | | | | field, besides it should not be needed anymore if the new flexible LDAP syntax is accepted. $gid is not needed anymore, you can get it with the new syntax. darcs-hash:20050511195726-ee6b9-5d0546b7ce40040811baa4d7b89522dc16a7964c.gz
* More flexible LDAP syntax for the configuration, should also make it posible ↵Troels Liebe Bentsen2005-05-11
| | | | | | to use non std. LDAP's like MS without having to use a special login user. darcs-hash:20050511195405-ee6b9-07c63cc0e096e22900a77fe8d044d2c3f2500589.gz
* Make this be the $user instead of cn as returned by ldap search, this also ↵Troels Liebe Bentsen2005-05-11
| | | | | | makes it behave like the documentation says. darcs-hash:20050511181943-ee6b9-13cfe24969f8cce4d22ab1bfb4de610218c3e125.gz
* Add option to not do anonymous bind and make i posible to be more script ↵Troels Liebe Bentsen2005-05-11
| | | | | | about where to locate user, version 2. darcs-hash:20050511181639-ee6b9-c4ffc656a4a6af7848bcbca30270d2a869c02da6.gz
* mysql create user functionmatthias.grimm2005-05-08
| | | | | | | | | | This patch adds the missing function createuser in the mysql auth module. Some new SQL statements have to be defined so that it works: $conf['auth']['mysql']['getgroupid'] to get the ID of a given group $conf['auth']['mysql']['adduser'] to add a user to the database $conf['auth']['mysql']['addusergroup'] to let the user join a given group darcs-hash:20050508183140-45302-de96a42fd79801a5e9ab14cb476f56b2c9432d7c.gz
* auth_ldap support for nonanonymous bind #234andi2005-04-29
| | | | darcs-hash:20050429111722-9977f-78a8e31341ccbf49785f611575884555aa2b7424.gz
* removed closing php tag for includesandi2005-04-13
| | | | darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
* reject empty LDAP passwordandi2005-04-04
| | | | darcs-hash:20050404193547-9977f-77d14fcf00b404469027690f3a6004a125f044ab.gz
* TLS support for LDAP #191andi2005-03-09
| | | | darcs-hash:20050309210153-9977f-9f63df016b31e0812db0bbcb20513948900b231c.gz
* added connection to ldap_error (fixes #143)andi2005-02-14
| | | | darcs-hash:20050214201948-9977f-2ae45b11e47042a0e61780afaf22184125c657a6.gz
* concat bugfix for auth_ldap debug (#126)andi2005-02-08
| | | | darcs-hash:20050208114328-9977f-1428ca435382b65b6bb73ceb771f4febde3a94a1.gz
* check for needed extensions in auth modulesandi2005-02-03
| | | | darcs-hash:20050203151721-9977f-7f2f59d9fbf175bdcec8ed583167a67d55121016.gz
* ldap debugging (#98)andi2005-01-29
| | | | darcs-hash:20050129170906-9977f-6e3ec7d9b9c171631766ba1265de97a59159331d.gz
* groupfilter for LDAP addedandi2005-01-29
| | | | darcs-hash:20050129165140-9977f-f3138e26169b9da972af009727422b6a8f95c037.gz
* LDAP without groups patch (Task #67)andi2005-01-19
| | | | darcs-hash:20050119185156-9977f-df12ad45548ce25c1f57ce6f71eb59a50ae8ba82.gz
* phpdoc commentsandi2005-01-14
| | | | darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
* Initial revision.andi2005-01-12
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz