1752587 Members
4569 Online
108788 Solutions
New Discussion юеВ

Re: Disable Useraccount

 

Disable Useraccount

Hello,
how i can disable a Useraccount in mc authorize?
4 REPLIES 4
Lokesh_2
Esteemed Contributor

Re: Disable Useraccount

Hi,
Use /flag=disuser .

MC AUTHORIZE MODIFY my_user/FLAG=DISUSER will disable account my_user.

Thanks & regards,
Lokesh Jain
What would you do with your life if you knew you could not fail?
John Gillings
Honored Contributor

Re: Disable Useraccount

Manfred,

Of course if you want to disable the account permanently, remove the UAF entry:

UAF> REMOVE user

A tip: I generally recommend when removing a user account you do it as:

UAF> REMOVE/NOREMOVE user

This leaves the RIGHTS identifier in RIGHTSLIST.DAT. This gives you a permanent record of the username/UIC mapping. So, if you ever need to reinstate the user, you can easily give them the same UIC. It also means that any objects still belonging to the user will be labelled with their name, rather than a UIC. Further, it helps prevent giving the same UIC to a new user, potentially granting them accidental access to objects owned by the original user (most security policies recommend against reusing UICs).
A crucible of informative mistakes
Martin P.J. Zinser
Honored Contributor

Re: Disable Useraccount

Hi,

we actually do both ;-) Since in our development area we do have a large and fluctuating user community and sometimes people "forget" to fill out the paperwork to cancel accounts, we regularly check the SYSUAF for apparently dormant accounts. Then we first set them to disuser for another grace period and if nobody comes complaining they get eventually removed.

Greetings, Martin
Mobeen_1
Esteemed Contributor

Re: Disable Useraccount

$MC AUTHORIZE
UAF>MODIFY /flags=disuser

Explanation of the DISUSER flag

DISUSER Disables the account so the user
cannot log in. For example, the
DEFAULT account is disabled. By
default, an account is enabled
(NODISUSER).
regards
Mobeen