WebAuth V3 LDAP Tests

  1. Viewing this test requires membership in group stanford:stanford
    basic ldap authorization test

  2. Viewing this requires membership in one of:
    • stanford:student
    • stanford:staff
    • stanford:faculty
    test multiple groups

  3. This one is restricted to a nonexistent group, so the expected result is the Authorization Required error page.
    test negative result

  4. This tests the Webauth 2.x compatibility directives:
    • AuthType StanfordAuth
    • require group stanford:stanford
    test legacy directives

  5. This test will restrict to valid-user and retrieve three attributes:
    • displayName
    • mail
    • suAffiliation
    test attribute retrieval

  6. This test will restrict to privgroup stanford:stanford and retrieve the same three attributes.
    test attribute retrieval and group restriction

  7. This test will set WebAuthLdapSeparator and then show the value of suAffiliation. Test as a user with multiple affiliations to ensure this code is working correctly.
    test multi-value separator