* Extend AD schema to include the attributes: lockable, removable, and emailForward
* Extend AD schema to include the attributes: lockable, removable, and emailForward
* Change the koozliUser objectClass to smeExtended for extended schema attributes
* Change the koozliUser objectClass to smeExtended for extended schema attributes
−
* Get rid of the user-create-AD action because we don't have enough control over the user create process in a server-manager panel using an action. Instead, we added the esmith::util::createADUser() function that sets up a basic Active Directory user. This function is somewhat analogous to the useradd utility.
+
* Get rid of the user-create-AD action because we don't have enough control over the user create process in a server-manager panel using an action. Instead, we added the esmith::util::createADUser() function that sets up a basic Active Directory user. This function is somewhat analogous to the useradd utility
+
* Drop "Legacy Mode," which was part of the user-create-AD action
* Replace user-create event with user-initialize
* Replace user-create event with user-initialize
* Add user-create-profiledir and user-create-home actions as part of the user-intialize event, since the useradd utility used to do this
* Add user-create-profiledir and user-create-home actions as part of the user-intialize event, since the useradd utility used to do this