Overview

Packages

  • Auth

Classes

  • Horde_Auth
  • Horde_Auth_Auto
  • Horde_Auth_Base
  • Horde_Auth_Composite
  • Horde_Auth_Customsql
  • Horde_Auth_Cyrsql
  • Horde_Auth_Exception
  • Horde_Auth_Ftp
  • Horde_Auth_Http
  • Horde_Auth_Http_Remote
  • Horde_Auth_Imap
  • Horde_Auth_Ipbasic
  • Horde_Auth_Kolab
  • Horde_Auth_Ldap
  • Horde_Auth_Login
  • Horde_Auth_Msad
  • Horde_Auth_Pam
  • Horde_Auth_Passwd
  • Horde_Auth_Peclsasl
  • Horde_Auth_Radius
  • Horde_Auth_Shibboleth
  • Horde_Auth_Smb
  • Horde_Auth_Smbclient
  • Horde_Auth_Sql
  • Horde_Auth_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Auth_Peclsasl

The Horde_Auth_Peclsasl:: class provides a SASL-based implementation of the Horde authentication system.

SASL is the Simple Authentication and Security Layer (as defined by RFC 2222). It provides a system for adding plugable authenticating support to connection-based protocols.

This driver relies on the PECL sasl package: http://pecl.php.net/package/sasl

Copyright 2004-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, http://www.horde.org/licenses/lgpl21

Horde_Auth_Base
Extended by Horde_Auth_Peclsasl
Package: Auth
Category: Horde
License: LGPL-2.1
Author: Jon Parise jon@horde.org
Located at Horde/Auth/Peclsasl.php
Methods summary
public
# __construct( array $params = array() )

Constructor.

Constructor.

Parameters

$params
Optional parameters: <pre><span class="php-quote">'app'</span> - (string) The name of the authenticating application. <span class="php-keyword1">DEFAULT</span>: horde <span class="php-quote">'service'</span> - (string) The name of the SASL service to <span class="php-keyword1">use</span> when authenticating. <span class="php-keyword1">DEFAULT</span>: php</pre>

Throws

Horde_Auth_Exception

Overrides

Horde_Auth_Base::__construct()
Methods inherited from Horde_Auth_Base
addUser(), authenticate(), exists(), getCredential(), getError(), getParam(), hasCapability(), isLocked(), listUsers(), lockUser(), removeUser(), resetPassword(), setCredential(), setError(), transparent(), unlockUser(), updateUser(), validateAuth()
API documentation generated by ApiGen