Hello List:
How do you guys disable an account temporarily?
Thanks, Mohammad
Mohammad:
I added a few site specific ACL values to serctl. One is the keyword disabled. I check for this and take appropriate action.
-Steve
Mohammad Khan wrote:
Hello List:
How do you guys disable an account temporarily?
Thanks, Mohammad
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
sounds like, I need to use 'group' module. Thanks for the clue.
Mohammad
Steve Blair wrote:
Mohammad:
I added a few site specific ACL values to serctl. One is the keyword disabled. I check for this and take appropriate action.
-Steve
Mohammad Khan wrote:
Hello List:
How do you guys disable an account temporarily?
Thanks, Mohammad
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
How do you add a new group? I see a table named 'grp' mysql> desc grp; +---------------+--------------+------+-----+---------------------+-------+ | Field | Type | Null | Key | Default | Extra | +---------------+--------------+------+-----+---------------------+-------+ | username | varchar(64) | | PRI | | | | domain | varchar(128) | | PRI | | | | grp | varchar(50) | | PRI | | | | last_modified | datetime | | | 0000-00-00 00:00:00 | | +---------------+--------------+------+-----+---------------------+-------+
Is there any other table that keeps the list of group name.
Thanks, Mohammad
Mohammad Khan wrote:
sounds like, I need to use 'group' module. Thanks for the clue.
Mohammad
Steve Blair wrote:
Mohammad:
I added a few site specific ACL values to serctl. One is the keyword disabled. I check for this and take appropriate action.
-Steve
Mohammad Khan wrote:
Hello List:
How do you guys disable an account temporarily?
Thanks, Mohammad
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
edit the ACL variable in serctl.
Mohammad Khan wrote:
How do you add a new group? I see a table named 'grp' mysql> desc grp; +---------------+--------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra | +---------------+--------------+------+-----+---------------------+-------+
| username | varchar(64) | | PRI | | | | domain | varchar(128) | | PRI | | | | grp | varchar(50) | | PRI | | | | last_modified | datetime | | | 0000-00-00 00:00:00 | | +---------------+--------------+------+-----+---------------------+-------+
Is there any other table that keeps the list of group name.
Thanks, Mohammad
Mohammad Khan wrote:
sounds like, I need to use 'group' module. Thanks for the clue.
Mohammad
Steve Blair wrote:
Mohammad:
I added a few site specific ACL values to serctl. One is the keyword disabled. I check for this and take appropriate action.
-Steve
Mohammad Khan wrote:
Hello List:
How do you guys disable an account temporarily?
Thanks, Mohammad
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thanks a lot, Steve. We could have a table called 'acl', I think it would be nicer this way. Dont you agree?
Mohammad
Steve Blair wrote:
edit the ACL variable in serctl.
Mohammad Khan wrote:
How do you add a new group? I see a table named 'grp' mysql> desc grp; +---------------+--------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra | +---------------+--------------+------+-----+---------------------+-------+
| username | varchar(64) | | PRI | | | | domain | varchar(128) | | PRI | | | | grp | varchar(50) | | PRI | | | | last_modified | datetime | | | 0000-00-00 00:00:00 | | +---------------+--------------+------+-----+---------------------+-------+
Is there any other table that keeps the list of group name.
Thanks, Mohammad
Mohammad Khan wrote:
sounds like, I need to use 'group' module. Thanks for the clue.
Mohammad
Steve Blair wrote:
Mohammad:
I added a few site specific ACL values to serctl. One is the keyword disabled. I check for this and take appropriate action.
-Steve
Mohammad Khan wrote:
Hello List:
How do you guys disable an account temporarily?
Thanks, Mohammad
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers