30 Nov
2005
30 Nov
'05
4:31 p.m.
Norbert Wegener <nw@sbs.de> wrote:
authenticate { #ldap1 group { ldap1 {
You can't use anonymous groups in the "authenticate" section. You have to explicitely use "Auth-Type", and give it a name. This is because only ONE auth-type is run from that section. So if you had an anonymous group, it would never get run, because you could never reference it by name. Alan DeKok.