canmove, Confirmed users
1,173
edits
Line 25: | Line 25: | ||
<pre> | <pre> | ||
define('WEAVE_AUTH_ENGINE', '[sqlite|mysql|none]'); | define('WEAVE_AUTH_ENGINE', '[sqlite|mysql|ldap|none]'); | ||
</pre> | </pre> | ||
Line 33: | Line 33: | ||
define('WEAVE_AUTH_ENGINE', 'mysql'); | define('WEAVE_AUTH_ENGINE', 'mysql'); | ||
</pre> | </pre> | ||
(note that LDAP support is preliminary and incomplete at this time) | |||
=== Sqlite === | === Sqlite === |