# PAP authentication, when a back-end database listed
# in the 'authorize' section supplies a password. The
# password can be clear-text, or encrypted.
-authenticate PAP {
+authenticate pap {
pap
}
# A back-end database listed in the 'authorize' section
# MUST supply a CLEAR TEXT password. Encrypted passwords
# won't work.
-authenticate CHAP {
+authenticate chap {
chap
}
#
# MSCHAP authentication.
-authenticate MS-CHAP {
+authenticate ms-chap {
mschap
}
# authentication server, and knows what to do with authentication.
# LDAP servers do not.
#
-#authenticate LDAP {
+#authenticate ldap {
# ldap
#}