Re: [users@httpd] AuthDBMGroupFile -- htdbm usage?

2021-12-24 Thread Simon Harrison
I've decided to answer my own question in case it helps others in the future. As it turns out, the solution was to pass a string with comma separated values with the -t option: root@server:/usr/local/apache2/var# htdbm -t users.dbm username "group1,group2" Could this be added to the docs

Re: [users@httpd] AuthDBMGroupFile -- htdbm usage?

2021-12-24 Thread Simon Harrison
On Fri, 24 Dec 2021 10:59:36 + Simon Harrison wrote: > Hello. Following the advice here: > > https://httpd.apache.org/docs/2.4/mod/mod_authz_dbm.html#authdbmgroupfile > > I'm wanting use dbm for managing users and groups (in the same file). > The thing is, I can't find out the recommended

[users@httpd] AuthDBMGroupFile -- htdbm usage?

2021-12-24 Thread Simon Harrison
Hello. Following the advice here: https://httpd.apache.org/docs/2.4/mod/mod_authz_dbm.html#authdbmgroupfile I'm wanting use dbm for managing users and groups (in the same file). The thing is, I can't find out the recommended way to manage groups. Apparently there was a program called dbmmanage