Dungog-proxyusers
From Dungog Wiki
Contents |
Proxy Users
NCSA proxy users are a separate set of users that don't have regular accounts on the SME server.
They can be set up with the proxy users panel and/or imported as a text file.
yum install dungog-proxyusers
Access at /server-manager > dungog.net > Proxy Users
Translations
The Proxy users panel is now translated into most SME languages, refer to Translations
Overview
User Configuration
Help
- Users
The proxy users panel allows you to create a .htaccess password file to be used to authenticate with NCSA
The records are kept in a sme db file, /home/e-smith/db/proxyusers
A password file is created, /etc/proxyusers
- Groups
For users to be sorted into dansguardian filtergroups they need to belong to SME groups. The SME groups have to exist but these proxy users are added the proxyusers database not the SME accounts database
- User Passwords
The users passwords can be shown or hidden on the main page of the panel.
db dungog setprop proxyusers ShowPasswords enabled
or
db dungog setprop proxyusers ShowPasswords disabled
- Import data
You may create or import a file in this format
stephen=user|password|6ecreT|group|staff jimmy=user|password|lItt6kk|group|students
then
chmod 640 /home/e-smith/db/proxyusers chown root.admin /home/e-smith/db/proxyusers


