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 two types of datastores, a File Datastore and a DB Datastore. A File Datastore stores all user account information in a directory located on the JSCAPE Secure FTP Server machine. In a File Datastore a file named accounts.dat is created to store account information and a file named groups.dat is created to store group information. These files are stored in the specified store directory. 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)
See also
Storing account details in a database
|