CheckConfigs.policy revision 12677:a4299d47bd00
10SN/A
20SN/Agrant {
30SN/A    // The following permissions are not required because the test is
40SN/A    // not expected to connect to an LDAP server
50SN/A    //
62362SN/A    //permission java.net.SocketPermission "*:389", "connect";
70SN/A    //permission java.net.SocketPermission "*:636", "connect";
82362SN/A    //permission javax.security.auth.AuthPermission "modifyPrincipals";
90SN/A};
100SN/A