summaryrefslogtreecommitdiff
path: root/inc/auth
Commit message (Collapse)AuthorAge
* DOKU_CONF define for config directory #479Andreas Gohr2005-07-29
| | | | darcs-hash:20050729155457-7ad00-94554865259e4cbd6a1c75bb62a93f37304adbf0.gz
* fix for auth_ldap if mapping is not definedAndreas Gohr2005-07-15
| | | | darcs-hash:20050715213645-7ad00-43ef18e24dfa7b4b6459f0bbbcf85b88207c5a9d.gz
* handle missing users.auth and acl.auth gracefullyandi2005-06-20
| | | | darcs-hash:20050620203400-9977f-515a59d1131ae5dafc6c722f893bf6c308121832.gz
* ability to derefence ldap aliases #406Holger Mller2005-06-20
| | | | darcs-hash:20050620194652-d49ea-c85ff90d9107f6a7c81ff3717bdba32d0f405d43.gz
* fixed bug for MySQL passcryptdave.winter2005-06-17
| | | | | | | | | | | | Write the long patch description into this file. The first line of this file will be the patch name. Everything in this file from the above ***DARCS*** line on will be ignored. This patch contains the following changes: M ./inc/auth/mysql.php -1 +2 darcs-hash:20050617124215-c2bc1-4c4a7a3bea1cab76b36a0e5cfc31a22d10fbadc8.gz
* mysql auth: added support for old passchecking method #359andi2005-06-12
| | | | | | | | | | | | | | | | | | | | | | This patch changes the mysql auth mechanism to support the old method of password checking (leaving it to the DB) as well as the new one. Which one is used is decided on which option is defined: $conf['auth']['mysql']['passcheck'] now behaves as in older releases, You can use %u, %g and %p where %p contains the cleartext password entered by the user. Access is granted if the SQL statement returns one result row. if $conf['auth']['mysql']['getpass'] is defined it is used to fetch the crypted password from the database which is then checked with auth_verifyPassword() - This is the preferred method. Users of the devel need to change their config by renaming passcheck to getpass darcs-hash:20050612111044-9977f-545feafc098082a067fdbbbc7d7d3a61c5903590.gz
* 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