FAQ

From Authentication Tools for Joomla! (JAuthTools)

(Difference between revisions)
Jump to: navigation, search
 
Line 10: Line 10:
If you have global settings enabled (uses the Joomla LDAP ones) check that its default user is set appropriately.
If you have global settings enabled (uses the Joomla LDAP ones) check that its default user is set appropriately.
 +
=== Joomla! 1.5 LDAP autocreates users, how do I change this? ===
 +
 +
In Joomla! 1.5, user autocreation is handled by two settings.
 +
* To enable or disable user autocreation go to: "Extensions -> Plugin Manager -> User - Joomla!". Under the parameters there is an option to enable or disable the autocreation of users.
 +
* To alter the levels use "Site -> Configuration -> System".
'''Note: If you're still having issues, contact me via email. The address is available all over the place so I won't add it here to aide the spam bots.'''
'''Note: If you're still having issues, contact me via email. The address is available all over the place so I won't add it here to aide the spam bots.'''

Current revision as of 10:04, 6 September 2007

Contents

The screen is blank

Is the PHP LDAP library installed? You can check by going to the System Information -> PHP Information screen of your Joomla! install.

My language uses different characters and this doesn't come across properly

User Guillermo Gonzalez commented JoomlaCode project page the following solution:

$user->name = iconv("UTF-8","ISO8859-1",$userdetails[0][$ldap_fullname][0]);

Wrapped around the appropriate values. Please keep in mind you will need iconv installed on your server for this to work.

With SSO all users are being created

If you have global settings enabled (uses the Joomla LDAP ones) check that its default user is set appropriately.

Joomla! 1.5 LDAP autocreates users, how do I change this?

In Joomla! 1.5, user autocreation is handled by two settings.

* To enable or disable user autocreation go to: "Extensions -> Plugin Manager -> User - Joomla!". Under the parameters there is an option to enable or disable the autocreation of users.
* To alter the levels use "Site -> Configuration -> System". 


Note: If you're still having issues, contact me via email. The address is available all over the place so I won't add it here to aide the spam bots.

Personal tools