Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
October 7, 2003
A. You can use the "Dsmod user" command with the -disabled switch to enable a user account
dsmod user -disabled no
or disable a user account
dsmod user -disabled yes
For example, to enable user John in domain it.uk.savilltech.com, I typed
dsmod user CN=John,CN=Users,DC=it,DC=uk,DC=savilltech,DC=com –disabled no
The system returned
dsmon succeeded:CN=John,CN=Users,DC=it,DC=uk,DC=savilltech,DC=com
You May Also Like