Loading...
 
Skip to main content

History: IMAP Authentication

Source of version: 4 (current)

Copy to clipboard
            IMAP and IMAPS Authentication are supported natively in tikiwiki, and can be configured as shown below:

''NOTE:  As of TikiWiki 3.0 these instructions are no longer valid. Only LDAP is supported under 3.0.''

!!IMAP Authentication
* Browse to __Admin__, __Login__, __User registration and login__
** set "Authentication Method" to __Tiki and PEAR::Auth__
** Click "Change preferences" at the bottom of the "User registration and login" section

* Browse to __Admin__, __Login__, __PEAR::Auth__
** set "Auth Type" to __IMAP__
** Set "IMAP/POP3/LDAP Host" to be the IP address or hostname of your IMAP server
** Set "IMAP/POP3/LDAP Port" to __143__
** Click "Change preferences"

Done!

!!IMAPS Authentication
Customizations required for IMAPS/SSL Support ~~#00CD00:highlighted in green~~ below.

* Browse to __Admin__, __Login__, __User registration and login__
** set "Authentication Method" to __Tiki and PEAR::Auth__
** Click "Change preferences" at the bottom of the section

* Browse to __Admin__, __Login__, __PEAR::Auth__
** set "Auth Type" to __IMAP__
** Set "IMAP/POP3/LDAP Host" to be the IP address or hostname of your IMAP server
** ~~#00CD00:Set "IMAP/POP3/LDAP Port" to __993__~~
** If your IMAPS certificate is signed by a well-known Certificate Authority:
*** ~~#00CD00:Set "IMAP/POP3 BaseDSN" to __/imap/ssl__~~
** If your IMAPS certificate is self-signed, or if the above setting does not work:
*** ~~#00CD00:Set "IMAP/POP3 BaseDSN" to __/imap/ssl/novalidate-cert__~~
* Click "Change preferences" at the bottom of the section

^This page is a ((stub))^


Documentation needed.

Copy/paste from mailing list:
"On your page, in authentication, you are missing IMAP(S), it is a very good and simpler way to authenticate than LDAP. I just implemented it. It uses the same PEAR:Auth library."