I've added the ldif from the sudo source, created an ou=SUDOers, and when I try to add a "sudorole" using the idm-console it causes the console to just hang or crash. fedora-idm-console-1.1.1-1.fc6 just gives me a spinning cursor that never finish, while centos-idm-console-1.0.0-17.el5.centos.4 gives the following traceback. Adding sudorole's using ldapadd works fine. Any ideas what's up with the consoles ? I have no problem adding other kinds of objects. [janfrode at sim2 ~]$ centos-idm-console Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.netscape.admin.dirserv.propedit.DSEntryPanel.createActionPanel(Unknown Source) at com.netscape.admin.dirserv.propedit.DSEntryPanel.<init>(Unknown Source) at com.netscape.admin.dirserv.EntryEditor.doGenericDialog(Unknown Source) at com.netscape.admin.dirserv.EntryEditor.addGeneric(Unknown Source) at com.netscape.admin.dirserv.EntryEditor.createObject(Unknown Source) at com.netscape.admin.dirserv.DSContentPage.actionNewObject(Unknown Source) at com.netscape.admin.dirserv.DSContentPage.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.AbstractButton.doClick(AbstractButton.java:374) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1688) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1732) at java.awt.Component.processMouseEvent(Component.java:6101) at javax.swing.JComponent.processMouseEvent(JComponent.java:3276) at java.awt.Component.processEvent(Component.java:5866) at java.awt.Container.processEvent(Container.java:2105) at java.awt.Component.dispatchEventImpl(Component.java:4462) at java.awt.Container.dispatchEventImpl(Container.java:2163) at java.awt.Component.dispatchEvent(Component.java:4288) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055) at java.awt.Container.dispatchEventImpl(Container.java:2149) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4288) at java.awt.EventQueue.dispatchEvent(EventQueue.java:604) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) at java.awt.EventDispatchThread.run(EventDispatchThread.java:138) -jf