Re: [users@httpd] Calling htdbm from another server

2022-01-12 Thread William Edwards
Simon Harrison schreef op 2022-01-11 20:14: Good evening. Does anyone know a standard / recommended way of calling htdbm between servers? To be clearer: 1. A user is deleted on server 1 2. Access needs to be revoked on server 2 for that user I'd like to be able to run # htdbm -x

Re: [users@httpd] Calling htdbm from another server

2022-01-12 Thread Simon Harrison
On Wed, 12 Jan 2022 10:27:35 +0100 "Gillis J. de Nijs" wrote: > I'd probably consider using SQL/LDAP or a shared filesystem for this. > Would that work? Alternatively, you could rsync between the servers, > depending on how fast you want the updates to happen. I've been looking into this some

Re: [users@httpd] Calling htdbm from another server

2022-01-12 Thread Gillis J. de Nijs
I'd probably consider using SQL/LDAP or a shared filesystem for this. Would that work? Alternatively, you could rsync between the servers, depending on how fast you want the updates to happen.

[users@httpd] Calling htdbm from another server

2022-01-11 Thread Simon Harrison
Good evening. Does anyone know a standard / recommended way of calling htdbm between servers? To be clearer: 1. A user is deleted on server 1 2. Access needs to be revoked on server 2 for that user I'd like to be able to run # htdbm -x /usr/local/apache2/var/users.db someuser and # htdbm -bt