Setting user datastore |
Top Previous Next |
The user datastore is the location of where you will store all user and group account information. There are three types of datastores, File Record Datastore, File Datastore and DB Datastore.
A File Record Datastore and File Datastore are similar in that they store all user account information in a directory located on the JSCAPE MFT Server machine. The difference between the two lies in how they store account information. In a File Record Datastore separate files are created for each user and each group with a .usr or .grp extension respectively. In a File Datastore a single file named accounts.dat is created to store account information and a file named groups.dat is created to store group information. In both cases these files are stored in the specified store directory. A File Record Datastore is more efficient when managing a large number of users and is the default selection.
A DB Datastore stores all account and group information in a database which may be accessed using the JDBC connection parameters that you provide.
Figure 13
Store directory - The directory in which user account data will be stored. (File Datastore, File Record Datastore)
See also
Storing account details in a database
|