21 Jul
2005
21 Jul
'05
10:16 a.m.
I've tried using Autz-Tye but I can't seem to quite make it work. I'm getting this erro: No authenticate method (Auth-Type) configuration found for the request. I'm not sure where this should be set.
And I've inserted this int he users file: DEFAULT Realm == "domain.com" Autz-Type := virtual_passwd, Auth-Type := unix, Fall-Through = 1
DEFAULT Realm == "NULL" Autz-Type := sys_passwd, Auth-Type := unix
This users file entries are invalid. Read man 5 users. All check-items, go on the first line. Try this (I shorted virtual_passwd to make sure you saw it on one line) DEFAULT Realm == "domain.com", Autz-Type := virt, Auth-Type := unix Fall-Through = no Same for the last one.