mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-06 02:33:12 +00:00
Automated fixup of newlines at end-of-file via the usual perl one-liner Reviewed-by: chegar, sherman
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
|
|
grant {
|
|
// The following permissions are not required because the test is
|
|
// not expected to connect to an LDAP server
|
|
//
|
|
//permission java.net.SocketPermission "*:389", "connect";
|
|
//permission java.net.SocketPermission "*:636", "connect";
|
|
//permission javax.security.auth.AuthPermission "modifyPrincipals";
|
|
};
|