summaryrefslogtreecommitdiffstats
path: root/collab/passwd/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/passwd/DETAILS')
-rwxr-xr-xcollab/passwd/DETAILS31
1 files changed, 31 insertions, 0 deletions
diff --git a/collab/passwd/DETAILS b/collab/passwd/DETAILS
new file mode 100755
index 0000000000..7f7c180222
--- /dev/null
+++ b/collab/passwd/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=passwd
+if [[ "$HORDE_DEVEL" == 'y' ]]; then
+ VERSION=$(date +%Y%m%d)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:$SPELL:HEAD
+ SOURCE_IGNORE='volatile'
+ FORCE_DOWNLOAD='on'
+else
+ VERSION=3.0-rc1
+ SOURCE_HASH='sha1:742ccece23730461b738d953327a3eead61bd682'
+ SOURCE=$SPELL-h3-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-h3-$VERSION
+ SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE
+fi
+ WEB_SITE=http://www.horde.org/$SPELL/
+ ENTERED=20020718
+ UPDATED=20050420
+ LICENSE[0]=GPL
+ GATHER_DOCS=off
+ BUILD_API=2
+ SHORT='Horde password changing application'
+cat << EOF
+Passwd is the Horde password changing application. While it has been released
+and is in production use at many sites, it is also under heavy development in an
+effort to expand and improve the module.
+
+Right now, Passwd provides fairly complete support for changing passwords via
+Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for SMB/CIFS
+passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, and SQL passwords.
+EOF