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
05d75e09
Commit
05d75e09
authored
Feb 08, 2006
by
Jon Roberts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ITS
#3305
parse user modifiable value from schema for attribute
parent
81cc41a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
com/novell/ldap/LDAPAttributeSchema.java
com/novell/ldap/LDAPAttributeSchema.java
+2
-1
No files found.
com/novell/ldap/LDAPAttributeSchema.java
View file @
05d75e09
...
...
@@ -185,7 +185,8 @@ public class LDAPAttributeSchema extends LDAPSchemaElement {
syntaxString
=
parser
.
getSyntax
();
if
(
parser
.
getSuperior
()
!=
null
)
this
.
superior
=
parser
.
getSuperior
();
single
=
parser
.
getSingle
();
this
.
userMod
=
parser
.
getUserMod
();
this
.
single
=
parser
.
getSingle
();
super
.
obsolete
=
parser
.
getObsolete
();
Enumeration
qualifiers
=
parser
.
getQualifiers
();
AttributeQualifier
attrQualifier
;
...
...
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