Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #3846
Closed
Open
Issue created Jun 09, 2015 by bmortier@bmortierMaintainer

template are in their own branch now but code still reference gosaUserTemplate objectClass who is deprecated

Hello,

template are in their own branch now and objectClass gosaUserTemplate is marked deprecated but stil present in code

./plugins/addons/dashboard/class_dashBoardUsers.inc: $ldap->search("(&(!(objectClass=gosaUserTemplate))(objectClass=inetOrgPerson))", array("userPassword")); ./plugins/addons/dashboard/class_dashBoardUsers.inc: $ldap->search("(&(!(objectClass=gosaUserTemplate))(objectClass=inetOrgPerson)(objectClass=gosaMailAccount))", array("cn")); ./plugins/addons/dashboard/class_dashBoardUsers.inc: $ldap->search("(&(!(objectClass=gosaUserTemplate))(objectClass=inetOrgPerson)(objectClass=posixAccount))", array("cn")); ./plugins/addons/dashboard/class_dashBoardUsers.inc: $ldap->search("(&(!(objectClass=gosaUserTemplate))(objectClass=inetOrgPerson)(objectClass=sambaSamAccount))", array("cn"));

(from redmine: issue id 3846, created on 2015-06-09, closed on 2015-06-11)

  • Relations:
    • relates #3849
    • copied_to #3847
  • Changesets:
    • Revision 6c59b2b5 by Côme Chilliet on 2015-06-10T20:36:31.000Z:
Fixes #3846 Removed last uses of gosaUserTemplate
  • Revision 6bd1f376 by Côme Chilliet on 2015-06-10T20:36:44.000Z:
Fixes #3846 Removed last uses of gosaUserTemplate
  • Revision 4838c1c7 by Côme Chilliet on 2015-06-11T08:25:59.000Z:
Fixes #3846 Removed schema versions check system
  • Revision 69425898 by Côme Chilliet on 2015-06-11T08:26:16.000Z:
Fixes #3846 Removed schema versions check system
  • Uploads:
    • 0001-Fixes-3846-Removed-last-uses-of-gosaUserTemplate.patch
    • 0002-Fixes-3846-Removed-schema-versions-check-system.patch
Assignee
Assign to
Time tracking