Document Cleartext-Password
authorAlan T. DeKok <aland@freeradius.org>
Wed, 17 Jun 2009 05:35:43 +0000 (07:35 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 17 Jun 2009 05:35:43 +0000 (07:35 +0200)
man/man5/users.5

index 56a0576..69ee7e2 100644 (file)
@@ -175,13 +175,13 @@ Not allowed as a reply item.
 .SH EXAMPLES
 
 .DS
-bob    User-Password == "hello"
+bob    Cleartext-Password := "hello"
 
 .DE
 .RS
 Requests containing the User-Name attribute, with value "bob", will be
-authenticated using the password "bob".  There are no reply items, so
-the reply will be empty.
+authenticated using the "known good" password "hello".  There are no
+reply items, so the reply will be empty.
 .RE
 
 .DS