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-plugins
Commits
c54d0d05
Commit
c54d0d05
authored
Jan 15, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Jan 15, 2014
Browse files
Fixes:
#2945
Samba inherit client config is reverted
parent
5f0898ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
samba/personal/samba/class_sambaAccount.inc
View file @
c54d0d05
...
...
@@ -367,7 +367,7 @@ class sambaAccount extends simplePlugin
$this
->
attributesAccess
[
'InheritMode'
]
->
setManagedAttributes
(
array
(
'disable'
=>
array
(
FALS
E
=>
array
(
TRU
E
=>
array
(
'CtxInitialProgram'
,
'CtxWorkDirectory'
,
)
)
...
...
samba/personal/samba/class_sambaMungedDial.inc
View file @
c54d0d05
...
...
@@ -329,7 +329,7 @@ class sambaMungedDial
}
}
if
(
substr
(
$this
->
ctx
[
'CtxCfgFlags1'
],
6
,
1
)
==
"1"
)
{
if
(
$this
->
getInheritMode
()
)
{
$result
[
'CtxInitialProgramMode'
]
=
"disabled"
;
}
else
{
$result
[
'CtxInitialProgramMode'
]
=
""
;
...
...
Alex-31
@Alex-31
mentioned in issue
#940 (closed)
·
Sep 02, 2017
mentioned in issue
#940 (closed)
mentioned in issue #940
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