Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
91862af0
Commit
91862af0
authored
May 21, 2021
by
michael.simon
Browse files
This line keeps getting groups from being generated with samba4
Violates the schema
parent
47c05827
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-service/src/main/java/edu/kit/scc/webreg/service/reg/samba/Samba4Worker.java
View file @
91862af0
...
...
@@ -628,7 +628,7 @@ public class Samba4Worker {
attrs
.
put
(
AttributesFactory
.
createAttribute
(
"samAccountName"
,
cn
));
// SS: ist das getestet mit Samba4 ?
attrs
.
put
(
AttributesFactory
.
createAttribute
(
"sambaGroupType"
,
"2"
));
//
attrs.put(AttributesFactory.createAttribute("sambaGroupType", "2"));
attrs
.
put
(
AttributesFactory
.
createAttribute
(
"cn"
,
cn
));
attrs
.
put
(
AttributesFactory
.
createAttribute
(
"gidNumber"
,
gidNumber
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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