You configure a sample user directory to populate a database with sample users.
Follow these steps:
Specifies the Policy Server installation path.
smsampleusers_mysql.sql
DROP FUNCTION IF EXISTS `databaseName`.`getdate` $$ CREATE FUNCTION `databaseName`.`getdate` () RETURNS DATE
Example: If the name of the database is smsampleuserstore, the required update appears as follows:
DROP FUNCTION IF EXISTS `smsampleuserstore`.`getdate` $$ CREATE FUNCTION `smsampleuserstore`.`getdate` () RETURNS DATE
Note: For more information about executing a query, see the MySQL documentation.
The user store is populated with the sample users.
Copyright © 2012 CA.
All rights reserved.
|
|