mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
|
# Insults for wrong password. Fedora doesn't seem to come with the insults
|
||
|
# database, while this works on Debian.
|
||
|
|
||
|
# Enable insults for all users
|
||
|
Defaults insults
|
||
|
|
||
|
# Disable insults for all users
|
||
|
#Defaults !insults
|
||
|
|
||
|
# Enable insults for user aminda
|
||
|
#Defaults:aminda insults
|
||
|
|
||
|
# Disable insults for user aminda
|
||
|
#Defaults:aminda !insults
|