[filter/crans_utils] Commentaire au début
This commit is contained in:
parent
8fd228f6bd
commit
66326bc3b9
2 changed files with 14 additions and 2 deletions
11
filter.py
11
filter.py
|
@ -1,5 +1,16 @@
|
|||
#/usr/bin/env python
|
||||
# -*- coding: utf8 -*-
|
||||
#
|
||||
# filter.py --- Workaround with ldap filters
|
||||
#
|
||||
# Redraw filters like attr1=val1&attr2=val2|attr3=val3
|
||||
# in (|(&(attr1=val1)(attr2=val2))(attr3=val3))
|
||||
#
|
||||
# Copyright (C) 2010-2013 Cr@ns <roots@crans.org>
|
||||
# Author: Pierre-Elliott Bécue <becue@crans.org>
|
||||
#
|
||||
#
|
||||
# License: WTFPL
|
||||
|
||||
def human_to_ldap(filtre):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue