support for organizationalRole entries
This commit is contained in:
parent
848b444382
commit
34ec7419c9
|
@ -4,6 +4,7 @@ March 2014 4.5
|
|||
- Added option to server profile if referrals should be followed (fixes problems with Samba 4 and AD)
|
||||
- LAM Pro:
|
||||
-> Allow to set single account types read-only
|
||||
-> Support for organizationalRole entries
|
||||
-> Separate IP restriction list for self service
|
||||
|
||||
|
||||
|
|
|
@ -93,6 +93,8 @@ class group extends baseType {
|
|||
"gidnumber" => _("GID number"),
|
||||
"memberuid" => _("Group members"),
|
||||
"member" => _("Group member DNs"),
|
||||
"uniqueMember" => _("Group member DNs"),
|
||||
"roleOccupant" => _("Group member DNs"),
|
||||
"description" => _("Group description")
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue