Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Active Directory
To store Indeed AirKey AirCard Enterprise system data in Active Directory, use Indeed Certificate Manager data storage. The AirKey AirCard server creates all the required folders and subfolders upon the first request to storage.
Microsoft SQL
The Indeed AirKey AirCard Enterprise database is created manually. Its population is performed automatically upon the first request from Indeed AirKey AirCard Enterprise Server.
1. CreateCreate a database with an arbitrary name in the SQL Management Studio environment:
To do so, in- In the Object Explorer right-click the Databases tab
- .
- Select New database... item from the context menu.
- Specify the Database name: , e.g.,
- IndeedAirCard.
Image Removed
2. DefineIn the Owner: field, define the owner of the database being created
.
Note Create a new account (say, servicesql) or use any internal SQL account or Active Directory account (e.g., service account to be used with Indeed CM: servicecm). After the database is created, this account would possess db_owner, public privileges and shall be used by the system to perform read/write operations from/to the database.
The database name and its connection settings are to be specified in the configuration files of Indeed
AirCard Enterprise system later on.
Image Added
- Save the created database by clicking ОК.
Image Added