summaryrefslogtreecommitdiffstats
path: root/collab/passwd/DETAILS
blob: 723213db28771f1defbd0937cfe1e29556e30e66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
           SPELL=passwd
if  [[  "$HORDE_DEVEL"  ==  'y'  ]];  then
  if  [[  "$HORDE_DEVEL_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.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.1
#     SOURCE_HASH='sha1:254063b384f055f12b044ad7bed1704d06d68ff0'
          SOURCE=$SPELL-h3-$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
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
      LICENSE[0]=GPL
     GATHER_DOCS=off
        KEYWORDS="horde collab"
           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