c>>
c>> password="%{User-Password}"
c>>
c> Here must be cleartext password for AD. E.g.
c> password=cbhoh123
c> Is there a way to pass dynamic password from different users? The problem is
c> that the user a/c in AD is having a different password.
c> Thank!
This password is for user (dn) which your radius server is using for
binding AD to perform search, etc. E.g. for such dn:
identity = "cn=freeradius,ou=admins,ou=radius,dc=kirov,dc=mts,dc=ru"
password = secret
There is another parameter for users from AD to Auth. If in your AD
passwords are in attribute userPassword, so you have to use such
config line for ldap module in radiusd.conf:
password_attribute = userPassword
--
Best regards,
Alexei Vasilyev mailto:[EMAIL PROTECTED]
OJSC "Mobile TeleSystems"
Kirov, Russia
Technical Specialist
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html