Displaying 4 results from an estimated 4 matches for "retry_delay".
2000 Nov 14
1
[PATCH] Added option 'RetryDelay'
...elay },
{ "batchmode", oBatchMode },
{ "checkhostip", oCheckHostIP },
{ "stricthostkeychecking", oStrictHostKeyChecking },
@@ -474,6 +475,10 @@
intptr = &options->connection_attempts;
goto parse_int;
+ case oRetryDelay:
+ intptr = &options->retry_delay;
+ goto parse_int;
+
case oCipher:
intptr = &options->cipher;
arg = strdelim(&s);
@@ -687,6 +692,7 @@
options->compression_level = -1;
options->port = -1;
options->connection_attempts = -1;
+ options->retry_delay = -1;
options->number_of_password_prompts =...
2023 Apr 03
2
Fwd: ntlm_auth and freeradius
...ge}:-00} \
????????????????--nt-response=%{%{mschap:NT-Response}:-00}"
???pool {
???????start = ${thread[pool].start_servers}
???????min = ${thread[pool].min_spare_servers}
???????max = ${thread[pool].max_servers}
???????spare = ${thread[pool].max_spare_servers}
???????uses = 0
???????retry_delay = 30
???????lifetime = 86400
???????cleanup_interval = 300
???????idle_timeout = 600
???}
???passchange {
???}
}
The line "--require-membership-of=example\authorization_groupname" is
optional.
2023 Apr 03
2
ntlm_auth and freeradius
Op 03-04-2023 om 16:05 schreef Tim ODriscoll via samba:
> Dear All,
>
> I'm trying to setup FreeRADIUS to authenticate a machine account to grant access to wifi for domain-connected machines. I think I've got the GPO's set up properly and the CA deployed to the clients, as I'm not getting any errors there.
>
> The errors I'm getting are to do with ntlm_auth not
2006 Jun 12
0
Active Directory Integration with FreeRADIUS - NTLM_Auth
...diusd"
main: group = "radiusd"
main: usercollide = no
main: lower_user = "no"
main: lower_pass = "no"
main: nospace_user = "no"
main: nospace_pass = "no"
main: checkrad = "/usr/sbin/checkrad"
main: proxy_requests = yes
proxy: retry_delay = 5
proxy: retry_count = 3
proxy: synchronous = no
proxy: default_fallback = yes
proxy: dead_time = 120
proxy: post_proxy_authorize = yes
proxy: wake_all_if_all_dead = no
security: max_attributes = 200
security: reject_delay = 1
security: status_server = no
main: debug_level = 0
read_conf...