Package bscw :: Package api :: Module ap_get_user_by_name
[hide private]

Module ap_get_user_by_name

get user details as dict
   for attribute names see editdetails
   'shared_folders' gives a list of folders shared with that user

   DEPRECATED, use list_user()!


API definition::

 API = (('user_name', 'ASCII string', 1),
        ('attribute_names', 'array', 0, [('item', 'ASCII string', 1)]))

(c) Fraunhofer FIT, 2003


Version: $Rev: 22572 $

Functions [hide private]
 
param_def()
return the parameter definition
 
return_def()
return the result definition
 
do_it(request, user_name, attribute_names=[])
see above
 
get_details(request, user, attribute_names=[])
return user details as dict
 
get_comm_details(request, u, ldap_cache)
append communication details to dict 'u'
Variables [hide private]
  __package__ = 'bscw.api'