Bugzilla – Bug 130707
yast2-users: Incompatibility of the hash attribute "config".
Last modified: 2005-10-27 14:09:49 UTC
Corresponding the statement in UsersPluginLDAPAll.pm the hash config has to have following structure: # in 'config' map there is a info of this type: # "what" => "user" / "group" # "modified" => "added"/"edited"/"deleted" # "enabled" => 1/ key not present # "disabled" => 1/ key not present # "plugins_to_remove" => list of plugins which has to be removed But users/dialogs.ycp calls the GUI funktions with an other hash structure: Calling YaST client users_plugin_ldap_all (arguments: ["Summary", $["what":"edit_user"]]) :-(
Created attachment 55507 [details] patch for /usr/share/YaST2/include/users/dialogs.ycp First shot.
Thanks it works fine:-)
note: that "type" parameter is not necessary
fixed