diff options
author | brooks <brooks@FreeBSD.org> | 2006-02-10 06:23:15 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-02-10 06:23:15 +0000 |
commit | a2efe0afd0fbad7143b8b9b00f48ff27fa7209b6 (patch) | |
tree | 1ec50c0441e4d47c72762ee03438e8d1bff148c6 /www/Makefile | |
parent | 0a749340bed8e23a6e42421b34a6cc84e1d48c20 (diff) | |
download | FreeBSD-ports-a2efe0afd0fbad7143b8b9b00f48ff27fa7209b6.zip FreeBSD-ports-a2efe0afd0fbad7143b8b9b00f48ff27fa7209b6.tar.gz |
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.
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 a27f63b..9bf9cc2 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 |