radiusd.conf-----------------
authenticate{
Auth-Type customer1{
ldap1
}
Auth-Type customer2{
ldap2
}
}
authorize{
preprocess
suffix
Autz-Type customer1{
ldap1
}
Autz-Type
customer2{
ldap2
}
files
}
-----------------------------
users file-------------------
DEFAULT Realm == "customer1", Autz-Type := customer1, Auth-Type := customer1
if we specify as above, can anyone say wats the difference between authentication and authorization functions.
thanks.