|
MassUser 3.06.11 On the copy/move page under the home-directory tab there are some new features. 
The option remove Trustee Assignments after copy will remove all trustee assignments on the source directory. Effectively "delete" the data for the users, but there is still an backup of the data available. Generate delete batch file. During the copy the program will create a list of all the homedirectories and stores this list in a *.bat file for deleting the data. It could be usefull in combination with the "Remove Trustees Assignments after copy". The data in the bat-file will be a list of commands: del /s/f homedirectory for every homedirectory. The homedirectory is in the form of an UNC-path.
Some info that is missing in the current documentation. The CFL-file for a CSV/CFL update or create can have 3 sections. The first section must contain the user/homedirectory settings. Optional the CFL-file can contain one or two extra sections, one [ATTRIBUTES] and [AUXILIARY] For extra attributes you can add all the attributes + the column number in the section [ATTRIBUTES]. If you want to add auxiliary classes during the create or update, you can add a section called [AUXILIARY]. Put all auxiliary classes in this section and don't forget to add a '=' at the end of the classname. Sample CFL-file: CFLv1 ! csv=xxx.csv Title=1 ! user=1 userfl=1 contextfl=0 context=2 ! createhome=0 !(no homedirectory options here!)
[ATTRIBUTES] radiusStripUserName=3 radiusFramedMTU=4
[AUXILIARY] radiusprofile= This will add the auxiliary class radiusprofile to the selected users and fill two attributes of the auxclass. radiuprofile is the auxiliary classes used by the free-radius option you can find on forge.novell.com.
|