Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O octonet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FUSSFUSS
  • octonet
  • Issues
  • #279
Closed
Open
Issue created May 31, 2017 by Michael.Guggenberg@guggiReporter

octnet crash - creazione utente con controller group disabilitato

Se creo un utente con il controller group disabilitato octonet va in crash.

octofussd.log:

2017-05-31T13:48:32+0200 [stdout#info] CREATE users/users/test2/groups/docenti None 2017-05-31T13:48:32+0200 [stderr#error] Traceback (most recent call last): 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/octofuss/xmlrpc.py", line 155, in _wrap_call 2017-05-31T13:48:32+0200 [stderr#error] res = callable(*args) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/sbin/octofussd", line 142, in create 2017-05-31T13:48:32+0200 [stderr#error] return self.tree.create(path, value) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/octofuss/tree.py", line 114, in create 2017-05-31T13:48:32+0200 [stderr#error] return self.lcreate(_tolist(path), value) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/octofuss/tree.py", line 273, in lcreate 2017-05-31T13:48:32+0200 [stderr#error] return tree.lcreate(path[1:], value, **kw) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/octofuss/tree.py", line 273, in lcreate 2017-05-31T13:48:32+0200 [stderr#error] return tree.lcreate(path[1:], value, **kw) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/octofuss/tree.py", line 576, in lcreate 2017-05-31T13:48:32+0200 [stderr#error] return el.lcreate(path[1:], value) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/octofuss/tree.py", line 426, in lcreate 2017-05-31T13:48:32+0200 [stderr#error] if sub: return sub.lcreate(path[1:], value, **kw) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/octofuss/tree.py", line 578, in lcreate 2017-05-31T13:48:32+0200 [stderr#error] return self.new_element(path[0], value) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/share/octofussd/plugins/usersplugin/common.py", line 110, in new_element 2017-05-31T13:48:32+0200 [stderr#error] user.commit() 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/share/octofussd/plugins/usersplugin/ldapusers.py", line 341, in commit 2017-05-31T13:48:32+0200 [stderr#error] common.userDB.commitModify(self.data) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/share/octofussd/plugins/usersplugin/ldapusers.py", line 101, in commitModify 2017-05-31T13:48:32+0200 [stderr#error] self.ldap.modify(obj._dn, obj._changes) 2017-05-31T13:48:32+0200 [stderr#error] File "/usr/lib/python3/dist-packages/ldap3/core/connection.py", line 498, in modify 2017-05-31T13:48:32+0200 [stderr#error] raise LDAPChangesError(self.last_error) 2017-05-31T13:48:32+0200 [stderr#error] ldap3.core.exceptions.LDAPChangesError: no changes in modify request 2017-05-31T13:48:32+0200 [stdout#info] Exception <class 'ldap3.core.exceptions.LDAPChangesError'> is not whitelisted 2017-05-31T13:48:32+0200 [stdout#info] Exception <class 'ldap3.core.exceptions.LDAPExceptionError'> is not whitelisted 2017-05-31T13:48:32+0200 [stdout#info] Exception <class 'ldap3.core.exceptions.LDAPException'> is not whitelisted

Attachments

  • Screenshot - 05312017 - 01_51_10 PM.png
  • Screenshot - 05312017 - 01_52_17 PM.png
  • octofussd.log
Assignee
Assign to
Time tracking