Created attachment 317260 [details] output from fedora-idm-console -D 9 -f console.log Description of problem: When I try to add a sudorole object using idm-console, it just give a busy cursor and a java traceback in the terminal Version-Release number of selected component (if applicable): fedora-idm-console-1.1.1-1.fc6 running on RHEL5, x86_64. I get a similar crash when using centos-idm-console-1.0.0-17.el5.centos.4. How reproducible: 100% Steps to Reproduce: 1. Install centos-ds-8.0.0-1.4.el5.centos.4 on a server 2. add the following to /etc/dirsrv/slapd-$instance/schema/99user.ldif attributeTypes: ( 1.3.6.1.4.1.15953.9.1.1 NAME 'sudoUser' DESC 'User(s) who may run sudo' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'SUDO' ) attributeTypes: ( 1.3.6.1.4.1.15953.9.1.2 NAME 'sudoHost' DESC 'Host(s) who may run sudo' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'SUDO' ) attributeTypes: ( 1.3.6.1.4.1.15953.9.1.3 NAME 'sudoCommand' DESC 'Command(s) to be executed by sudo' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'SUDO' ) attributeTypes: ( 1.3.6.1.4.1.15953.9.1.4 NAME 'sudoRunAs' DESC 'User(s) impersonated by sudo' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'SUDO' ) attributeTypes: ( 1.3.6.1.4.1.15953.9.1.5 NAME 'sudoOption' DESC 'Options(s) followed by sudo' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'SUDO' ) objectClasses: ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL DESC 'Sudoer Entries' MUST ( cn ) MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoOption $ description ) X-ORIGIN 'SUDO' ) 3. Restart the dirsrv 4. Connect to the dirserver using idm console, and try adding a new "sudorole" object to the directory tree. Actual results: No object is added, and cursor spins busy forever. Expected results: New sudorole-object added to the directory. Additional info: Adding sudorole-objects using "ldapadd" works fine.
This is probably a dup of https://bugzilla.redhat.com/show_bug.cgi?id=234948
*** This bug has been marked as a duplicate of bug 234948 ***