- Jan 08, 2011
-
-
John Barclay authored
- added check for uid==1 in ldap to make sure that uid=1 is not using ldap authentication - #1017578, #1005358 mixed mode authentication failed for user 1 fixed. - #1017282 uninitialized array gives warning. I'd like to get rid of all these types of warnings. - #807420 initial exportables/features code added. needs testing. not sure if ldap_servers_encrypt_key variable should be exportable - starter working with coder module cleanup (spacing, translation, etc)
-
- Jan 06, 2011
-
-
John Barclay authored
fixed bug with ldap authorization index not working (because ldap consumer type was not being set in db)
-
- Dec 29, 2010
-
-
John Barclay authored
End of general cleanup of johnbarclay dev files. This will be the start of a dev/alpha release to encourage more testing by other developers.
-
John Barclay authored
End of general cleanup of johnbarclay dev files. This will be the start of a dev/alpha release to encourage more testing by other developers.
-
John Barclay authored
-
John Barclay authored
-
John Barclay authored
-
John Barclay authored
-
John Barclay authored
-
John Barclay authored
-
John Barclay authored
-
John Barclay authored
1. Moved ldap authorization data to its own table to better support exportables. Now only ldap authentication and general prefs are stored in variables. 2. Moved ldap_temp_api into ldap_server. Essentially ldap_server is now the temporary api. This is to avoid some confusion people were having on installs. 3. Added a few user warnings and messages.
-
- Dec 13, 2010
-
-
John Barclay authored
changed storage of ldap_authorization to db tables to prepare for exportables added ldap_developer module for testing of module to help developers. (could easily be replaced with drush batch scripts though) very minimal testing of authentication configuration scenarios at this point.
-
- Nov 30, 2010
-
-
John Barclay authored
ldap authorization combined with temp api and temp ldap_servers modules. API will replace temp api in long run and ldap_servers may or may not be in api module proper.
-
John Barclay authored
ldap authorization combined with temp api and temp ldap_servers modules. API will replace temp api in long run and ldap_servers may or may not be in api module proper.
-
- May 21, 2010
-
-
Zach Schimke authored
-