Home » Authentication » LiveUser » Bug #4798
Feature not supported by the container: _readUserData
Details
| Submitted | 2005-07-12 07:08 UTC |
|---|---|
| From | markus-wagner at gmx dot at |
| Status | Bogus |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | Win |
| Roadmaps | (Not assigned) |
Comments
[2005-07-12 07:08 UTC] markus-wagner at gmx dot at
Description:
------------
I had a working version of Liveuser 0.15.1, then I changed to 0.16.1 and following happend:
*) Log Output Window appeared:
".70 Critical Feature not supported by the container: _readUserData"
*) Could not login (but Version 0.15.1 worked perfect)
Reproduce code:
---------------
Part of my Config-Array:
'authContainers' => array(
'LDAP' => array(
'type' => 'PEARAuth',
'name' => 'LDAP',
'pearAuthContainer' => 'LDAP',
'loginTimeout' => 0,
'expireTime' => 3600,
'idleTime' => 1800,
'pearAuthOptions' => array(
'host' => $ldapserver,
'port' => '389',
'basedn' => 'ou=people,XXXXXXXXXX',
'userattr' => 'uid',
'useroc' => 'person'
)
)
),
[2005-07-12 07:52 UTC] smith at backendmedia dot com
As can be seen by reading the changelog the auth structure has changed. Its documented in the LiveUser::factory() API docs:
http://pear.php.net/package/LiveUser/docs/0.16.1/LiveUser/LiveUser.html#methodfactory