<html>
<head>
<style type="text/css">
<!--
body { margin-left: 4px; margin-top: 4px; line-height: normal; font-variant: normal; margin-bottom: 1px; margin-right: 4px }
-->
</style>
</head>
<body style="margin-left: 4px; margin-top: 4px; margin-bottom: 1px; margin-right: 4px">
<DIV> First,
</DIV>
<DIV>Thanks for the help. I solved my own problem in my previous email and didn't realize it.
</DIV>
<DIV>Second,
</DIV>
<DIV>This got it working.
</DIV>
<DIV> </DIV>
<DIV>change radiusd.conf
</DIV>
<DIV> </DIV>
<DIV>/usr/bin/ntlm_auth --domain=%{realm} --request-nt-key --username=%{mschap:User-Name}
</DIV>
<DIV> </DIV>
<DIV>add to proxy.conf
</DIV>
<DIV>
</DIV>
<DIV>realm DOMAINA {
</DIV>
<DIV> type = radius
</DIV>
<DIV> authhost = LOCAL
</DIV>
<DIV> accthost = LOCAL
</DIV>
<DIV>}
</DIV>
<DIV>realm DOMAINB {
</DIV>
<DIV> type = radius
</DIV>
<DIV> authhost = LOCAL
</DIV>
<DIV> accthost = LOCAL
</DIV>
<DIV>}
</DIV>
<DIV>realm DOMAINC {
</DIV>
<DIV> type = radius
</DIV>
<DIV> authhost = LOCAL
</DIV>
<DIV> accthost = LOCAL
</DIV>
<DIV>}
</DIV>
<DIV><br><br>>>>aland@ox.org 09/20/05 3:54 pm >>><br>"Jamie Crawford" <crawford@cmsu1.cmsu.edu> wrote:<br>>I'm trying to validate a user from two trusted NT4 domains. I<br>>cannot get ntlm_auth --username=domainb/domainbuser to work. How<br>>are you supposed to validate a user with domain credentials, when<br>>you can't pass along the domain information? I think it's more of a<br>>limitation with ntlm_auth than anything.<br><br> Have you tried reading the configuration files? There are examples<br>of passing domains to ntlm_auth.<br><br> Alan DeKok.<br><br>-<br>List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html<br><br> </DIV>
</body>
</html>