Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
a72814e1
Commit
a72814e1
authored
May 23, 2013
by
Côme Bernigaud
Committed by
Benoit Mortier
Sep 23, 2013
Browse files
Fixes:
#2407
Migrate class_user to simple-plugin (only class-config)
parent
60ec5b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/class_config.inc
View file @
a72814e1
...
...
@@ -427,7 +427,7 @@ class config {
$this
->
current
[
'SAMBAMACHINEACCOUNTRDN'
]
=
"ou=computers,ou=systems"
;
}
if
(
!
isset
(
$this
->
current
[
'ACCOUNTPRIMARYATTRIBUTE'
]))
{
$this
->
current
[
'ACCOUNTPRIMARYATTRIBUTE'
]
=
"
cn
"
;
$this
->
current
[
'ACCOUNTPRIMARYATTRIBUTE'
]
=
"
uid
"
;
}
if
(
!
isset
(
$this
->
current
[
'MINID'
]))
{
$this
->
current
[
'MINID'
]
=
100
;
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#808 (closed)
·
Sep 02, 2017
mentioned in issue
#808 (closed)
mentioned in issue #808
Toggle commit list
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