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
Commits
fd06022e
Commit
fd06022e
authored
Feb 09, 2015
by
Côme Bernigaud
Committed by
Benoit Mortier
Feb 09, 2015
Browse files
Fixes
#3554
Added gidNumber as foreignKey in posixAccount
parent
08e3fe74
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/personal/posix/class_posixAccount.inc
View file @
fd06022e
...
...
@@ -181,15 +181,18 @@ class posixAccount extends simplePlugin
static
function
plInfo
()
{
return
array
(
"plShortName"
=>
_
(
"Unix"
),
"plDescription"
=>
_
(
"Edit users POSIX settings"
),
"plIcon"
=>
'geticon.php?context=applications&icon=os-linux&size=48'
,
"plSmallIcon"
=>
'geticon.php?context=applications&icon=os-linux&size=16'
,
"plSelfModify"
=>
TRUE
,
"plPriority"
=>
2
,
"plObjectType"
=>
array
(
"user"
),
"plProvidedAcls"
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
'plShortName'
=>
_
(
'Unix'
),
'plDescription'
=>
_
(
'Edit users POSIX settings'
),
'plIcon'
=>
'geticon.php?context=applications&icon=os-linux&size=48'
,
'plSmallIcon'
=>
'geticon.php?context=applications&icon=os-linux&size=16'
,
'plSelfModify'
=>
TRUE
,
'plPriority'
=>
2
,
'plObjectType'
=>
array
(
'user'
),
'plForeignKeys'
=>
array
(
'gidNumber'
=>
array
(
'group'
,
'gidNumber'
)
),
'plProvidedAcls'
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
);
}
...
...
bmortier
@bmortier
mentioned in issue
#1191 (closed)
·
Sep 02, 2017
mentioned in issue
#1191 (closed)
mentioned in issue #1191
Toggle commit list
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