@ \ and " characters in password in freeradius
isn't it possible to use "@", "\" and " in the password in freeradius? -- İyi çalışmalar... Mesut GÜLNAZ
On Jul 27, 2023, at 11:04 PM, Mesut GULNAZ <mesutgl@gmail.com> wrote:
isn't it possible to use "@", "\" and " in the password in freeradius?
It's fine. If you're reading the passwords from a file, any special characters need to be escaped. This is the normal process for double-quoted strings. e.g. "foo" and "foo\"bar" Alan DeKok.
What about if I am using Active Directory for authentication? On 28 Jul 2023 Fri at 19:50 Alan DeKok <aland@deployingradius.com> wrote:
On Jul 27, 2023, at 11:04 PM, Mesut GULNAZ <mesutgl@gmail.com> wrote:
isn't it possible to use "@", "\" and " in the password in freeradius?
It's fine.
If you're reading the passwords from a file, any special characters need to be escaped. This is the normal process for double-quoted strings.
e.g. "foo" and "foo\"bar"
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- İyi çalışmalar... Mesut GÜLNAZ
Ask Microsoft how Active Directory works. FreeRADIUS doesn't care. Sent from my iPhone
On Jul 28, 2023, at 12:02 PM, Mesut GULNAZ <mesutgl@gmail.com> wrote:
What about if I am using Active Directory for authentication?
On 28 Jul 2023 Fri at 19:50 Alan DeKok <aland@deployingradius.com> wrote:
On Jul 27, 2023, at 11:04 PM, Mesut GULNAZ <mesutgl@gmail.com> wrote:
isn't it possible to use "@", "\" and " in the password in freeradius?
It's fine.
If you're reading the passwords from a file, any special characters need to be escaped. This is the normal process for double-quoted strings.
e.g. "foo" and "foo\"bar"
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- İyi çalışmalar... Mesut GÜLNAZ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Mesut GULNAZ