Hello

I want to make the following
<Handler Request-Type=Auth-Request>
  <AuthBy LDAP>
    ...  
    AuthAttrDef RadiusAuth-Type,       Auth-Type,     check
    ...
    AuthAttrDef some_defaults,  get_fetched,  reply
  </AuthBy>
</Handler>

<AuthBy XXX>
  Identifier westend-dynamic-dialup-account
  AddToReplyIfNotExist  \
        blah=blah       \
        blah=blah...
</AuthBy>

<AuthBy XXX>
  Identifier westend-static-ip-dialup-account
  AddToReplyIfNotExist  \
        blah=blah       \
        blah=blah...
</AuthBy>

So that I simply have to add the "RadiusAuth-Type" to the LDAP profile of 
a user to let him go into one of some different "groups" 
(here: westend-dynamic-dialup-account) where he gets his default values.


The problem is that I don't know which AuthBy Type I have to use.
Should I use FILE with an empty file or is there a better solution?
(multiple LDAP clauses will result in too much traffic and an plan to only
 add some static defaults to the groups of users)

bye,

 -christian-

-- 
Christian Hammers    WESTEND GmbH - Aachen und Dueren     Tel 0241/701333-0
[EMAIL PROTECTED]     Internet & Security for Professionals    Fax 0241/911879

===
Archive at http://www.starport.net/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to