Active Directory

To store Indeed AirCard Enterprise system data in Active Directory, use Indeed Certificate Manager data storage. The AirCard server creates all the required folders and subfolders upon the first request to storage.

Microsoft SQL

The Indeed AirCard Enterprise database is created manually. Its population is performed automatically upon the first request from Indeed AirCard Enterprise Server.

Create a database with an arbitrary name in the SQL Management Studio environment:

  • In the Object Explorer right-click the Databases tab.
  • Select New database... item from the context menu.
  • Specify the Database name: , e.g., IndeedAirCard.
  • In the Owner: field, define the owner of the database being created.

    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_ownerpublic 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.

  • Save the created database by clicking ОК.


  • No labels