Skip to content

mangati/php-ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-ldap

LDAP management and utils for PHP

Known issues

If you get "Strong(er) authentication required" error, put this line before your script:

putenv('LDAPTLS_REQCERT=never');

And pass $startTls as TRUE:

public function __construct($host, $port, $user = null, $pass = null, $startTls = false)

About

LDAP management and utils for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages