Create a test user

  1. In the local management interface, go to Web > Policy Administration.
  2. Log in as sec_master.
  3. Expand User.
  4. Click Create User.
  5. Create a user named testuser1. Example settings are shown as follows:
    UserId: testuser1
    Common Name: testuser1
    Surname: testuser1
    Registry UID: cn=testuser1,dc=iswga
    Account Valid: Checked
    Password Valid: Checked
    

    The pdadmin command for creating this user is as follows:

      user create testuser1 cn=testuser1,dc=iswga testuser1 testuser1 passw0rd
      user modify testuser1 accountvalid yes
      user modify testuser1 passwordvalid yes

Parent topic: Example combining CBA, Authentication Service Framework, and OAuth