Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
openldap
JLDAP
Commits
9b90e67e
Commit
9b90e67e
authored
Jul 06, 2009
by
Nachiappan Palaniappan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding the OIDs for the new LDAP (edirectory specific) extension 'getEffectivePrivilegesList'.
parent
fd4226d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
com/novell/ldap/extensions/ReplicationConstants.java
com/novell/ldap/extensions/ReplicationConstants.java
+9
-0
No files found.
com/novell/ldap/extensions/ReplicationConstants.java
View file @
9b90e67e
...
...
@@ -283,7 +283,16 @@ public class ReplicationConstants {
* A constant for the triggerPartitionPurgeResponse OID.
*/
public
static
final
String
TRIGGER_PART_PURGE_RES
=
"2.16.840.1.113719.1.27.100.56"
;
/**
* A constant for the getEffectivePrivilegesListRequest OID.
*/
public
static
final
String
GET_EFFECTIVE_LIST_PRIVILEGES_REQ
=
"2.16.840.1.113719.1.27.100.103"
;
/**
* A constant for the getEffectivePrivilegesListResponse OID.
*/
public
static
final
String
GET_EFFECTIVE_LIST_PRIVILEGES_RES
=
"2.16.840.1.113719.1.27.100.104"
;
/**
* A constant that specifies that all servers in a replica ring must be
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment