Having
 pap pap{
                encryption_scheme = crypt
        }
 pap papplain{
                encryption_scheme = clear
        }

....
 Auth-Type PAP {
                pap
        }
        Auth-Type PAPPLAIN {
        papplain
        }



in radiusd.conf

having
user1 Crypt-Password := blablaencrypted
user2 User-Password := blablacleartext

in radcheck table.

having
pptp  Auth-Type := PAPPLAIN
dialup Auth-Type := pap

in radgroupcheck

having

user1 ppttp
user2 dialup

in user groups...

In fact I have added extra logic to the custom dialup-admin clone I am
running to make it select the right attribute and ecnryption scheme or
none for user depending on his/her membership in a certain group.

Regards
Alex.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to