|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild,v 1.3 2007/04/28 13:21:16 tove Exp $ | # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild,v 1.3 2007/04/28 13:21:16 tove Exp $ |
| |
inherit eutils |
inherit eutils pam |
| |
DESCRIPTION="The PAM SMB module, which allows authentication against a SMB (such as the Win_x families) server." | DESCRIPTION="The PAM SMB module, which allows authentication against a SMB (such as the Win_x families) server." |
HOMEPAGE="http://www.csn.ul.ie/~airlied/pam_smb/" | HOMEPAGE="http://www.csn.ul.ie/~airlied/pam_smb/" |
|
|
} | } |
| |
src_install() { | src_install() { |
exeinto /lib/security |
dopammod pamsmbm/pam_smb_auth.so |
doexe pamsmbm/pam_smb_auth.so |
|
exeinto /usr/sbin | exeinto /usr/sbin |
doexe pamsmbd/pamsmbd | doexe pamsmbd/pamsmbd |
| |
dodoc BUGS CHANGES COPYING README TODO INSTALL \ |
dodoc BUGS CHANGES README TODO faq/{pam_smb_faq.sgml,additions.txt} |
faq/{pam_smb_faq.sgml,additions.txt} |
|
docinto pam.d | docinto pam.d |
dodoc pam_smb.conf* | dodoc pam_smb.conf* |
| |
|
|
} | } |
| |
pkg_postinst() { | pkg_postinst() { |
einfo |
elog |
einfo "You must create /etc/pam_smb.conf yourself, containing" |
elog "You must create /etc/pam_smb.conf yourself, containing" |
einfo "your domainname, PDC and BDC. See example files in docdir." |
elog "your domainname, PDC and BDC. See example files in docdir." |
einfo |
elog |
} | } |