comparison rhodecode/lib/auth_ldap.py @ 1206:a671db5bdd58 beta

fixed license issue #149
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 04 Apr 2011 20:01:45 +0200
parents 6832ef664673
children 28060f0ac6c6
comparison
equal deleted inserted replaced
1205:f4807acf643d 1206:a671db5bdd58
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # encoding: utf-8 2 # encoding: utf-8
3 # ldap authentication lib 3 # ldap authentication lib
4 # Copyright (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> 4 # Copyright (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
5 # 5 #
6 # This program is free software; you can redistribute it and/or 6 # This program is free software: you can redistribute it and/or modify
7 # modify it under the terms of the GNU General Public License 7 # it under the terms of the GNU General Public License as published by
8 # as published by the Free Software Foundation; version 2 8 # the Free Software Foundation, either version 3 of the License, or
9 # of the License or (at your opinion) any later version of the license. 9 # (at your option) any later version.
10 # 10 #
11 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details. 14 # GNU General Public License for more details.
15 # 15 #
16 # You should have received a copy of the GNU General Public License 16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 # MA 02110-1301, USA.
20 """ 18 """
21 Created on Nov 17, 2010 19 Created on Nov 17, 2010
22 20
23 @author: marcink 21 @author: marcink
24 """ 22 """