diff options
author | knu <knu@FreeBSD.org> | 2001-05-31 00:00:25 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-31 00:00:25 +0800 |
commit | 405ed11b871d52985a24f72262cf1ef920c3d5b0 (patch) | |
tree | 827d0d32667a6194755ffac090e67d7a5b7a3092 /security/ruby-pam/pkg-descr | |
parent | 0c25c5595e62170dc7d8f976cc0bc6d00df44768 (diff) | |
download | freebsd-ports-graphics-405ed11b871d52985a24f72262cf1ef920c3d5b0.tar.gz freebsd-ports-graphics-405ed11b871d52985a24f72262cf1ef920c3d5b0.tar.zst freebsd-ports-graphics-405ed11b871d52985a24f72262cf1ef920c3d5b0.zip |
Add ruby-pam, a Ruby extension to use PAM library.
It doesn't work properly yet, but I'd appreciate if someone could
investigate the problem further. (Seems it always fails to
authenticate due to PAM_MODULE_UNKNOWN)
ALso, note that it doesn't even load a module successfully because
FreeBSD's PAM modules are not linked with libpam.so. Add -lpam to
LDADD, then rebuild and reinstall PAM modules before trying this
library out.
Diffstat (limited to 'security/ruby-pam/pkg-descr')
-rw-r--r-- | security/ruby-pam/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/ruby-pam/pkg-descr b/security/ruby-pam/pkg-descr new file mode 100644 index 00000000000..0cb9e761a89 --- /dev/null +++ b/security/ruby-pam/pkg-descr @@ -0,0 +1,5 @@ +Ruby/PAM is a ruby extension module for accessing linux and solaris +pam library. + +WWW: http://kt-www.jaist.ac.jp/~ttate/lang/ruby/ruby-pam.html +Author: Takaaki Tateishi <ttate@jaist.ac.jp> |