On Sep 28, 2020, at 8:32 AM, Linux Threads <linuxthreads@gmail.com> wrote:
the replicate module says that it works the same way as proxy
No, it doesn't. The documentation explicitly says that it's not the same as proxying. It's similar, but not "the same".
Do you have a *specific* question about how to do it, or about the documentation?
the user only authenticate with the nt-domain username, how is this tied to a realm?
via the Replicate-To-Realm attribute... as the documentation says. The documentation says how to use the "replicate" module. If you try to do anything else, it won't work.
Mon Sep 28 09:46:43 2020 : Debug: # Loading accounting {...} Mon Sep 28 09:46:43 2020 : Debug: replicate Mon Sep 28 09:46:43 2020 : Debug: update { Mon Sep 28 09:46:43 2020 : Debug: &control:Replicate-To-Realm := "CLIENT-ACCT-REALM"
replicate config file: replicate {
home_server CLIENT-ACCT-SERVER {
No, you can't invent configuration and expect it to work. You can't put "home_server" into the configuration for the replicate module. Read the debug output... it will show you that it is NOT loading the "CLIENT-ACCT-SERVER" configuration. Realms and home_servers go into proxy.conf. Alan DeKok.