Subversion Repositories ALCASAR

Rev

Rev 1733 | Rev 1827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1733 Rev 1740
Line 23... Line 23...
23
Cmnd_Alias	NF=/usr/local/sbin/alcasar-nf.sh,/usr/local/bin/alcasar-iptables.sh,/usr/sbin/ipset	# to manage the firewall
23
Cmnd_Alias	NF=/usr/local/sbin/alcasar-nf.sh,/usr/local/bin/alcasar-iptables.sh,/usr/sbin/ipset	# to manage the firewall
24
Cmnd_Alias	LOGOUT=/usr/local/sbin/alcasar-logout.sh						# to disconnect the users
24
Cmnd_Alias	LOGOUT=/usr/local/sbin/alcasar-logout.sh						# to disconnect the users
25
Cmnd_Alias	UAM=/usr/local/sbin/alcasar-uamallowed.sh						# to manage the trusted websites (uamallowed)
25
Cmnd_Alias	UAM=/usr/local/sbin/alcasar-uamallowed.sh						# to manage the trusted websites (uamallowed)
26
Cmnd_Alias	SERVICE=/usr/bin/systemctl,/usr/sbin/shutdown						# to manage the linux services
26
Cmnd_Alias	SERVICE=/usr/bin/systemctl,/usr/sbin/shutdown						# to manage the linux services
27
Cmnd_Alias	GAMMU=/usr/local/bin/alcasar-sms.sh							# to manage the SMS subsystem
27
Cmnd_Alias	GAMMU=/usr/local/bin/alcasar-sms.sh							# to manage the SMS subsystem
28
Cmnd_Alias	SSL=/usr/bin/openssl									# to manage the certificates
-
 
29
Cmnd_Alias	IMPCERT=/usr/local/sbin/alcasar-importcert.sh						# to import an official certificate
28
Cmnd_Alias	SSL=/usr/bin/openssl,/usr/local/bin/alcasar-importcert.sh				# to manage the certificates
30
 
29
 
31
# Defaults specification
30
# Defaults specification
32
# Defaults syslog=auth
31
# Defaults syslog=auth
33
 
32
 
34
# Runas alias specification
33
# Runas alias specification
Line 44... Line 43...
44
 
43
 
45
# Samples
44
# Samples
46
# %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
45
# %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
47
# %users  localhost=/sbin/shutdown -h now
46
# %users  localhost=/sbin/shutdown -h now
48
 
47
 
49
ADMWEB		LAN_ORG=(root)	NOPASSWD: NET,SYSTEM_BACKUP,SQL,BL,NF,EXPORT,RADDB,LOGOUT,UAM,SERVICE,GAMMU,SSL,IMPCERT
48
ADMWEB		LAN_ORG=(root)	NOPASSWD: NET,SYSTEM_BACKUP,SQL,BL,NF,EXPORT,RADDB,LOGOUT,UAM,SERVICE,GAMMU,SSL
50
ADMIN		LAN_ORG=(root)	NOPASSWD: NET,URPMI,BYPASS,SYSTEM_BACKUP,SQL,EXPORT,SERVICE
49
ADMIN		LAN_ORG=(root)	NOPASSWD: NET,URPMI,BYPASS,SYSTEM_BACKUP,SQL,EXPORT,SERVICE
51
 
50