mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
21 lines
417 B
PHP
21 lines
417 B
PHP
<?php
|
|
/**
|
|
* Addressbook - Univention Backend
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @author Ralf Becker <rb@stylite.de>
|
|
* @package addressbook
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
*/
|
|
|
|
/**
|
|
* Univention backend for accounts
|
|
*
|
|
* There's currently no difference to LDAP backend
|
|
*/
|
|
class addressbook_univention extends addressbook_ldap
|
|
{
|
|
|
|
}
|