Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory-plugins
Commits
8e66b102
Commit
8e66b102
authored
Jul 19, 2013
by
Benoit Mortier
Browse files
Fixes:
#2574
when saving a windows workstations the uid is not stored
parent
c6fb6b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
samba/admin/systems/samba/class_winstationGeneric.inc
View file @
8e66b102
...
...
@@ -269,7 +269,7 @@ class winstationGeneric extends simplePlugin
function
compute_dn
()
{
$this
->
attributesAccess
[
'uid'
]
->
setValue
(
$this
->
attributesAccess
[
'cn'
]
->
getValue
());
return
'uid='
.
$this
->
uid
.
','
.
get_winstations_ou
()
.
$this
->
base
;
return
'uid='
.
$this
->
attributesAccess
[
'uid'
]
->
getValue
()
.
','
.
get_winstations_ou
()
.
$this
->
base
;
}
}
?>
Write
Preview
Supports
Markdown
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