Search found 4 matches

by c.r.m
Thu Aug 01, 2019 6:15 pm
Forum: Compilation
Topic: some questions building dpkg, fermer, user permissions
Replies: 1
Views: 6128

some questions building dpkg, fermer, user permissions

Could you also add dpkg scripts on Github repository so you can automatically create the dpkg *.deb files after the compilation process? I tried to build afanasy on Ubuntu 18.04 but the compilation fails with the fermer modules and only compiles sucessfully without fermer. Is this normal for any Ubu...
by c.r.m
Thu Aug 01, 2019 6:07 pm
Forum: Configuration
Topic: can't delete afanasy user with afcmd udel command
Replies: 4
Views: 8506

Re: can't delete afanasy user with afcmd udel command

Thank you a lot. All is clear now.
by c.r.m
Thu Jul 25, 2019 9:25 am
Forum: Configuration
Topic: can't delete afanasy user with afcmd udel command
Replies: 4
Views: 8506

Re: can't delete afanasy user with afcmd udel command

btw,
You can use JSON protocol directly w/o CLI (afcmd) or GUI (afwatch\WEB).
How to use json protocol directly?

Would this be correct json call?

Code: Select all

{
 "delete":
 {
  "type" : "users",
  "name" : "username"
 }
}
by c.r.m
Tue Jul 23, 2019 5:46 am
Forum: Configuration
Topic: can't delete afanasy user with afcmd udel command
Replies: 4
Views: 8506

can't delete afanasy user with afcmd udel command

I created a new user. When I want to delete this user again the message shows "Action processed." but the user wasn't removed. Has this something to do with permissions or do I have to create a new ubuntu user with same name to be able to delete afanasy users? $ afcmd uadd newuser Config f...