How to Guides

This is my own set of how to guides for setting up my fedora box. So that in the future i can always have a copy of how i did them and hope
fully other people will find them useful as well.

 

Comments

There are enough resources

There are enough resources for this in comments made by friends, except that you can take advantage of danda linux.com

hello

very nice!!! thx

1. firstly we need to edit

1. firstly we need to edit the '/etc/squid/squid.conf' and add the following lines in the right area's

(in the ntlm basic area)
auth_param basic program /usr/bin/pam_auth

(in the acl's area)
acl pam proxy_auth REQUIRED

(in the http_access area)
http_access allow pam

dansguardian with different filter groups

dansguardians with different filter groups

1) Edit '/etc/dansguardian/dansguardian.conf'
filtergroups = 3

2) Edit '/etc/dansguardian/filtergroupslist' and add your users along with their respective filter.

# Filter Groups List file for DansGuardian
#
# Format is =filter<1-9> where 1-9 are the groups
#
# Eg:
# daniel=filter2
#
# This file is only of use if you have more than 1 filter group
#

user1=filter1
user3=filter3
user2=filter2

and so on...

3) Create the new filtergroup config files

cd /etc/dansguardian/

'cp dansguardianf1.conf dansguardianf2.conf'
'cp dansguardianf1.conf dansguardianf3.conf'

squid with pam authentication

Now i'm going to use PAM to authenticate squid.

1. firstly we need to edit the '/etc/squid/squid.conf' and add the following lines in the right area's

(in the ntlm basic area)
auth_param basic program /usr/bin/pam_auth

(in the acl's area)
acl pam proxy_auth REQUIRED

(in the http_access area)
http_access allow pam

8. next remove all other http_access commands

9. restart the squid server

'/etc/init.d/squid restart'

10. at this point you can edit the squid pam module '/etc/pamd.d/squid'

11. PAM (pluggable authenticate module) can authenticate against almost anything, unix, LDAP, winbind. it has many, many uses so look into PAM if you think it might be useful for you.

Squid With NTLM authentication

Mambo + MySql + PHP + Apache

OpenDC HUB & DCplusplus

My how-to guides have been moved to my own website, check them out at

http://www.opensourcehowto.org

 http://www.opensourcehowto.org/how-to/fedora/opendc-hub--dcplusplus.html
 

Poptop VPN Server

My how-to guides have been moved to my own website, check them out at

http://www.opensourcehowto.org

 http://www.opensourcehowto.org/how-to/fedora/poptop-vpn-server.html
 

OpenLDAP + LAM + Samba as PDC

My how-to guides have been moved to my own website, check them out at

http://www.opensourcehowto.org

OpenLDAP LAM Samba as PDC
http://www.opensourcehowto.org/how-to/samba/openldap-lam-samba-as-pdc.html

Samba Primary Domain Controller with Group Policies
http://www.opensourcehowto.org/how-to/samba/samba-primary-domain-controller-with-group-policies.html
 

Authentication against Active Directories using winbind for pop3

My how-to guides have been moved to my own website, check them out at http://www.yourhowto.org

Authentication with AD

Tried the link to www.yourhowto.orgAll I was able to get was the Mamba home page. Any idea how I can get your How To's ?? Thanks, Tom

Hi there,Once again my

Hi there,

Once again my website has moved, it's now at http://www.opensourcehowto.org
 

paul_mat
'If you were waiting for the opportune moment, that was it...'

SWAT (Samba Web AdministrationTool)

pop3 Server On Fedora with IlohaMail