CakePHP
  • Documentation
    • Book
    • API
    • Videos
    • Reporting Security Issues
    • Privacy Policy
    • Logos & Trademarks
  • Business Solutions
  • Swag
  • Road Trip
  • Team
  • Community
    • Community
    • Get Involved
    • Issues (Github)
    • Bakery
    • Featured Resources
    • Training
    • Meetups
    • My CakePHP
    • CakeFest
    • Newsletter
    • Linkedin
    • YouTube
    • Facebook
    • Twitter
    • Mastodon
    • Help & Support
    • Forum
    • Stack Overflow
    • IRC
    • Slack
    • Paid Support
CakePHP

C Authentication 2.x API

  • Project:
    • Authentication
      • CakePHP
      • Authentication
      • Authorization
      • Chronos
      • Elastic Search
      • Queue
  • Version:
    • 2.x
      • 3.x
      • 2.x

Namespaces

  • Authentication
    • Authenticator
    • Controller
    • Identifier
      • Ldap
      • Resolver
    • Middleware
    • PasswordHasher
    • UrlChecker
    • View

Interface AdapterInterface

Namespace: Authentication\Identifier\Ldap

Method Summary

  • bind() public

    Bind to LDAP directory

  • connect() public

    Connect to an LDAP server

  • getDiagnosticMessage() public

    Get the diagnostic message

  • unbind() public

    Unbind from LDAP directory

Method Detail

bind() ¶ public

bind(string $bind, string $password): bool

Bind to LDAP directory

Parameters
string $bind

Bind rdn

string $password

Bind password

Returns
bool

connect() ¶ public

connect(string $host, int $port, array $options): void

Connect to an LDAP server

Parameters
string $host

Hostname

int $port

Port

array $options

Additional options

Returns
void

getDiagnosticMessage() ¶ public

getDiagnosticMessage(): string|null

Get the diagnostic message

Returns
string|null

unbind() ¶ public

unbind(): void

Unbind from LDAP directory

Returns
void
OpenHub
Pingping
Linode
  • Business Solutions
  • Showcase
  • Documentation
  • Book
  • API
  • Videos
  • Reporting Security Issues
  • Privacy Policy
  • Logos & Trademarks
  • Community
  • Get Involved
  • Issues (Github)
  • Bakery
  • Featured Resources
  • Training
  • Meetups
  • My CakePHP
  • CakeFest
  • Newsletter
  • Linkedin
  • YouTube
  • Facebook
  • Twitter
  • Mastodon
  • Help & Support
  • Forum
  • Stack Overflow
  • IRC
  • Slack
  • Paid Support

Generated using CakePHP API Docs