Displaying 2 results from an estimated 2 matches for "auth_group".
Did you mean:
auto_group
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
...>> }
>>> }
>>>
>>> mode_cfg {
>>> network4 172.31.78.5;
>>> netmask4 255.255.255.240;
>>> pool_size 6;
>>> dns4 172.25.50.1;
>>> auth_source pam;
>>> auth_groups "users";
>>> group_source system;
>>> auth_throttle 10;
>>> pfs_group 2;
>>> }
>>>
>>> sainfo anonymous
>>> {
>>> pfs_group 2;
>>> lifetime time 1 hour;
>>&...
2007 Oct 12
0
OT: a very big problem with ipsec-tools on CentOS5
...hash_algorithm sha256;
authentication_method hybrid_rsa_server;
dh_group 2;
}
}
mode_cfg {
network4 172.31.78.5;
netmask4 255.255.255.240;
pool_size 6;
dns4 172.25.50.1;
auth_source pam;
auth_groups "users";
group_source system;
auth_throttle 10;
pfs_group 2;
}
sainfo anonymous
{
pfs_group 2;
lifetime time 1 hour;
encryption_algorithm rijndael;
authentication_algorithm hmac_sha256;
compression_algorithm deflate...