Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldap
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ldap
Commits
0ff1b07d
Commit
0ff1b07d
authored
13 years ago
by
unknown
Browse files
Options
Downloads
Patches
Plain Diff
tweak to uninstall ldap_help variable and missing token in ldap_authorization interface.
parent
c244369f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+9
-2
9 additions, 2 deletions
CHANGELOG.txt
ldap_help/ldap_help.install
+15
-0
15 additions, 0 deletions
ldap_help/ldap_help.install
with
24 additions
and
2 deletions
CHANGELOG.txt
+
9
−
2
View file @
0ff1b07d
// $Id: CHANGELOG.txt,v 1.1.4.3 2011/02/08 20:19:24 johnbarclay Exp $
==================
7.x-1.0-beta5
==================
Updated documentation page http://drupal.org/node/997082
Fix token in ldap_authorization config page
Fixed ldap_help uninstall of straggling variable
Moved readme to http://drupal.org/node/1300810
Fixed bug with ldap_feeds users. Added documentation for one use case at http://drupal.org/node/1300812
Fixed a number of ldap_feeds issues. Both feed fetchers work and parser now. But not heavily tested and no simpletest coverage.
...
...
@@ -20,11 +26,12 @@ Issue #1240782 by justintime, fixes flatten returned array in ldap servers
Issue #1240782 by justintime, fixes _ldap_servers_get_user_ldap_data when sid is passed in.
Issue #1236532, #986806 by johnbarclay, begin to deal with a number of username, email, and unique id issues.
Issue #1224808#21 by mfulz, need to remove quotes from filter.
==================
7.x-1.0-beta4
==================
Issue #1227088 by hotspoons. Allow SSO for authentication http://drupal.org/project/ldap_sso
Issue #1240966 by sunil. Fix multiple consumer loads a
d
n display on authorizations test page.
Issue #1240966 by sunil. Fix multiple consumer loads an
d
display on authorizations test page.
Issue #1235430 by kbnielsen. Improve message of disabled password reset form.
Issue #1238818 by showmanlkz. Made sid required on server form.
Backed out of quoting filter values. Though valid syntax, doesn't seem to work.
...
...
This diff is collapsed.
Click to expand it.
ldap_help/ldap_help.install
0 → 100644
+
15
−
0
View file @
0ff1b07d
<?php
/**
* @file
* LDAP Help Install File
*/
/**
* Implements hook_uninstall().
*/
function
ldap_help_uninstall
()
{
//$result = db_query('DELETE FROM {variables} WHERE name like "ldap_authentication_%"');
variable_del
(
'ldap_help_watchdog_detail'
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment