diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2006-02-10 06:23:15 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2006-02-10 06:23:15 +0000 |
commit | 310ae6e33cd30e9c8800049b72575f3cb5c644c9 (patch) | |
tree | 63b150fbc71317f1f2891fc35f0d7ad3b4f28264 /www/Makefile | |
parent | a510b5f463f50b3f4dda52acc7b5aaba4f582f49 (diff) |
The pubcookie Drupal module is an external authentication module that
allows users to authenticate to Drupal using pubcookie. Pubcookie is
used single sign-on to web-based applications at a site.
The module also provide LDAP integration to populate user profiles as
users register.
Notes
Notes:
svn path=/head/; revision=155624
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a27f63bbc79a..9bf9cc2e7f26 100644 --- a/www/Makefile +++ b/www/Makefile @@ -98,6 +98,7 @@ SUBDIR += dotproject SUBDIR += dpsearch SUBDIR += drupal + SUBDIR += drupal-pubcookie SUBDIR += dtse SUBDIR += dummyflash SUBDIR += eaccelerator |