Revision c6632e15
Added by Marc Dequènes over 15 years ago
- ID c6632e155c14333c0cdb699f96cd8dc8c2c90f95
bin/shadowwalker | ||
---|---|---|
|
||
item_hdl = args[1]
|
||
begin
|
||
item = obj_klass.find(item_hdl)
|
||
item = obj_klass.find(item_hdl, :attributes => ["*", "+"])
|
||
rescue ActiveLdap::EntryNotFound
|
||
STDERR.puts "No such item '#{obj_hdl}/#{item_hdl}'"
|
||
exit 2
|
Also available in: Unified diff
[evol] add operational attributes in expert mode