Lines Matching refs:user
1 # hostapd user database for integrated EAP server
5 # double quoted ("user"). Password can alternatively be stored as
8 # that the plaintext password does not need to be included in the user file.
14 # identity can be used in the unencrypted phase 1 and the real user identity
16 # access is needed, two user entries is needed, one for phase 1 and another
25 # * can be used as a wildcard to match any user identity. The main purposes for
29 # user entry.
54 # hostapd.conf. For EAP server, this is configured separately for each user
56 # the main user entry line.
59 "user" MD5 "password"
60 "test user" MD5 "secret"
61 "example user" TLS
62 "DOMAIN\user" MSCHAPV2 "password"
63 "gtc user" GTC "password"
64 "pax user" PAX "unknown"
65 "pax.user@example.com" PAX 0123456789abcdef0123456789abcdef
66 "psk user" PSK "unknown"
67 "psk.user@example.com" PSK 0123456789abcdef0123456789abcdef
68 "sake.user@example.com" SAKE 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
90 "user" MD5,GTC,MSCHAPV2 "password" [2]
91 "test user" MSCHAPV2 hash:000102030405060708090a0b0c0d0e0f [2]
92 "ttls-user" TTLS-PAP,TTLS-CHAP,TTLS-MSCHAP,TTLS-MSCHAPV2 "password" [2]