readers.conf ... SOLUTION!!!

Javi Pardo dakota at dakotabcn.net
Mon Nov 19 23:32:31 UTC 2007


Hello
I send this message to inn-workers and andres herrera with the solution 
to my problem

y paste the readers.conf with solution

##  $Id: readers.conf 4371 2001-01-16 15:35:38Z rra $
auth "localhost" {
    hosts: "localhost, 127.0.0.1, stdin"
    default: "<localhost>"
}
access "localhost" {
    users: "<localhost>"
    newsgroups: "dakota.*"
    access: RPA
}

auth AllWorldRead {
        hosts: "*"
         default: <PUBLICO>
}
access AllWorldRead {
    users: <PUBLICO>
    read: "dakota.*,!dakota.privados.*"
    post: "dakota.escritura,!dakota.privados.*"
}

auth PublicoAccess {
        hosts: "*"
        auth: "/usr/bin/ckpass.py -f /injail/inn/etc/accesos/publicos.cfg"
        default-domain: pb.dom
}
access PublicoAccess {
        users: *@pb.dom
        newsgroups: "dakota.*,!dakota.privados.*"
}

auth Privados {
        auth: "/usr/bin/ckpass.py -f /injail/inn/etc/accesos/privados.cfg"
        default-domain: prv.dom
}
access Privados {
    users: *@prv.dom
    read: "dakota.privados.*"
    post: "dakota.privados.*"
}


for access to PublicoAcess the users need access with account with 
@pb.dom, for privados @prv.dom and with passwords no have problem to 
read the 2 groups but only write into escritura
thanks for help for all!! :)

pd: Andres te debo una ;)



More information about the inn-workers mailing list