diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 19:05:17 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 19:05:17 +0000 |
commit | 95b3a1e7a99fee3456a1cc3f3c6e1175c4dc042e (patch) | |
tree | 2a75c84fb5cb365ba3db8272e77271565e954781 /security/pam_smb/pkg-message | |
parent | d64a41cc7fef04b6451ec152c4d498806739bbc7 (diff) |
After much delay, I am finally able to test pam_smb again, which means
we can update to the latest version. Hooray!
PR: ports/26913
Submitted by: dwcjr
Notes
Notes:
svn path=/head/; revision=51683
Diffstat (limited to 'security/pam_smb/pkg-message')
-rw-r--r-- | security/pam_smb/pkg-message | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/pam_smb/pkg-message b/security/pam_smb/pkg-message index a0864f32887f..54ee866b4a7d 100644 --- a/security/pam_smb/pkg-message +++ b/security/pam_smb/pkg-message @@ -1,8 +1,12 @@ -After copying %%PREFIX%%/etc/pam_smb.conf.sample to +After copying %%PREFIX%%/etc/pam_smb.conf.example to %%PREFIX%%/etc/pam_smb.conf and editing it to taste, add something like this to your /etc/pam.conf file to use this module: login auth sufficient %%PREFIX%%/lib/pam_smb_auth.so +Then be sure and rename %%PREFIX%%/etc/rc.d/pam_smbd.sh.sample +so that the daemon starts at boot time. + +See %%PREFIX%%/share/doc/pam_smb for more information. |