source: trunk/jabberit_messenger/inc/attributeLdap.php @ 1900

Revision 1900, 792 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #860 - Corrigir quando a autenticacao do jabber nao e pelo campo uid do ldap.

  • Property svn:executable set to *
Line 
1<?php
2 
3  /***************************************************************************\
4  *  Expresso - Expresso Messenger                                            *
5  *     - Alexandre Correia / Rodrigo Souza                                                               *
6  *     - JETI - http://jeti-im.org/                                                                              *
7  * ------------------------------------------------------------------------- *
8  *  This program is free software; you can redistribute it and/or modify it  *
9  *  under the terms of the GNU General Public License as published by the    *
10  *  Free Software Foundation; either version 2 of the License, or (at your   *
11  *  option) any later version.                                               *
12  \***************************************************************************/
13 
14        $attributeTypeName = "uid";
15
16?>
Note: See TracBrowser for help on using the repository browser.