summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b6ab83f)
raw | patch | inline | side by side (parent: b6ab83f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Aug 2010 13:26:58 +0000 (13:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Aug 2010 13:26:58 +0000 (13:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19479 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_ldap.inc | patch | blob | history |
index dbff64558a6d93270bf83f4d52799777b14ef6e3..68a94658d8d8f606ded0db5fac0cedcc191fae88 100644 (file)
/*! \brief Generates an ldif for all entries matching the filter settings, scope and limit.
* @param $dn The entry to export.
* @param $filter Limit the exported object to those maching this filter.
- * @param $attributes Specify the attributes to export here, empty means all.
* @param $scope 'base', 'sub' .. see manpage for 'ldapmodify' for details.
* @param $limit Limits the result.
*/