Smitro
It works differently in this version.
Read /etc/dansguardian/dansguardianf1.conf
where it says:
# DansGuardian filter group config file for version 2.9.8.0
# Filter group mode
# This option determines whether members of this group have their web access
# unfiltered, filtered, or banned. This mechanism replaces the "banneduserlist"
# and "exceptionuserlist" files from previous versions.
#
# 0 = banned
# 1 = filtered
# 2 = unfiltered (exception)
So you need to set up at least a second filter group (and associated list files), and specify which users are members of the second group.
The first group (f1) will be filtered, but the second group (f2) will be unfiltered, but you must set this in the configuration files for each filter group. When the user logs in (set db for pam) dansguardian will check to see which group they are a member of and apply filtering, or not.
You can have many filter groups and each group can have different filter settings (rather than just being filtered or unfiltered with 2 groups only).
eg edit
/etc/dansguardian/dansguardianf2.conf